forgejo: use builtin ssh server (#71)
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:
parent
103ec7b2b4
commit
c4e25c5b01
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ gitea_configuration_path: "/etc/gitea" # anpassen
|
||||||
gitea_app_name: "forgejo"
|
gitea_app_name: "forgejo"
|
||||||
gitea_fqdn: "git.mgrote.net"
|
gitea_fqdn: "git.mgrote.net"
|
||||||
# ssh
|
# ssh
|
||||||
gitea_ssh_port: 22 # assuming the host SSH server is running on port 22
|
gitea_ssh_port: 2222
|
||||||
gitea_start_ssh: false # to not start the built-in SSH server
|
gitea_start_ssh: true
|
||||||
gitea_shell: "/bin/bash"
|
gitea_shell: "/bin/false"
|
||||||
# Repository
|
# Repository
|
||||||
gitea_default_branch: "master"
|
gitea_default_branch: "master"
|
||||||
gitea_default_private: "public"
|
gitea_default_private: "public"
|
||||||
|
|
Loading…
Reference in a new issue