16 lines
392 B
Bash
Executable File
16 lines
392 B
Bash
Executable File
# NTFY Server
|
|
NTFY_URL=https://ntfy.server.net/
|
|
AUTH_TOKEN=tk_elwqvm6niscdn30f45iksdfh6sope
|
|
|
|
# Duplicati Server
|
|
DUPLICATI_URL=http://192.168.178.100:8200
|
|
SERVER_NAME=unRAID
|
|
|
|
# NTFY Icon (Optional / Leer lassen falls nicht benötigt)
|
|
ICON=http://192.168.178.25:3030/icons/qnap-ts-412.png
|
|
|
|
# SSH Zugangsdaten des entfernten System
|
|
SSH_HOST=192.168.178.105
|
|
SSH_USER=sshuser
|
|
SSH_PASSWORD=sshpass
|