ip6https.template/Bastillefile

17 lines
326 B
Plaintext
Raw Permalink Normal View History

2023-01-28 09:21:45 +00:00
ARG SSH_PORT
ARG DOMAIN
ARG CERTBOT_EMAIL
2023-01-28 09:21:45 +00:00
2023-01-28 09:49:18 +00:00
INCLUDE https://github.com/s-daveb/ip6jail.template
cp etc /
CP usr /
RENDER /usr/local/etc/lighttpd-proxy.conf
PKG lighttpd py39-certbot
CMD certbot register -m ${CERTBOT_EMAIL} --agree-tos || true
CMD certbot certonly --standalone --domains ${DOMAIN}
SERVICE lighttpd restart