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