server-dockers config update, add 'gethomepage' config

This commit is contained in:
2025-05-18 18:11:30 +02:00
parent 1b8955c6db
commit 7cb437e278
5 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
SERVER=$1
if [ -z $SERVER ] ; then
echo "missing 1st argument (SERVER)"
exit 1
fi
rsync -avz --progress --exclude={'*.log','emby','jellyfin','qbittorrent','slskd','wallabag'} $SERVER:~/server-dockers/docker-compose.yml $SERVER:/mnt/usb/configurations ./