From 9ae4ccf38d72eb8e4fc059960b59031e38f6c8b1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Fri, 21 Oct 2022 03:00:43 -0700 Subject: [PATCH] Update 'scripts/gogsinstall.sh' --- scripts/gogsinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gogsinstall.sh b/scripts/gogsinstall.sh index 3bbafd8..847ecf1 100644 --- a/scripts/gogsinstall.sh +++ b/scripts/gogsinstall.sh @@ -27,6 +27,7 @@ sudo chown -R git:git /var/log/gogs/ sudo wget -O /etc/systemd/system/gogs.service https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/systemd/gogs.service sudo rsync -avz gogs/* /home/git/ sudo chown -R git:git /home/git/ +sudo ufw allow 3000 sudo systemctl daemon-reload sudo systemctl enable gogs sudo systemctl start gogs