From 854e6099a2db2dbf7fdf407d4014b00a9df15f46 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 8 Feb 2024 20:33:18 +0100 Subject: [PATCH] Add cinny as frontend for matrix --- matrix/cinny/config.json | 14 ++++++++++++++ matrix/docker-compose.yaml | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 matrix/cinny/config.json diff --git a/matrix/cinny/config.json b/matrix/cinny/config.json new file mode 100644 index 0000000..51644c9 --- /dev/null +++ b/matrix/cinny/config.json @@ -0,0 +1,14 @@ +{ + "defaultHomeserver": 0, + "homeserverList": [ + "depeuter.dev", + "0wnz.at", + "converser.eu", + "envs.net", + "matrix.org", + "monero.social", + "mozilla.org", + "xmr.se" + ], + "allowCustomHomeservers": true +} diff --git a/matrix/docker-compose.yaml b/matrix/docker-compose.yaml index 6b21d26..235cc4a 100644 --- a/matrix/docker-compose.yaml +++ b/matrix/docker-compose.yaml @@ -43,3 +43,12 @@ services: volumes: - ./mautrix-whatsapp/:/data + cinny: + container_name: cinny + image: ajbura/cinny + restart: unless-stopped + volumes: + - ./cinny/config.json:/app/config.json + ports: + - 9881:80/tcp +