forgejo: use builtin ssh server (#71)
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

Reviewed-on: #71
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-05-13 11:34:21 +02:00 committed by Michael Grote
parent 103ec7b2b4
commit c4e25c5b01

View file

@ -61,9 +61,9 @@ gitea_configuration_path: "/etc/gitea" # anpassen
gitea_app_name: "forgejo"
gitea_fqdn: "git.mgrote.net"
# ssh
gitea_ssh_port: 22 # assuming the host SSH server is running on port 22
gitea_start_ssh: false # to not start the built-in SSH server
gitea_shell: "/bin/bash"
gitea_ssh_port: 2222
gitea_start_ssh: true
gitea_shell: "/bin/false"
# Repository
gitea_default_branch: "master"
gitea_default_private: "public"