Create gitea-mirror.json

This commit is contained in:
Tobias 2025-06-02 10:19:07 +02:00 committed by GitHub
parent 94966e219c
commit 08ca3fd7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,35 @@
{
"name": "gitea-mirror",
"slug": "Gitea-Mirror",
"categories": [
7
],
"date_created": "2025-06-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 4321,
"documentation": "https://github.com/arunavo4/gitea-mirror/",
"config_path": "/etc/systemd/system/gitea-mirror.service",
"website": "https://github.com/arunavo4/gitea-mirror/",
"logo": "https://github.com/arunavo4/gitea-mirror/blob/main/.github/assets/logo.png",
"description": "Gitea Mirror auto-syncs GitHub repos to your self-hosted Gitea, with a sleek Web UI and easy Docker deployment. ",
"install_methods": [
{
"type": "default",
"script": "ct/Gitea-Mirror.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 5,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}