Files
gitea_repo_creator/template/create_repo.toml
Seppl ff31de0ca2 [general] add template config
[create_repo.py] add default toml filename
[.gitignore] unignore template dir
2024-07-13 21:38:45 +02:00

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'