frontend: fix alpine caddy json
This commit is contained in:
parent
a781427451
commit
e5819be4ec
@ -15,15 +15,16 @@
|
|||||||
"config_path": "/etc/caddy/Caddyfile",
|
"config_path": "/etc/caddy/Caddyfile",
|
||||||
"description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.",
|
"description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.",
|
||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/caddy.sh",
|
"script": "ct/caddy.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 1,
|
"cpu": 1,
|
||||||
"ram": 512,
|
"ram": 512,
|
||||||
"hdd": 4,
|
"hdd": 4,
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "alpine",
|
"type": "alpine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user