Skip to content

Commit

Permalink
feat!: change default listen port to 8080 (#63)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The default listen port for the installer is now 8080. We recommend that you put a reverse proxy in front of LibreTime.
  • Loading branch information
jooola authored Dec 29, 2023
1 parent b1b1917 commit c26161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libretime_public_url: "http://localhost:{{ libretime_listen_port }}/"
libretime_api_key: "{{ libretime_legacy_api_key | default('hackme') }}"

libretime_user: libretime
libretime_listen_port: 80
libretime_listen_port: 8080
libretime_max_upload_size: 512M

libretime_checkout_url: https://github.com/libretime/libretime
Expand Down

0 comments on commit c26161d

Please sign in to comment.