Compare commits

...

2 Commits

Author SHA1 Message Date
f8dfde8b9b Remove shell_ntfy_remote_shutdown.env from version control 2024-12-21 10:40:23 +01:00
9d89462d5b readme 2024-12-21 10:38:22 +01:00
2 changed files with 1 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
NTFY_URL=https://ntfy.gofel.net/
AUTH_TOKEN=tk_jtt0zcnmephixstrp9tleb6klf0zu
DUPLICATI_URL=http://192.168.178.100:8200
SERVER_NAME=unRAID
ICON=http://192.168.178.25:3030/icons/qnap-ts-412.png
SSH_PASSWORD=uio390273
SSH_USER=admin
SSH_HOST=192.168.178.105

View File

@@ -28,4 +28,4 @@ curl -s -X POST "$NTFY_URL" \
}"
# Server herunterfahren
sshpass -p "$SSH_PASSWORD" ssh -o "StrictHostKeyChecking=no" "$SSH_USER@$SSH_HOST" "poweroff"
sshpass -p "$SSH_PASSWORD" ssh -o "StrictHostKeyChecking=no" "$SSH_USER@$SSH_HOST" "poweroff"