add reworked caddy configs from current setup

This commit is contained in:
Ruben 2025-07-12 00:09:31 -05:00
commit 76ec7d0505
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
23 changed files with 420 additions and 1 deletions

View file

@ -563,6 +563,9 @@ function docker_cleanup {
docker volume prune -af
docker container prune -f
docker network prune -f
# ensure our ipv6 network still exists
echo "${blue}docker-cleanup:${normal} Ensuring IPv6 network still exists..."
docker network create --ipv6 --subnet fd00:cafe:face:feed::/64 ip6net
echo "${green}Done. Beep!${normal}"
}