Add Docker image workflow for ani-cli-web

This commit is contained in:
Dymas
2026-05-17 11:26:40 +02:00
parent 68fdc99bbd
commit 48efe840eb
7 changed files with 147 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.30.0 - 2026-05-17
- Added a Docker image build that clones `ani-cli` and `ani-cli-web` from configurable git remotes, installs `ani-cli` system-wide, and starts `ani-cli-web` from `/app`.
- Added container startup support for `UPDATE_ON_START=true`, which runs `sudo ani-cli --update` before launching the web app.
- Documented the Docker build arguments, runtime mounts for `./downloads` and `./.ani-cli-web`, and the default container networking and storage layout.
## 0.29.5 - 2026-05-16
- Fixed `/api/config` malformed-body handling so non-object JSON payloads now return `400 Bad Request` instead of silently resetting saved settings to defaults.