AtHeartEngineer 7990140f23 Merge pull request #1 from LemmyNet/main
Merge Lemmy main into fork
2025-02-17 17:38:22 -05:00
2024-01-28 22:09:08 -05:00
2020-09-10 15:22:21 -04:00
2024-04-11 08:56:56 -04:00
2025-02-09 11:16:09 -05:00
2024-09-27 20:23:55 +00:00
2024-09-27 20:23:55 +00:00
2024-01-28 22:09:08 -05:00
2025-02-09 11:16:09 -05:00
2025-02-09 11:16:09 -05:00
2020-08-23 00:04:58 -04:00
2021-04-21 13:57:42 +02:00

Lemmy-UI

The official web app for Lemmy, written in inferno.

Based off of MrFoxPro's inferno-isomorphic-template.

Development Instructions

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>.
Description
No description provided
Readme AGPL-3.0 9.3 MiB
Languages
CSS 72.7%
TypeScript 26.6%
SCSS 0.3%
JavaScript 0.3%