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
+43-2Lines changed: 43 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,56 @@ 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: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
40
81
# changelog
41
82
changelogs:
42
83
- {date: "08.07.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments