Add cinny as frontend for matrix
This commit is contained in:
parent
ff7537dd26
commit
854e6099a2
2 changed files with 23 additions and 0 deletions
14
matrix/cinny/config.json
Normal file
14
matrix/cinny/config.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue