summarylogtreecommitdiffstats
path: root/config.env
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-08-08 21:34:09 +1200
committerGeorge Rawlinson2023-08-08 21:34:09 +1200
commit186af2f66f16d33bffeed6457ff74c35f3e0a5a4 (patch)
tree08a0767bae5b267ce947e0512bf82d69b2c10a0e /config.env
parent38acc1383d541bec8132e8199f438e495eb8df28 (diff)
downloadaur-186af2f66f16d33bffeed6457ff74c35f3e0a5a4.tar.gz
upgpkg: lemmy-ui 0.18.3-2
* Add systemd integration.
Diffstat (limited to 'config.env')
-rw-r--r--config.env20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.env b/config.env
new file mode 100644
index 000000000000..c3266b1e6689
--- /dev/null
+++ b/config.env
@@ -0,0 +1,20 @@
+# The internal IP/port that Lemmy is hosted at. e.g. localhost:8536.
+# LEMMY_UI_LEMMY_INTERNAL_HOST=localhost:8536
+
+# The external IP/port that lemmy is hosted at. e.g. domain.tld
+# LEMMY_UI_LEMMY_EXTERNAL_HOST=example.com
+
+# Whether to use HTTPS.
+# LEMMY_UI_HTTPS=true
+
+# A location for additional Lemmy CSS themes.
+# LEMMY_UI_EXTRA_THEMES_FOLDER=/var/lib/lemmy-ui/extra-themes
+
+# Loads the Eruda debugging utility.
+# LEMMY_UI_DEBUG=false
+
+# Disables CSP security headers.
+# LEMMY_UI_DISABLE_CSP=false
+
+# Injects a custom script into <head>.
+# LEMMY_UI_CUSTOM_HTML_HEADER=