Major improvements: flexible install dir, configurable compose file name for git, enhanced webhook notifications, cross-platform lock, robust rollback, and updated docs.\n\n- Install dir is now user-confirmable and dynamic\n- Added COMPOSE_FILENAME for git stacks\n- Webhook payloads now include git context and rollback events\n- Lock file age check is cross-platform\n- Rollback notifications for success/failure\n- Updated TOML example and documentation\n- Many robustness and UX improvements
This commit is contained in:
parent
f0dba7cc0a
commit
70486907aa
18 changed files with 3788 additions and 1767 deletions
11
test.env
Normal file
11
test.env
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Test .env configuration
|
||||
UPDATE_INTERVAL_SECONDS=3600
|
||||
KEEP_VERSIONS=10
|
||||
DRY_RUN=false
|
||||
STACKS=1
|
||||
|
||||
# Stack 1
|
||||
STACK_1_NAME=test-stack
|
||||
STACK_1_URL=https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
|
||||
STACK_1_PATH=/tmp/test-stack
|
||||
STACK_1_TOOL=wget
|
||||
Loading…
Add table
Add a link
Reference in a new issue