diff --git a/armbian/caddy.md b/armbian/caddy.md deleted file mode 100644 index 6b803c5..0000000 --- a/armbian/caddy.md +++ /dev/null @@ -1,102 +0,0 @@ -# Web Service Proxy (caddy) - -Simple and efficient go based proxy server and static web host. TLS and more supported out of the box. Supports all kinds of arch's and you probably want to just use this as it's the simplest approach and leanest. - -## SSL Certs - -This assumes you've run the [Let's Encrypt](lets_encrypt.md) process to get your certificates setup properly. - -## Inspiration / Sources - -- [https://caddyserver.com/](https://caddyserver.com/) -- [https://github.com/lucaslorentz/caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy) - -## Docker Integration - -Please note the Docker plugin is for a *swarm* which is *not* setup in these docs. It does **NOT** apply to this build. - -## Install - -``` bash - -mkdir /var/log/caddy -mkdir -p /etc/caddy/services -chown www-data /var/log/caddy /etc/caddy -mkdir -p /var/www -chown www-data /var/www -mkdir /var/log/caddy -chown www-data /var/log/caddy -cat > /root/update_caddy.sh < /etc/caddy/Caddyfile < /etc/unbound/local_zone/caddy.conf <