From 08ca3fd7bafb7aed90d8a741a3531c731d26f71c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:19:07 +0200 Subject: [PATCH 1/3] 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..3df55fc5 --- /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-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": [] +} From ae80028c2fd3c9883d5c45bc6893a46f24eaef8d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:21:19 +0200 Subject: [PATCH 2/3] Update gitea-mirror.json --- frontend/public/json/gitea-mirror.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/gitea-mirror.json b/frontend/public/json/gitea-mirror.json index 3df55fc5..fa19839d 100644 --- a/frontend/public/json/gitea-mirror.json +++ b/frontend/public/json/gitea-mirror.json @@ -1,6 +1,6 @@ { - "name": "gitea-mirror", - "slug": "Gitea-Mirror", + "name": "Gitea-Mirror", + "slug": "gitea-mirror", "categories": [ 7 ], From de4a4c81101a99b618f32f71e7bf7ea10cccbb98 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:23:29 +0200 Subject: [PATCH 3/3] Update gitea-mirror.json --- frontend/public/json/gitea-mirror.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/gitea-mirror.json b/frontend/public/json/gitea-mirror.json index fa19839d..20d6aec1 100644 --- a/frontend/public/json/gitea-mirror.json +++ b/frontend/public/json/gitea-mirror.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/Gitea-Mirror.sh", + "script": "ct/gitea-mirror.sh", "resources": { "cpu": 1, "ram": 1024,