Added Variables to setup.sh

This commit is contained in:
Tim Schilling | IuK
2024-11-28 13:41:21 +01:00
parent af9bbde33b
commit da471ff907
5 changed files with 19 additions and 7 deletions
+3 -4
View File
@@ -5,15 +5,14 @@ source ./enviroment/secret.env
source ./enviroment/envireoment.env
# Konfigurationsvariablen
WEBDAV_URL="$ENV_WEBDAV_URL"
MOUNT_POINT="$ENV_WEBDAV_MOUNT"
RCLONE_CONFIG="$ENV_RCLONE_CONF"
SFTP_HOST1="$ENV_SFTP_HOST1"
DOCKER_HOST="$ENV_DOCKER_HOST"
# Nutzerdaten
WEBDAV_USER="$ENV_WEBDAV_BENUTZER"
WEBDAV_PASS="$ENV_WEBDAV_PASSWORD"
SFTP_USER1="$ENV_SFTP_USER1"