add script to create repos on gitea instances

This commit is contained in:
2024-07-13 21:33:04 +02:00
parent adc3d8c529
commit a4a6795bed
4 changed files with 459 additions and 1 deletions

17
repo.toml Normal file
View File

@@ -0,0 +1,17 @@
[connection]
token = 'your_token'
address = 'gitea.domain.tld'
[repo]
# name = 'repo_name'
auto_init = true
default_branch = 'main'
description = '--created with create_repo.py'
# gitignores = 'Python'
# issue_labels = ''
# license = ''
# object_format_name = 'sha1'
private = false
# readme = 'Default'
# template = false
# trust_model = 'default'