4 Commits

Author SHA1 Message Date
casjay
40d7f3aa08 🗃️ Removed the .claude/settings.local.json 🗃️
.dockerignore
.env.scripts
.gitattributes
.gitea/workflows/docker.yaml
.gitignore
LICENSE.md
README.md
rootfs/root/
rootfs/usr/local/bin/
2026-05-12 20:09:24 -04:00
casjay
f146dc5bd7 🗃️ rootfs: shield internal entrypoint PID files from /run/*.pid sweeps 🗃️
Update the embedded entrypoint copies in rootfs/ to match the
upstream template change. Internal state files renamed to dotfiles
so they're not matched by `/run/*.pid` cleanup globs:
- /run/init.d/entrypoint.pid -> /run/.entrypoint.pid
- /run/no_exit.pid -> /run/.no_exit.pid
- /run/backup.pid -> /run/.backup.pid
- /run/__start_init_scripts.pid -> /run/.start_init_scripts.pid
Per-service PIDs in /run/init.d/ are unchanged.

rootfs/usr/local/etc/docker/functions/entrypoint.sh
2026-05-05 19:13:16 -04:00
casjay
23eeeb80ba 🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-09-20 06:40:05 -04:00
casjay
23c3dcce7e 🗃️ Committing everything that changed 🗃️
rootfs/
2025-09-20 05:28:17 -04:00