add cinny stub

master
Bel LaPointe 2022-01-13 02:17:26 -05:00
parent e9e62a00e9
commit ff6fbf9f16
3 changed files with 15 additions and 0 deletions

12
cinny.config.json Normal file
View File

@ -0,0 +1,12 @@
{
"defaultHomeserver": 5,
"homeserverList": [
"boba.best",
"converser.eu",
"envs.net",
"halogen.city",
"kde.org",
"matrix.org",
"mozilla.modular.im"
]
}

3
cinny.sh Normal file
View File

@ -0,0 +1,3 @@
#! /bin/bash
docker run -v $PWD/cinny.config.json:/app/config.json --rm -it -p 8080:80 ajbura/cinny:latest