Official Feliday web-app
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
SleeplessOne1917 26979b91c2
Merge pull request #1797 from jsit/fix/markdown-toolbar-button-focus
fix: Add focus border to markdown toolbar buttons
5 months ago
.github feat: Add PR template (#1785) 5 months ago
.husky Extra lints (#192) 3 years ago
lemmy-translations@a241fe1255 Upgrade lemmy-js-client to `0.18.0-rc.2` (#1445) 5 months ago
src fix: Add focus border to markdown toolbar buttons 5 months ago
.babelrc Lint fix (#1035) 6 months ago
.dockerignore Somewhat working dockerfile, without the networking. 3 years ago
.eslintignore Merge branch 'main' into nicer-error-hnadling 6 months ago
.eslintrc.json chore(DX): Add prettier to eslint config for use with editors 5 months ago
.gitignore Replace momentjs with date-fns 5 months ago
.gitmodules Test submodules (#6) 3 years ago
.prettierignore Use git hash to break cache (#1684) 5 months ago
.prettierrc.json Adding Community Language fixes. #783 (#868) 11 months ago
.woodpecker.yml Adding nightly docker build. (#1678) 5 months ago
CONTRIBUTING.md Remove docs translations from links (#1441) 5 months ago
Dockerfile Try increasing node memory. 5 months 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 Use git hash to break cache (#1684) 5 months ago
generate_translations.js I18 quality of life change (#973) 8 months ago
package.json v0.18.1-rc.9 5 months ago
test_deploy.sh use set -e in all bash scripts 3 years ago
tsconfig.json Com create post (#1431) 5 months ago
update_translations.sh use set -e in all bash scripts 3 years ago
webpack.config.js fix service worker path 5 months ago
yarn.lock Update yarn lock 5 months 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>.