You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,47 @@ param_ports:
30
30
# application setup block
31
31
app_setup_block_enabled: true
32
32
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
33
74
# changelog
34
75
changelogs:
35
76
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments