The official web app for lemmy.
Go to file
2024-05-23 12:08:55 -04:00
.github
.husky
lemmy-translations@4e7c7ad4fc Updating translations. 2024-05-23 12:08:44 -04:00
src Render more while reloading only some resources (#2480) 2024-05-22 15:46:13 -04:00
.babelrc
.dockerignore
.gitignore
.gitmodules
.npmrc Use non-deprecated QR library (#2475) 2024-05-21 14:20:32 -04:00
.prettierignore
.prettierrc.json
.woodpecker.yml
accessibility_tests.sh
cliff.toml
CONTRIBUTING.md
deploy.sh
dev.dockerfile Fix dev dockerfile (#2444) 2024-05-01 13:21:54 -04:00
Dockerfile
eslint.config.mjs Update dependency eslint to v9 (#2472) 2024-05-15 13:30:03 -04:00
generate_translations.js
LICENSE
package.json 0.19.4-rc.2 2024-05-23 12:08:55 -04:00
pnpm-lock.yaml Update dependency i18next to v23.11.5 (#2477) 2024-05-21 14:29:37 -04:00
README.md
renovate.json Configure Renovate (#2458) 2024-05-15 10:08:38 -04:00
test_deploy.sh
tsconfig.json
update_translations.sh
webpack.config.js

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_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>.