Feature: Add xCaddy for external Modules on Caddy-LXC (#1613)

* add xcaddy to caddy

for advanced modules

* increase space of caddy

* Update caddy.json

* fix deps
This commit is contained in:
CanbiZ
2025-01-20 15:10:48 +01:00
committed by GitHub
parent fb67025f3b
commit 85109ecf11
3 changed files with 47 additions and 9 deletions

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"hdd": 4,
"os": "debian",
"version": "12"
}
@ -30,5 +30,14 @@
"username": null,
"password": null
},
"notes": []
}
"notes": [
{
"text": "if you need an internal module run: `caddy add-package PACKAGENAME`",
"type": "info"
},
{
"text": "if you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`",
"type": "info"
}
]
}