mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
13 lines
344 B
Bash
13 lines
344 B
Bash
# Configuration for /etc/init.d/lemmy-ui
|
|
|
|
# The IP:port lemmy-ui listens on
|
|
LEMMY_UI_HOST="0.0.0.0:1234"
|
|
|
|
# The internal IP:port for accessing the lemmy backend
|
|
LEMMY_UI_LEMMY_INTERNAL_HOST="127.0.0.1:8536"
|
|
|
|
# The external domain lemmy is hosted at
|
|
LEMMY_UI_LEMMY_EXTERNAL_HOST="lemmy.example.com"
|
|
|
|
# Whether to use https
|
|
LEMMY_UI_HTTPS="true"
|