alpine-caddy: fix json

This commit is contained in:
cobaltgit 2025-09-17 15:05:34 +01:00
parent 3fd2f00a91
commit 9b160ecd71
No known key found for this signature in database
GPG Key ID: 699CFDA808E52696

View File

@ -1,10 +1,10 @@
{
"name": "Caddy",
"slug": "caddy",
"name": "Alpine-Caddy",
"slug": "alpine-caddy",
"categories": [
21
],
"date_created": "2024-05-11",
"date_created": "2025-09-17",
"type": "ct",
"updateable": true,
"privileged": false,
@ -17,13 +17,13 @@
"install_methods": [
{
"type": "default",
"script": "ct/caddy.sh",
"script": "ct/alpine-caddy.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
"ram": 256,
"hdd": 3,
"os": "alpine",
"version": "3.22"
}
},
{