Skip to content

Commit

Permalink
Flip Jellyfin to use default ports, remove redundant https port
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Dec 30, 2023
1 parent afe756e commit df1d932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions roles/jellyfin/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jellyfin_group_id: "0"

# network
jellyfin_hostname: "jellyfin"
jellyfin_port_http: "8896"
jellyfin_port_https: "8928"
jellyfin_port_http: "8096"

# docker
jellyfin_container_name: "jellyfin"
Expand Down
1 change: 0 additions & 1 deletion roles/jellyfin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
- "{{ jellyfin_audiobooks_directory }}:/audiobooks:{{ jellyfin_audiobooks_permissions }}"
ports:
- "{{ jellyfin_port_http }}:8096"
- "{{ jellyfin_port_https }}:8920"
env:
TZ: "{{ ansible_nas_timezone }}"
PUID: "{{ jellyfin_user_id }}"
Expand Down

0 comments on commit df1d932

Please sign in to comment.