Update forgejo.json

This commit is contained in:
CanbiZ 2025-06-18 14:57:31 +02:00
parent 845afdf9bb
commit f30a9ba2e6

View File

@ -1,45 +1,46 @@
{ {
"name": "Forgejo", "name": "Forgejo",
"slug": "forgejo", "slug": "forgejo",
"categories": [ "categories": [
20 20
], ],
"date_created": "2024-06-12", "date_created": "2024-06-12",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": null, "documentation": null,
"website": "https://forgejo.org/", "website": "https://forgejo.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/forgejo.svg", "config_path": "",
"description": "Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/forgejo.svg",
"install_methods": [ "description": "Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.",
{ "install_methods": [
"type": "default", {
"script": "ct/forgejo.sh", "type": "default",
"resources": { "script": "ct/forgejo.sh",
"cpu": 2, "resources": {
"ram": 2048, "cpu": 2,
"hdd": 10, "ram": 2048,
"os": "debian", "hdd": 10,
"version": "12" "os": "debian",
} "version": "12"
}, }
{
"type": "alpine",
"script": "ct/alpine-forgejo.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
}
],
"default_credentials": {
"username": null,
"password": null
}, },
"notes": [] {
} "type": "alpine",
"script": "ct/alpine-forgejo.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}