gitmirror/config.json.example
Jonas Rosland 9a35774df1 Moved logging to volume instead of mount, and added better rotation
Signed-off-by: Jonas Rosland <jonas.rosland@gmail.com>
2025-04-04 00:54:20 -04:00

24 lines
No EOL
695 B
JSON

{
"scheduler_enabled": false,
"mirror_interval": 8,
"last_run": null,
"next_run": null,
"log_level": "INFO",
"repositories": {
"owner/repo": {
"gitea_owner": "gitea_owner",
"gitea_repo": "gitea_repo",
"mirror_issues": true,
"mirror_pull_requests": true,
"mirror_labels": true,
"mirror_milestones": true,
"mirror_wiki": false,
"mirror_releases": false,
"last_mirror_timestamp": null,
"last_mirror_date": null,
"last_mirror_status": null,
"last_mirror_messages": [],
"last_mirror_log": null
}
}
}