From f6264babd38248bb4e3ae4a3b1676aa03464b327 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 15:09:32 +0530 Subject: [PATCH] Add lemmy/lemmy-ui-template.xml --- lemmy/lemmy-ui-template.xml | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 lemmy/lemmy-ui-template.xml diff --git a/lemmy/lemmy-ui-template.xml b/lemmy/lemmy-ui-template.xml new file mode 100644 index 0000000..d7108d7 --- /dev/null +++ b/lemmy/lemmy-ui-template.xml @@ -0,0 +1,38 @@ + + + Lemmy-UI + dessalines/lemmy-ui:0.19.6 + https://hub.docker.com/r/dessalines/lemmy-ui/ + bridge + sh + false + + https://github.com/LemmyNet/lemmy-ui/discussions + https://join-lemmy.org/ + Web frontend for the Lemmy platform. + Social: Network:Other + http://[IP]:[PORT:1236] + https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg + + + + + lemmy-server:8536 + localhost:1236 + false + true + + + Lemmy web frontend. This container requires: + +1. Lemmy backend server +2. Proper network configuration to communicate with the backend + +Configuration: +1. Ensure Lemmy backend is running +2. Configure LEMMY_UI_LEMMY_INTERNAL_HOST to point to your Lemmy backend +3. Set LEMMY_UI_LEMMY_EXTERNAL_HOST to your domain +4. Enable HTTPS if using SSL + +For more information, visit https://join-lemmy.org/docs/administration/install.html + \ No newline at end of file