mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
ssh port for gitea
This commit is contained in:
parent
acbec57f1a
commit
b641daebda
@ -3,5 +3,6 @@ Host github.com
|
||||
IdentityFile /run/secrets/github/starr-dusT
|
||||
|
||||
Host git.tstarr.us
|
||||
Port 2222
|
||||
AddKeysToAgent yes
|
||||
IdentityFile /run/secrets/gitea/tstarr
|
||||
|
@ -14,6 +14,7 @@
|
||||
DOMAIN = "git.tstarr.us";
|
||||
HTTP_PORT = 3001;
|
||||
ROOT_URL = "https://git.tstarr.us";
|
||||
SSH_PORT = 2223;
|
||||
};
|
||||
#settings.actions = {
|
||||
# ENABLED = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user