🔧 Update configuration files 🔧
Some checks failed
apprise / release-apprise (push) Failing after 9m31s

AI.md
Dockerfile
.env.scripts
IDEA.md
rootfs/root/docker/setup/00-init.sh
rootfs/root/docker/setup/01-system.sh
rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/06-post.sh
rootfs/root/docker/setup/07-cleanup.sh
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/etc/docker/init.d/99-apprise.sh
TODO.AI.md
This commit is contained in:
casjay
2026-05-18 15:38:17 -04:00
parent 2c82e90b6f
commit 76ded16884
14 changed files with 1320 additions and 528 deletions

24
TODO.AI.md Normal file
View File

@@ -0,0 +1,24 @@
# TODO — apprise
## Done
- [x] Dockerfile: BUILD_DATE=202605131434, prerequisites RUN=`true`, removed inline APK repos block, added `.profile` touch
- [x] .env.scripts: 2026 header, all ENV_ fields verified correct
- [x] entrypoint.sh: header updated (version + date), CONTAINER_NAME="apprise" confirmed
- [x] pkmgr: verified identical to template — no change needed
- [x] functions/entrypoint.sh: replaced with 2026 version from example (1724 lines)
- [x] 99-apprise.sh: full canonical rewrite — trap handler, script_exit, all 8 hook functions, framework call sequence, apprise-specific env/dirs
- [x] Setup scripts 00,01,02,03,06,07: updated to current example stubs
- [x] Setup scripts 04-users.sh, 05-custom.sh: preserved (service-specific logic)
- [x] `bash -n` syntax checks: all shell scripts pass
- [x] IDEA.md: created
- [x] AI.md: created
- [x] TODO.AI.md: this file
## Pending
- [ ] Build verification: `buildx run Dockerfile` for linux/amd64 + linux/arm64
- [ ] Smoke test: `docker run -d -p 18000:8000 casjaysdevdocker/apprise:latest`
- [ ] `curl http://localhost:18000/` returns 200
- [ ] `curl -X POST http://localhost:18000/notify -d 'urls=json://&body=test&title=test'` returns expected response
- [ ] `/config/apprise/store`, `/config/nginx/`, `/usr/local/share/apprise-api/webapp/manage.py` all exist in container