SSH access for Gitea

This commit is contained in:
2026-05-15 15:23:26 +02:00
parent c12da16d00
commit ecafb32328
5 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ in
];
allow_existing_users = true;
user_mapping_provider.config = {
localpart_template = "{{ user.preferred_username }}";
localpart_template = "{{ user.preferred_username.split('@')[0] }}";
display_name_template = "{{ user.displayname }}";
};
}