Official Feliday web-app
Find a file
2022-09-27 15:42:24 -04:00
.github Add codeowners. 2022-02-02 11:11:34 -05:00
.husky
lemmy-translations@ae3132fef1 Updating translations. 2022-09-22 22:18:39 -04:00
src Adding new unread comments. (#749) 2022-09-27 15:42:24 -04:00
.babelrc
.dockerignore
.drone.yml Add nightly dev drone cron build. (#664) 2022-05-25 21:00:07 +00:00
.eslintignore
.eslintrc.json Upgrade inferno v8.0.0 try2 (#790) 2022-09-22 11:03:35 -04:00
.gitignore
.gitmodules
.prettierrc.js
accessibility_tests.sh
CONTRIBUTING.md
deploy.sh
Dockerfile
generate_translations.js
LICENSE
package.json Adding new unread comments. (#749) 2022-09-27 15:42:24 -04:00
README.md Documenting and changing a few env vars. Fixes #661 (#739) 2022-08-04 20:21:20 +02:00
test_deploy.sh
tsconfig.json Adding option types 2 (#689) 2022-06-21 17:42:29 -04:00
update_translations.sh
webpack.config.js
yarn.lock Adding new unread comments. (#749) 2022-09-27 15:42:24 -04:00

lemmy-ui

The official web app for Lemmy, written in inferno.

Based off of MrFoxPro's inferno-isomorphic-template.

Configuration

The following environment variables can be used to configure lemmy-ui:

ENV_VAR type default description
LEMMY_UI_HOST string 0.0.0.0:1234 The IP / port that the lemmy-ui isomorphic node server is hosted at.
LEMMY_UI_LEMMY_INTERNAL_HOST string 0.0.0.0:8536 The internal IP / port that lemmy is hosted at. Often lemmy:8536 if using docker.
LEMMY_UI_LEMMY_EXTERNAL_HOST string 0.0.0.0:8536 The external IP / port that lemmy is hosted at. Often DOMAIN.TLD.
LEMMY_UI_LEMMY_WS_HOST string 0.0.0.0:8536 An alternate location for lemmy's websocket address. Not usually necessary.
LEMMY_UI_HTTPS bool false Whether to use https.
LEMMY_UI_EXTRA_THEMES_FOLDER string ./extra_themes A location for additional lemmy css themes.
LEMMY_UI_DEBUG bool false Loads the Eruda debugging utility.
LEMMY_UI_DISABLE_CSP bool false Disables CSP security headers
LEMMY_UI_CUSTOM_HTML_HEADER string Injects a custom script into <head>.