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

@ -10,7 +10,7 @@ APP="Caddy"
var_tags="webserver"
var_cpu="1"
var_ram="512"
var_disk="2"
var_disk="4"
var_os="debian"
var_version="12"
var_unprivileged="1"
@ -46,4 +46,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:80${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:80${CL}"