You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Dessalines 2fff988dc6
Fixing link targets reloading page. Fixes #2275 (#2276)
2 days ago
.github feat: Add PR template (#1785) 5 months ago
.husky Extra lints (#192) 3 years ago
lemmy-translations@b3343aef72 Moderation/content action overhaul (#2258) 2 days ago
src Fixing link targets reloading page. Fixes #2275 (#2276) 2 days ago
.babelrc Run prettier 7 months ago
.dockerignore Somewhat working dockerfile, without the networking. 3 years ago
.eslintignore Merge branch 'main' into nicer-error-hnadling 7 months ago
.eslintrc.json ES-Lint tweak (#2001) 4 months ago
.gitignore Revert "Ignore autogenerated css files from being tracked in the repo (#2256)" (#2259) 1 week ago
.gitmodules Test submodules (#6) 3 years ago
.prettierignore Add code highlighting (#2195) 2 months ago
.prettierrc.json Adding Community Language fixes. #783 (#868) 12 months ago
.woodpecker.yml Multi-platform Dockerfile (#2235) 2 weeks ago
CONTRIBUTING.md Remove docs translations from links (#1441) 6 months ago
Dockerfile Revert "fix: Build on native platform (#2261)" (#2262) 1 week ago
LICENSE Adding prettier 3 years ago
README.md Use http client (#1081) 6 months ago
accessibility_tests.sh use set -e in all bash scripts 3 years ago
deploy.sh Use http client (#1081) 6 months ago
dev.dockerfile Updating for new v19 changes. (#2191) 2 months ago
generate_translations.js Update translation submodule (#2023) 4 months ago
package.json v0.19.0-rc.13 2 days ago
test_deploy.sh use set -e in all bash scripts 3 years ago
tsconfig.json Com create post (#1431) 6 months ago
update_translations.sh Fixing follow from subscribe page. Fixes #2215 (#2229) 2 weeks ago
webpack.config.js Remote follow (#1875) 2 months ago
yarn.lock Fixing cross-fetch issues. (#2254) 1 week ago

README.md

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