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 +