Без опису

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

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