Skip to content

Commit d52d64c

Browse files
Bot Updating Templated Files
1 parent b61d328 commit d52d64c

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,47 @@ param_ports:
3030
# application setup block
3131
app_setup_block_enabled: true
3232
app_setup_block: "**Note: ** The Syncthing devs highly suggest setting a password for this container as it listens on 0.0.0.0. To do this go to `Actions -> Settings -> set user/password` for the webUI."
33+
# init diagram
34+
init_diagram: |
35+
"syncthing:latest": {
36+
docker-mods
37+
base {
38+
fix-attr +\nlegacy cont-init
39+
}
40+
docker-mods -> base
41+
legacy-services
42+
custom services
43+
init-services -> legacy-services
44+
init-services -> custom services
45+
custom services -> legacy-services
46+
legacy-services -> ci-service-check
47+
init-migrations -> init-adduser
48+
init-os-end -> init-config
49+
init-config -> init-config-end
50+
init-os-end -> init-crontab-config
51+
init-mods-end -> init-custom-files
52+
base -> init-envfile
53+
base -> init-migrations
54+
base -> init-mods
55+
init-config-end -> init-mods
56+
init-mods -> init-mods-end
57+
init-mods-package-install -> init-mods-end
58+
init-mods -> init-mods-package-install
59+
base -> init-os-end
60+
init-adduser -> init-os-end
61+
init-envfile -> init-os-end
62+
init-migrations -> init-os-end
63+
init-custom-files -> init-services
64+
init-mods-end -> init-services
65+
init-services -> svc-cron
66+
svc-cron -> legacy-services
67+
init-services -> svc-syncthing
68+
svc-syncthing -> legacy-services
69+
}
70+
Base Images: {
71+
"baseimage-alpine:3.20"
72+
}
73+
"syncthing:latest" <- Base Images
3374
# changelog
3475
changelogs:
3576
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)