Nincs leírás

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

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