Alpine: Gitea (#3424)

This commit is contained in:
CanbiZ 2025-03-26 15:28:52 +01:00 committed by GitHub
parent 6be9d72f70
commit b9a63edfb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": []
}
}