Alpine: Gitea (#3424)

This commit is contained in:
CanbiZ
2025-03-26 15:28:52 +01:00
committed by GitHub
parent 6be9d72f70
commit b9a63edfb0
3 changed files with 97 additions and 1 deletions

View File

@ -24,6 +24,17 @@
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-gitea.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
}
],
"default_credentials": {
@ -31,4 +42,4 @@
"password": null
},
"notes": []
}
}