Files
gitea_repo_creator/repo.toml

17 lines
462 B
TOML

[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'