Script to install Caddy V2 in a FreeNAS jai
Go to file
basilhendroff c06decfda5
Update caddy
2020-05-21 11:43:30 +08:00
includes Update caddy 2020-05-21 11:43:30 +08:00
README.md Update README.md 2020-05-21 11:40:15 +08:00
caddy-install.sh Update caddy-install.sh 2020-05-21 10:46:16 +08:00

README.md

freenas-iocage-caddy

Script to install Caddy V2 in a FreeNAS jail

Create the jail and install Caddy iocage create --name="caddyv2" -r 11.3-RELEASE ip4_addr="vnet0|10.1.1.45/24" defaultrouter="10.1.1.1" boot="on" host_hostname="caddyv2" vnet="on"

iocage console caddyv2
mkdir -p /usr/local/etc/rc.d
cd /usr/local/etc/rc.d
pkg install nano
nano caddy` and paste in the text from includes/caddy