Skip to content

Commit 8658880

Browse files
Bot Updating Templated Files
1 parent e549299 commit 8658880

1 file changed

Lines changed: 61 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,67 @@ app_setup_block: |
4949
>Do not put this on the Internet if you do not know what you are doing.
5050
5151
By default this container has no authentication and the optional environment variables `CUSTOM_USER` and `PASSWORD` to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse proxy, such as [SWAG](https://github.com/linuxserver/docker-swag), and ensuring a secure authentication solution is in place. From the web interface a terminal can be launched and it is configured for passwordless sudo, so anyone with access to it can install and run whatever they want along with probing your local network.
52-
52+
# init diagram
53+
init_diagram: |
54+
"chrome:latest": {
55+
docker-mods
56+
base {
57+
fix-attr +\nlegacy cont-init
58+
}
59+
docker-mods -> base
60+
legacy-services
61+
custom services
62+
init-services -> legacy-services
63+
init-services -> custom services
64+
custom services -> legacy-services
65+
legacy-services -> ci-service-check
66+
init-migrations -> init-adduser
67+
init-os-end -> init-config
68+
init-selkies-end -> init-config
69+
init-config -> init-config-end
70+
init-crontab-config -> init-config-end
71+
init-config -> init-crontab-config
72+
init-mods-end -> init-custom-files
73+
init-adduser -> init-device-perms
74+
base -> init-envfile
75+
base -> init-migrations
76+
init-config-end -> init-mods
77+
init-mods-package-install -> init-mods-end
78+
init-mods -> init-mods-package-install
79+
init-selkies -> init-nginx
80+
init-adduser -> init-os-end
81+
init-device-perms -> init-os-end
82+
init-envfile -> init-os-end
83+
init-os-end -> init-selkies
84+
init-nginx -> init-selkies-config
85+
init-video -> init-selkies-end
86+
init-custom-files -> init-services
87+
init-selkies-config -> init-video
88+
init-services -> svc-cron
89+
svc-cron -> legacy-services
90+
init-services -> svc-de
91+
svc-nginx -> svc-de
92+
svc-xorg -> svc-de
93+
svc-de -> legacy-services
94+
init-services -> svc-docker
95+
svc-de -> svc-docker
96+
svc-docker -> legacy-services
97+
init-services -> svc-nginx
98+
svc-nginx -> legacy-services
99+
init-services -> svc-pulseaudio
100+
svc-pulseaudio -> legacy-services
101+
init-services -> svc-selkies
102+
svc-nginx -> svc-selkies
103+
svc-pulseaudio -> svc-selkies
104+
svc-xorg -> svc-selkies
105+
svc-selkies -> legacy-services
106+
init-services -> svc-xorg
107+
svc-xorg -> legacy-services
108+
}
109+
Base Images: {
110+
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"
111+
}
112+
"chrome:latest" <- Base Images
53113
# changelog
54114
changelogs:
55115
- {date: "12.06.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)