You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,52 @@ param_ports:
28
28
opt_param_usage_include_env: true
29
29
opt_param_env_vars:
30
30
- {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
-
32
31
readonly_supported: true
33
32
readonly_message: |
34
33
* `BASE_URL` cannot be changed from `/`
35
-
36
34
# application setup block
37
35
app_setup_block_enabled: true
38
36
app_setup_block: |
39
37
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
40
77
# changelog
41
78
changelogs:
42
79
- {date: "08.07.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments