From ff6fbf9f163d2a1d4a2d1dd1e06dc4acc8df05b4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 13 Jan 2022 02:17:26 -0500 Subject: [PATCH] add cinny stub --- cinny.config.json | 12 ++++++++++++ cinny.sh | 3 +++ run.sh => conduit.rs.sh | 0 3 files changed, 15 insertions(+) create mode 100644 cinny.config.json create mode 100644 cinny.sh rename run.sh => conduit.rs.sh (100%) 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