gitea: expose SSH on port 2222

This commit is contained in:
2026-07-13 04:46:01 +04:00
parent b1d78905ca
commit 3c46b0de47
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
# URL of the Gitea instance
GITEA_INSTANCE_URL=http://gitea:3000
# Domain advertised in SSH clone URLs (e.g. gitea.aykhans.me)
GITEA_SSH_DOMAIN=
# How to get the token: https://docs.gitea.com/usage/actions/act-runner#obtain-a-registration-token
GITEA_RUNNER_REGISTRATION_TOKEN=
# UID and GID of the user that should run the runner (e.g. USER_UID=1000, USER_GID=1000)