initial commit

This commit is contained in:
root
2026-03-26 17:37:02 +01:00
parent 9d50d901c5
commit 3b859555e7
12 changed files with 299 additions and 2 deletions

8
scripts/cert_sync.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
#scp -r schork.ch:/etc/letsencrypt/live/* /srv/certs/
rsync -avzL schork.ch:/etc/letsencrypt/live/ /srv/certs
chmod -R 600 /srv/certs
docker restart traefik