aports/testing/lemmy-ui/lemmy-ui.confd
Celeste 1cb4480a5b testing/lemmy-ui: new aport
https://github.com/LemmyNet/lemmy-ui
Official webapp for Lemmy link aggregator and forum
2023-07-30 15:58:13 +00:00

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"