Fixed the SSH clone issue.

The git user needs shell and a disabled password.
This commit is contained in:
Tom
2026-02-10 13:36:42 +01:00
parent 9e68459916
commit 2cca3d5403
2 changed files with 10 additions and 9 deletions

View File

@@ -76,7 +76,8 @@
name: "{{ gitea_user }}"
group: "{{ gitea_group }}"
home: /home/{{ gitea_user }}
shell: /usr/sbin/nologin
shell: /bin/bash
password: '*'
system: true
create_home: true