add script to create repos on gitea instances
This commit is contained in:
17
repo.toml
Normal file
17
repo.toml
Normal 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'
|
||||
Reference in New Issue
Block a user