This commit is contained in:
parent
d48dbc83c7
commit
3d0246c01b
@ -40,7 +40,7 @@ jellyfin_logrotate_config:
|
|||||||
- compress
|
- compress
|
||||||
- shred
|
- shred
|
||||||
|
|
||||||
jellyfin_base_url: mystream.example.com
|
jellyfin_base_url: https://mystream.example.com
|
||||||
# DONT CHANGE IT!
|
# DONT CHANGE IT!
|
||||||
# Changing the bind ports is currently not supported
|
# Changing the bind ports is currently not supported
|
||||||
jellyfin_http_bind_port: 8096
|
jellyfin_http_bind_port: 8096
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
when: jellyfin_lvm_enabled
|
when: jellyfin_lvm_enabled
|
||||||
- include_tasks: install.yml
|
- include_tasks: install.yml
|
||||||
- import_tasks: nginx.yml
|
- import_tasks: nginx.yml
|
||||||
when: matrix_nginx_vhost_enabled
|
when: jellyfin_nginx_vhost_enabled
|
||||||
- include_tasks: post_tasks.yml
|
- include_tasks: post_tasks.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user