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
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
30
27
# optional container parameters
31
28
opt_param_usage_include_env: true
32
29
opt_param_env_vars:
33
30
- {env_var: "BASE_URL", env_value: "/ombi", 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."}
34
-
optional_block_1: false
35
-
optional_block_1_items: ""
31
+
32
+
readonly_supported: true
33
+
readonly_message: |
34
+
* `BASE_URL` cannot be changed from `/`
35
+
36
36
# application setup block
37
37
app_setup_block_enabled: true
38
38
app_setup_block: |
39
39
Access the webui at `<your-ip>:3579`. Follow the setup wizard on initial install. Then configure the required services.
40
40
# changelog
41
41
changelogs:
42
+
- {date: "08.07.24:", desc: "Rebase to Ubuntu Noble."}
42
43
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
0 commit comments