diff --git a/cinny.config.json b/cinny.config.json new file mode 100644 index 0000000..8575d59 --- /dev/null +++ b/cinny.config.json @@ -0,0 +1,12 @@ +{ + "defaultHomeserver": 5, + "homeserverList": [ + "boba.best", + "converser.eu", + "envs.net", + "halogen.city", + "kde.org", + "matrix.org", + "mozilla.modular.im" + ] +} \ No newline at end of file diff --git a/cinny.sh b/cinny.sh new file mode 100644 index 0000000..63cedf8 --- /dev/null +++ b/cinny.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +docker run -v $PWD/cinny.config.json:/app/config.json --rm -it -p 8080:80 ajbura/cinny:latest diff --git a/run.sh b/conduit.rs.sh similarity index 100% rename from run.sh rename to conduit.rs.sh