From c4e25c5b01caade4146459630517b78450597874 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 May 2024 11:34:21 +0200 Subject: [PATCH] forgejo: use builtin ssh server (#71) Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/71 Co-authored-by: Michael Grote Co-committed-by: Michael Grote --- group_vars/git.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/git.yml b/group_vars/git.yml index f36f34af..9920fb42 100644 --- a/group_vars/git.yml +++ b/group_vars/git.yml @@ -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"