From 4f0665978fac9457d8e8466084122731669841a1 Mon Sep 17 00:00:00 2001 From: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> Date: Sat, 29 Mar 2025 17:58:33 -0500 Subject: [PATCH] Create mollysocket.json https://github.com/mollyim/mollysocket Could work well together with https://codeberg.org/NextPush/uppush Signed-off-by: Anvil5465 <119350594+Anvil5465@users.noreply.github.com> --- .../mollysocket/mollysocket.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community-containers/mollysocket/mollysocket.json diff --git a/community-containers/mollysocket/mollysocket.json b/community-containers/mollysocket/mollysocket.json new file mode 100644 index 00000000..1992faf2 --- /dev/null +++ b/community-containers/mollysocket/mollysocket.json @@ -0,0 +1,30 @@ +{ + "aio_services_v1": [ + { + "container_name": "nextcloud-aio-mollysocket", + "display_name": "MollySocket", + "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/mollysocket", + "image": "ghcr.io/mollyim/mollysocket", + "image_tag": "1", + "internal_port": "8020", + "restart": "always", + "init": false, + "ports": [ + { + "ip_binding": "%APACHE_IP_BINDING%", + "port_number": "8020", + } + ], + "volumes": [ + { + "source": "nextcloud_aio_mollysocket", + "destination": "/data", + "writeable": true + } + ], + "working_dir": "/data", + "command": "server", + "environment": "MOLLY_HOST"="%APACHE_IP_BINDING%", + } + ] +}