revert gitea to port 22 for ssh

This commit is contained in:
Tyler Starr 2024-01-07 12:22:22 -08:00
parent b641daebda
commit 5ded8427b9
2 changed files with 0 additions and 2 deletions

View File

@ -3,6 +3,5 @@ Host github.com
IdentityFile /run/secrets/github/starr-dusT
Host git.tstarr.us
Port 2222
AddKeysToAgent yes
IdentityFile /run/secrets/gitea/tstarr

View File

@ -14,7 +14,6 @@
DOMAIN = "git.tstarr.us";
HTTP_PORT = 3001;
ROOT_URL = "https://git.tstarr.us";
SSH_PORT = 2223;
};
#settings.actions = {
# ENABLED = true;