Skip to content

Commit b06e8a6

Browse files
Bot Updating Templated Files
1 parent bd8e206 commit b06e8a6

1 file changed

Lines changed: 39 additions & 2 deletions

File tree

readme-vars.yml

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,52 @@ param_ports:
2828
opt_param_usage_include_env: true
2929
opt_param_env_vars:
3030
- {env_var: "BASE_URL", env_value: "/", desc: "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable."}
31-
3231
readonly_supported: true
3332
readonly_message: |
3433
* `BASE_URL` cannot be changed from `/`
35-
3634
# application setup block
3735
app_setup_block_enabled: true
3836
app_setup_block: |
3937
Access the webui at `<your-ip>:3579`. Follow the setup wizard on initial install. Then configure the required services.
38+
# init diagram
39+
init_diagram: |
40+
"ombi: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-config -> init-config-end
55+
init-crontab-config -> init-config-end
56+
init-ombi-config -> init-config-end
57+
init-config -> init-crontab-config
58+
init-mods-end -> init-custom-files
59+
base -> init-envfile
60+
base -> init-migrations
61+
init-config-end -> init-mods
62+
init-mods-package-install -> init-mods-end
63+
init-mods -> init-mods-package-install
64+
init-config -> init-ombi-config
65+
init-adduser -> init-os-end
66+
init-envfile -> init-os-end
67+
init-custom-files -> init-services
68+
init-services -> svc-cron
69+
svc-cron -> legacy-services
70+
init-services -> svc-ombi
71+
svc-ombi -> legacy-services
72+
}
73+
Base Images: {
74+
"baseimage-ubuntu:noble"
75+
}
76+
"ombi:latest" <- Base Images
4077
# changelog
4178
changelogs:
4279
- {date: "08.07.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)