commit 905d9899cc
Author: Robert Kaussow <xoxys@rknet.org> Date: Sun Apr 18 18:42:56 2021 +0200 switch back to version symlink (#1) Co-authored-by: Robert Kaussow <mail@geeklabor.de> Reviewed-on: #1 Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
parent
9cec9f7acc
commit
17f13932f9
33
index.md
33
index.md
@ -14,14 +14,13 @@ Setup a [Jellyfin](https://jellyfin.org/) server. Jellyfin puts you in control o
|
||||
* [jellyfin_data_dir](#jellyfin_data_dir)
|
||||
* [jellyfin_extra_groups](#jellyfin_extra_groups)
|
||||
* [jellyfin_group](#jellyfin_group)
|
||||
* [jellyfin_http_bind_port](#jellyfin_http_bind_port)
|
||||
* [jellyfin_https_bind_port](#jellyfin_https_bind_port)
|
||||
* [jellyfin_log_dir](#jellyfin_log_dir)
|
||||
* [jellyfin_log_level_console](#jellyfin_log_level_console)
|
||||
* [jellyfin_log_level_file](#jellyfin_log_level_file)
|
||||
* [jellyfin_packages_extra](#jellyfin_packages_extra)
|
||||
* [jellyfin_selinux_fcontext](#jellyfin_selinux_fcontext)
|
||||
* [jellyfin_selinux_restorecon](#jellyfin_selinux_restorecon)
|
||||
* [jellyfin_src_dir](#jellyfin_src_dir)
|
||||
* [jellyfin_user](#jellyfin_user)
|
||||
* [jellyfin_user_home](#jellyfin_user_home)
|
||||
* [jellyfin_version](#jellyfin_version)
|
||||
@ -79,26 +78,6 @@ jellyfin_extra_groups: []
|
||||
jellyfin_group: '{{ jellyfin_user }}'
|
||||
```
|
||||
|
||||
### jellyfin_http_bind_port
|
||||
|
||||
DONT change it! Changing the bind ports is currently not supported.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
jellyfin_http_bind_port: 8096
|
||||
```
|
||||
|
||||
### jellyfin_https_bind_port
|
||||
|
||||
DONT change it! Changing the bind ports is currently not supported.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
jellyfin_https_bind_port: 8920
|
||||
```
|
||||
|
||||
### jellyfin_log_dir
|
||||
|
||||
#### Default value
|
||||
@ -152,6 +131,14 @@ jellyfin_selinux_restorecon:
|
||||
- -ir {{ jellyfin_log_dir }}
|
||||
```
|
||||
|
||||
### jellyfin_src_dir
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
jellyfin_src_dir: '{{ jellyfin_base_dir }}/src'
|
||||
```
|
||||
|
||||
### jellyfin_user
|
||||
|
||||
#### Default value
|
||||
@ -173,7 +160,7 @@ jellyfin_user_home: /home/{{ jellyfin_user }}
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
jellyfin_version: 10.5.0
|
||||
jellyfin_version: 10.7.2
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user