Nenhuma descrição

Dessalines 0b35d4a1ae 0.19.4-beta.7 2 dias atrás
.github c80136ed65 Removing alectrocute and jsit from codeowners. (#2391) 2 meses atrás
.husky 140ff8271c Move to pnpm (#2345) 3 meses atrás
lemmy-translations @ f0ab81deea 1dcb29a8ac Updating translations. 2 dias atrás
src 17097ecd34 Fix bug where newly created communities cannot be edited until refresh (#2451) 3 dias atrás
.babelrc e48590b9d6 Use mixins and decorators for scroll restoration and tippy cleanup (#2415) 1 mês atrás
.dockerignore 2a1aabd773 Somewhat working dockerfile, without the networking. 3 anos atrás
.eslintignore 201e5fcd53 Lazy loading less common languages for syntax highlighting (#2388) 2 meses atrás
.eslintrc.json 643c1f6f01 Make confirm popup for adult consent (#2419) 3 semanas atrás
.gitignore 7f4493d4db Revert "Ignore autogenerated css files from being tracked in the repo (#2256)" (#2259) 5 meses atrás
.gitmodules edcffbbf4b Test submodules (#6) 3 anos atrás
.prettierignore ddd4a98fd7 Block urls (#2409) 1 mês atrás
.prettierrc.json afeb64009b Adding Community Language fixes. #783 (#868) 1 ano atrás
.woodpecker.yml 9aa1e06ae3 Adding alt_text and custom_thumbnail to post form. (#2404) 1 mês atrás
CONTRIBUTING.md 101b830d87 Remove docs translations from links (#1441) 10 meses atrás
Dockerfile b608e8e525 Using corepack to install pnpm, instead of npm -g (#2431) 3 semanas atrás
LICENSE 3125477c7b Adding prettier 3 anos atrás
README.md 2b1af707c3 Use http client (#1081) 11 meses atrás
accessibility_tests.sh 08b1c6b4d7 use set -e in all bash scripts 3 anos atrás
cliff.toml 9d10cfe5a1 Adding git-cliff to help generate changelogs. (#2386) 2 meses atrás
deploy.sh 140ff8271c Move to pnpm (#2345) 3 meses atrás
dev.dockerfile 167d5c991e Fix dev dockerfile (#2444) 1 semana atrás
generate_translations.js 1a53a247ab Update translation submodule (#2023) 9 meses atrás
package.json 0b35d4a1ae 0.19.4-beta.7 2 dias atrás
pnpm-lock.yaml d89dc07e71 Mod action history (#2437) 2 semanas atrás
test_deploy.sh 08b1c6b4d7 use set -e in all bash scripts 3 anos atrás
tsconfig.json e48590b9d6 Use mixins and decorators for scroll restoration and tippy cleanup (#2415) 1 mês atrás
update_translations.sh 156cfccf34 Fixing follow from subscribe page. Fixes #2215 (#2229) 5 meses atrás
webpack.config.js 201e5fcd53 Lazy loading less common languages for syntax highlighting (#2388) 2 meses atrás

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