Commit Graph
3 Commits
Author SHA1 Message Date
casjay 6291f5ad9c 📝 Migrate /var/lib/srv docker paths to /srv in docs 📝
Update volume mount examples from /var/lib/srv/$USER/docker
to /srv/$USER/docker.
- README.md rootfs/usr/local/bin/copy rootfs/usr/local/bin/healthcheck rootfs/usr/local/bin/symlink : update path references to /srv/$USER/docker

README.md
rootfs/usr/local/bin/copy
rootfs/usr/local/bin/healthcheck
rootfs/usr/local/bin/symlink
2026-07-10 13:16:54 -04:00
casjay d4aba79607 🐛 Fix entrypoint crash on __setup_mta ssmtp failure 🐛
__setup_mta calls __find_replace on /etc/ssmtp/revaliases which returns
1 when the symlink it creates is broken. With set -o pipefail active the
non-zero return kills the entire entrypoint before any command can run.
ssmtp is not installed in this image and email delivery is not a feature
of this image, so the MTA setup failure is irrelevant. Guard the call
with || true so initialization continues regardless.
- rootfs/usr/local/bin/entrypoint.sh: __setup_mta || true (non-fatal)

rootfs/usr/local/bin/entrypoint.sh
2026-06-27 19:19:04 -04:00
casjay 780d4d8ecc 🦈🏠🐜 Initial Commit 🐜🦈🏠 2026-06-26 15:30:48 -04:00