Skip to content

Commit 24eb0b3

Browse files
Bot Updating Templated Files
1 parent d967fb6 commit 24eb0b3

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

readme-vars.yml

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,74 @@ app_setup_block: |
3535
3636
>[!WARNING]
3737
>This container is intended to run as a full Bitcoin node for the network, using it as a wallet is dangerous unless you really know what you are doing. Even momentary accidental exposure of this container can completely compromise a stored wallet.
38-
38+
# init diagram
39+
init_diagram: |
40+
"bitcoin-knots:latest": {
41+
docker-mods
42+
base {
43+
fix-attr +\nlegacy cont-init
44+
}
45+
docker-mods -> base
46+
legacy-services
47+
custom services
48+
init-services -> legacy-services
49+
init-services -> custom services
50+
custom services -> legacy-services
51+
legacy-services -> ci-service-check
52+
init-migrations -> init-adduser
53+
init-os-end -> init-config
54+
init-selkies-end -> init-config
55+
init-config -> init-config-end
56+
init-crontab-config -> init-config-end
57+
init-config -> init-crontab-config
58+
init-mods-end -> init-custom-files
59+
init-adduser -> init-device-perms
60+
base -> init-envfile
61+
base -> init-migrations
62+
init-config-end -> init-mods
63+
init-mods-package-install -> init-mods-end
64+
init-mods -> init-mods-package-install
65+
init-selkies -> init-nginx
66+
init-adduser -> init-os-end
67+
init-device-perms -> init-os-end
68+
init-envfile -> init-os-end
69+
init-os-end -> init-selkies
70+
init-nginx -> init-selkies-config
71+
init-video -> init-selkies-end
72+
init-custom-files -> init-services
73+
init-selkies-config -> init-video
74+
init-services -> svc-cron
75+
svc-cron -> legacy-services
76+
init-services -> svc-dbus
77+
svc-xorg -> svc-dbus
78+
svc-dbus -> legacy-services
79+
init-services -> svc-de
80+
svc-nginx -> svc-de
81+
svc-selkies -> svc-de
82+
svc-xorg -> svc-de
83+
svc-de -> legacy-services
84+
init-services -> svc-docker
85+
svc-docker -> legacy-services
86+
init-services -> svc-nginx
87+
svc-nginx -> legacy-services
88+
init-services -> svc-pulseaudio
89+
svc-pulseaudio -> legacy-services
90+
init-services -> svc-selkies
91+
svc-nginx -> svc-selkies
92+
svc-pulseaudio -> svc-selkies
93+
svc-xorg -> svc-selkies
94+
svc-selkies -> legacy-services
95+
init-services -> svc-xorg
96+
svc-xorg -> legacy-services
97+
init-services -> svc-xsettingsd
98+
svc-nginx -> svc-xsettingsd
99+
svc-xorg -> svc-xsettingsd
100+
svc-xsettingsd -> legacy-services
101+
}
102+
Base Images: {
103+
"baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
104+
}
105+
"bitcoin-knots:latest" <- Base Images
39106
# changelog
40107
changelogs:
41108
- {date: "09.09.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)