Skip to content

Commit c318d1e

Browse files
Bot Updating Templated Files
1 parent a29929a commit c318d1e

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

readme-vars.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,67 @@ app_setup_block: |
4343
>Do not put this on the Internet if you do not know what you are doing.
4444
4545
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.
46+
# init diagram
47+
init_diagram: |
48+
"dolphin:latest": {
49+
docker-mods
50+
base {
51+
fix-attr +\nlegacy cont-init
52+
}
53+
docker-mods -> base
54+
legacy-services
55+
custom services
56+
init-services -> legacy-services
57+
init-services -> custom services
58+
custom services -> legacy-services
59+
legacy-services -> ci-service-check
60+
init-migrations -> init-adduser
61+
init-os-end -> init-config
62+
init-selkies-end -> init-config
63+
init-config -> init-config-end
64+
init-crontab-config -> init-config-end
65+
init-config -> init-crontab-config
66+
init-mods-end -> init-custom-files
67+
init-adduser -> init-device-perms
68+
base -> init-envfile
69+
base -> init-migrations
70+
init-config-end -> init-mods
71+
init-mods-package-install -> init-mods-end
72+
init-mods -> init-mods-package-install
73+
init-selkies -> init-nginx
74+
init-adduser -> init-os-end
75+
init-device-perms -> init-os-end
76+
init-envfile -> init-os-end
77+
init-os-end -> init-selkies
78+
init-nginx -> init-selkies-config
79+
init-video -> init-selkies-end
80+
init-custom-files -> init-services
81+
init-selkies-config -> init-video
82+
init-services -> svc-cron
83+
svc-cron -> legacy-services
84+
init-services -> svc-de
85+
svc-nginx -> svc-de
86+
svc-xorg -> svc-de
87+
svc-de -> legacy-services
88+
init-services -> svc-docker
89+
svc-de -> svc-docker
90+
svc-docker -> legacy-services
91+
init-services -> svc-nginx
92+
svc-nginx -> legacy-services
93+
init-services -> svc-pulseaudio
94+
svc-pulseaudio -> legacy-services
95+
init-services -> svc-selkies
96+
svc-nginx -> svc-selkies
97+
svc-pulseaudio -> svc-selkies
98+
svc-xorg -> svc-selkies
99+
svc-selkies -> legacy-services
100+
init-services -> svc-xorg
101+
svc-xorg -> legacy-services
102+
}
103+
Base Images: {
104+
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"
105+
}
106+
"dolphin:latest" <- Base Images
46107
# changelog
47108
changelogs:
48109
- {date: "18.06.25:", desc: "Initial Version."}

0 commit comments

Comments
 (0)