feat(installer)!: change default listen port to 8080 (#2852)
Closes #2575 Closes #2543 BREAKING CHANGE: The default listen port for the installer is now `8080`. We recommend that you put a reverse proxy in front of LibreTime.
This commit is contained in:
parent
43221d9d7f
commit
f72b7f9c97
6 changed files with 13 additions and 22 deletions
2
install
2
install
|
@ -99,7 +99,7 @@ EOF
|
|||
# > User used to run LibreTime.
|
||||
LIBRETIME_USER=${LIBRETIME_USER:-"libretime"}
|
||||
# > Listen port for LibreTime.
|
||||
LIBRETIME_LISTEN_PORT=${LIBRETIME_LISTEN_PORT:-"80"}
|
||||
LIBRETIME_LISTEN_PORT=${LIBRETIME_LISTEN_PORT:-"8080"}
|
||||
# > Public URL for LibreTime.
|
||||
LIBRETIME_PUBLIC_URL=${LIBRETIME_PUBLIC_URL:-}
|
||||
# > Timezone for LibreTime.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue