Files
gitea-mirror/config.example.toml
T
2026-06-27 22:57:58 +03:00

13 lines
268 B
TOML

[main]
endpoint = "https://example.com"
api_token = "XXXXX"
format = "{owner}/{name}"
out_dir = "/home/user/repositories"
[fetch]
ssh_key = "/home/user/id_rsa"
# Use this fetch config instead of ssh_key to clone over HTTP(S):
# user = "gitea-user"
# token = "XXXXX"