From 7ea3fc91a94e08e50bd98ff024b788c1e4d0f9e8 Mon Sep 17 00:00:00 2001 From: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> Date: Sat, 29 Mar 2025 18:18:26 -0500 Subject: [PATCH] Create readme.md Signed-off-by: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> --- community-containers/mollysocket/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community-containers/mollysocket/readme.md diff --git a/community-containers/mollysocket/readme.md b/community-containers/mollysocket/readme.md new file mode 100644 index 00000000..30508017 --- /dev/null +++ b/community-containers/mollysocket/readme.md @@ -0,0 +1,12 @@ +## MollySocket +This container bundles MollySocket and auto-configures it for you. + +### Notes +- This container is only intended to be used over https behind a reverse proxy. You can You can set up a reverse proxy following [these instructions](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md) OR use the Caddy community container that will automatically configure mollysocket.$NC_DOMAIN to redirect to your MollySocket. +- See [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers) how to add it to the AIO stack. + +### Repository +https://github.com/mollyim/mollysocket + +### Maintainer +https://github.com/Anvil5465