Skip to content

Commit c26161d

Browse files
authoredDec 29, 2023
feat!: change default listen port to 8080 (#63)
BREAKING CHANGE: The default listen port for the installer is now 8080. We recommend that you put a reverse proxy in front of LibreTime.
1 parent b1b1917 commit c26161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libretime_public_url: "http://localhost:{{ libretime_listen_port }}/"
77
libretime_api_key: "{{ libretime_legacy_api_key | default('hackme') }}"
88

99
libretime_user: libretime
10-
libretime_listen_port: 80
10+
libretime_listen_port: 8080
1111
libretime_max_upload_size: 512M
1212

1313
libretime_checkout_url: https://github.com/libretime/libretime

0 commit comments

Comments
 (0)
Please sign in to comment.