2025-03-29 17:58:33 -05:00
|
|
|
{
|
|
|
|
|
"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",
|
2025-04-05 18:44:44 -04:00
|
|
|
"image_tag": "1",
|
2025-07-05 18:13:09 -05:00
|
|
|
"restart": "unless-stopped",
|
2025-03-29 17:58:33 -05:00
|
|
|
"ports": [
|
2025-04-03 12:19:38 -05:00
|
|
|
"8020:8020"
|
2025-03-29 17:58:33 -05:00
|
|
|
],
|
|
|
|
|
"volumes": [
|
|
|
|
|
{
|
|
|
|
|
"source": "nextcloud_aio_mollysocket",
|
|
|
|
|
"destination": "/data",
|
|
|
|
|
"writeable": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"working_dir": "/data",
|
|
|
|
|
"command": "server",
|
2025-04-03 12:00:25 -05:00
|
|
|
"environment": [
|
|
|
|
|
"TZ=%TIMEZONE%",
|
2025-04-03 12:26:09 -05:00
|
|
|
"MOLLY_DB=\"/data/mollysocket.db\"",
|
2025-04-03 12:19:38 -05:00
|
|
|
"MOLLY_ALLOWED_ENDPOINTS=[\"*\",\"https://push.{$NC_DOMAIN}\"]",
|
|
|
|
|
"MOLLY_ALLOWED_UUIDS=[\"*\"]",
|
2025-04-05 18:50:36 -04:00
|
|
|
"MOLLY_HOST=0.0.0.0",
|
2025-04-03 12:00:25 -05:00
|
|
|
"MOLLY_PORT=8020",
|
|
|
|
|
"RUST_LOG=error"
|
|
|
|
|
]
|
2025-03-29 17:58:33 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|