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
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff."
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
33
-
28
+
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
34
29
# optional container parameters
35
30
opt_param_usage_include_env: false
36
31
opt_param_env_vars:
37
-
- { env_var: "BASE_URL", env_value: "/embystat", 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." }
38
-
32
+
- {env_var: "BASE_URL", env_value: "/embystat", 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."}
39
33
optional_block_1: false
40
34
optional_block_1_items: ""
41
-
42
35
# application setup block
43
36
app_setup_block_enabled: true
44
37
app_setup_block: |
45
38
Access the webui at `<your-ip>:6555`. Follow the setup wizard on initial install. Then configure the required services.
0 commit comments