No Description

Dessalines ee5806f423 0.19.4-beta.5 2 days ago
.github c80136ed65 Removing alectrocute and jsit from codeowners. (#2391) 1 month ago
.husky 140ff8271c Move to pnpm (#2345) 3 months ago
lemmy-translations @ 866e405665 d89dc07e71 Mod action history (#2437) 4 days ago
src 5b5f684e98 Hiding RSS button for saved view on profile page. Fixes #2438 (#2440) 2 days ago
.babelrc e48590b9d6 Use mixins and decorators for scroll restoration and tippy cleanup (#2415) 2 weeks ago
.dockerignore 2a1aabd773 Somewhat working dockerfile, without the networking. 3 years ago
.eslintignore 201e5fcd53 Lazy loading less common languages for syntax highlighting (#2388) 1 month ago
.eslintrc.json 643c1f6f01 Make confirm popup for adult consent (#2419) 1 week ago
.gitignore 7f4493d4db Revert "Ignore autogenerated css files from being tracked in the repo (#2256)" (#2259) 5 months ago
.gitmodules edcffbbf4b Test submodules (#6) 3 years ago
.prettierignore ddd4a98fd7 Block urls (#2409) 2 weeks ago
.prettierrc.json afeb64009b Adding Community Language fixes. #783 (#868) 1 year ago
.woodpecker.yml 9aa1e06ae3 Adding alt_text and custom_thumbnail to post form. (#2404) 3 weeks ago
CONTRIBUTING.md 101b830d87 Remove docs translations from links (#1441) 10 months ago
Dockerfile b608e8e525 Using corepack to install pnpm, instead of npm -g (#2431) 1 week ago
LICENSE 3125477c7b Adding prettier 3 years ago
README.md 2b1af707c3 Use http client (#1081) 10 months ago
accessibility_tests.sh 08b1c6b4d7 use set -e in all bash scripts 3 years ago
cliff.toml 9d10cfe5a1 Adding git-cliff to help generate changelogs. (#2386) 1 month ago
deploy.sh 140ff8271c Move to pnpm (#2345) 3 months ago
dev.dockerfile 1ff4acc049 Changing security.txt to use github security advisories page. (#2334) 2 months ago
generate_translations.js 1a53a247ab Update translation submodule (#2023) 8 months ago
package.json ee5806f423 0.19.4-beta.5 2 days ago
pnpm-lock.yaml d89dc07e71 Mod action history (#2437) 4 days ago
test_deploy.sh 08b1c6b4d7 use set -e in all bash scripts 3 years ago
tsconfig.json e48590b9d6 Use mixins and decorators for scroll restoration and tippy cleanup (#2415) 2 weeks ago
update_translations.sh 156cfccf34 Fixing follow from subscribe page. Fixes #2215 (#2229) 5 months ago
webpack.config.js 201e5fcd53 Lazy loading less common languages for syntax highlighting (#2388) 1 month 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>.