Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-12-02 16:51:40 +00:00
parent e2a42456b0
commit 322f22816c
No known key found for this signature in database

View File

@ -31,6 +31,49 @@ optional_block_1_items: ""
app_setup_block_enabled: true
app_setup_block: |
Access the web gui at `http://<your-ip>:8080/pwndrop` (replace `/pwndrop` with your `SECRET_PATH` if you set one).
# init diagram
init_diagram: |
"pwndrop:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-pwndrop-config -> init-config-end
init-os-end -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
base -> init-migrations
base -> init-mods
init-config-end -> init-mods
init-mods -> init-mods-end
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
base -> init-os-end
init-adduser -> init-os-end
init-envfile -> init-os-end
init-migrations -> init-os-end
init-config -> init-pwndrop-config
init-custom-files -> init-services
init-mods-end -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-pwndrop
svc-pwndrop -> legacy-services
}
Base Images: {
"baseimage-alpine:3.20"
}
"pwndrop:latest" <- Base Images
# changelog
changelogs:
- {date: "04.06.24:", desc: "Rebase to Alpine 3.20."}