Initial commit

This commit is contained in:
kdusek
2025-11-13 15:12:49 +01:00
commit e9373ba1e1
3 changed files with 564 additions and 0 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"gitea": {
"server_url": "https://go-gitea.mywire.org",
"default_login_name": "$USER",
"login_method": "token",
"has_access_token": true,
"default_auth_method": "3"
},
"git": {
"default_branch": "main",
"auto_init": false
},
"ssh": {
"key_type": "ed25519",
"key_path": "~/.ssh/id_ed25519"
},
"repository": {
"default_private": false,
"auto_add_files": false,
"auto_commit": false,
"auto_push": false
}
}