Commit Graph

18 Commits

Author SHA1 Message Date
casjay
6d8b3f0ae3 Add CLAUDE.md and PLAN.md for ampache migration
Documents the canonical repo template spec (CLAUDE.md, copied from the
project-wide TEMPLATE.md) and the concrete migration plan for the ampache
service stack: Apache + PHP-FPM (php84) + MariaDB-server bundled with the
Ampache 7.9.3 web app prebuilt zip from upstream.
2026-05-09 18:56:18 -04:00
casjay
75f4ea7e93 🗃️ 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/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
2026-05-05 19:11:03 -04:00
casjay
0bd62c1137 🗃️ readme: rename rootfs/ to volumes/ for compose context 🗃️
Aligns README install/run snippets with the new convention split:
rootfs/ for Dockerfile-build content (image filesystem), volumes/
for docker-compose host bind-mounts. Compose mounts, host bind
paths, and runtime data dirs are renamed; Dockerfile COPY/ADD
sources (where present) are preserved.

README.md
2026-05-05 14:34:29 -04:00
casjay
08d96f313c 🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-11-30 16:25:11 -05:00
casjay
3657d3d85d 🔄 Update entrypoint.sh in docker functions 🔄
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-11-30 15:59:19 -05:00
casjay
46847812ea 🗃️ Fixed the entrypoint scripts 🗃️
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
2025-11-29 12:36:11 -05:00
casjay
72e0befbd8 🗃️ Updated Dockerfile* and .env.scripts* 🗃️
Dockerfile
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-11-29 11:03:56 -05:00
casjay
d62154d6a2 🗃️ Fixed the .gitignore file 🗃️
.gitignore
2025-11-23 08:47:12 -05:00
casjay
fc9e719e7b 🗃️ Fixed the .gitignore file 🗃️
.gitignore

Dockerfile
2025-10-31 12:33:32 -04:00
casjay
ffd176c83e 🗃️ Fixed the .gitignore file 🗃️
.gitignore
2025-10-22 13:04:59 -04:00
casjay
f4e97f7980 🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-09-20 06:38:38 -04:00
casjay
76e76a3cbb 🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-09-20 05:27:04 -04:00
casjay
f6980b06d2 🗃️ Committing everything that changed 🗃️
Dockerfile
.env.scripts
.gitattributes
.gitignore
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
2025-09-16 19:36:32 -04:00
casjay
a89bd446ed 🗃️ Committing everything that changed 🗃️
.env.scripts
2025-09-16 10:21:42 -04:00
casjay
be13780ec1 🗃️ Committing everything that changed 🗃️
Dockerfile
rootfs/root/docker/setup/05-custom.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-09-16 09:09:11 -04:00
casjay
0ad8d1fb7e 🗃️ Committing everything that changed 🗃️
Jenkinsfile
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-09-05 13:34:42 -04:00
casjay
1beb902753 🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/05-custom.sh
2025-02-05 10:13:49 -05:00
casjay
eb28d22bcf 🦈🏠🐜 Initial Commit 🐜🦈🏠 2025-02-05 09:54:16 -05:00