From 94b66bc042bfd3cfc474d871da35a5fead133f12 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:16:54 +0200 Subject: [PATCH] Create gitea-mirror.json --- frontend/public/json/gitea-mirror.json | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/gitea-mirror.json diff --git a/frontend/public/json/gitea-mirror.json b/frontend/public/json/gitea-mirror.json new file mode 100644 index 00000000..5be5cc90 --- /dev/null +++ b/frontend/public/json/gitea-mirror.json @@ -0,0 +1,35 @@ +{ + "name": "Gitea-Mirror", + "slug": "gitea-mirror", + "categories": [ + 7 + ], + "date_created": "2025-06-05", + "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://cdn.jsdelivr.net/gh/selfhst/icons/webp/gitea-mirror.webp", + "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": 2, + "ram": 2048, + "hdd": 6, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}