Add mautrix-syncproxy and mautrix-wsproxy

This commit is contained in:
thomas 2022-02-26 04:53:01 +01:00
parent eaba9effe3
commit 51bcd703d6
18 changed files with 185 additions and 5 deletions

10
mautrix-syncproxy2deb Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
APP=mautrix-syncproxy
VERSION=0.0.1
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION-1
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2
source ./lib/function.sh