From c26161d0ad7d36478c96a821d1fb3f5c40465ee0 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 29 Dec 2023 23:41:11 +0100 Subject: [PATCH] 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. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 92eaf5e..8b927c7 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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