Skip to content

Commit 366446e

Browse files
Bot Updating Templated Files
1 parent 6e42014 commit 366446e

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

readme-vars.yml

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,56 @@ 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:development": {
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-ombi-config -> init-config-end
56+
init-os-end -> init-crontab-config
57+
init-mods-end -> init-custom-files
58+
base -> init-envfile
59+
base -> init-migrations
60+
base -> init-mods
61+
init-config-end -> init-mods
62+
init-mods -> init-mods-end
63+
init-mods-package-install -> init-mods-end
64+
init-mods -> init-mods-package-install
65+
init-config -> init-ombi-config
66+
base -> init-os-end
67+
init-adduser -> init-os-end
68+
init-envfile -> init-os-end
69+
init-migrations -> init-os-end
70+
init-custom-files -> init-services
71+
init-mods-end -> init-services
72+
init-services -> svc-cron
73+
svc-cron -> legacy-services
74+
init-services -> svc-ombi
75+
svc-ombi -> legacy-services
76+
}
77+
Base Images: {
78+
"baseimage-ubuntu:noble"
79+
}
80+
"ombi:development" <- Base Images
4081
# changelog
4182
changelogs:
4283
- {date: "08.07.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)