14 lines
316 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
2022-11-22 20:55:25 +00:00
# shellcheck shell=bash
# make our folders and links
mkdir -p \
/config/{fail2ban,dns-conf} \
/config/etc/letsencrypt/renewal-hooks \
/config/log/{fail2ban,letsencrypt,nginx} \
/config/nginx/proxy-confs \
2024-12-17 20:06:05 +00:00
/run/fail2ban \
/tmp/letsencrypt \
/tmp/nginx/cache