summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Berowski <alex@berowski.com>2022-07-13 21:10:59 -0500
committerAlex Berowski <alex@berowski.com>2022-07-13 21:10:59 -0500
commit7fac5dc45d79f70737ad82cb3ee10bbed85272e7 (patch)
tree4b21de47d127738e4e8272f27d1bc877ce5c91d0
parent49a13c08d656022d4a8b3b0a1735623b295e853f (diff)
Abandoned Matrix ServerHEADmaster
-rwxr-xr-xabim-deb.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/abim-deb.sh b/abim-deb.sh
index 17c3d3d..0ac9783 100755
--- a/abim-deb.sh
+++ b/abim-deb.sh
@@ -4,11 +4,7 @@
##Package Installation
apt update -y && apt upgrade -y
-apt install nginx python3-certbot-nginx rsync apache2-utils git fcgiwrap cgit calibre lsb-release wget apt-transport-https figlet -y
-wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
-echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/matrix-org.list
-apt update
-apt install matrix-synapse-py3
+apt install nginx python3-certbot-nginx rsync apache2-utils git fcgiwrap cgit calibre figlet -y
apt autoremove -y
#Gather User Variables
@@ -125,11 +121,6 @@ systemctl enable --now calibre-server
#HTTPS Configuration
certbot --nginx --register-unsafely-without-email
-#Matrix Configuration
-systemctl enable --now matrix-synapse
-echo 'Making "alex" user for Matrix.'
-register_new_matrix_user -c homeserver.yaml http://localhost:8008
-
#Email Server Configuration
#All credit for this part goes to Luke Smith. He's a life saver.
ufw allow 25