V1 pre testing

This commit is contained in:
Tim Schilling | IuK
2024-11-28 10:51:49 +01:00
parent 2f42aa2e26
commit 2223026a40
6 changed files with 197 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# .env
ENV_WEBDAV_URL="https://www.kommsafe.de/webdav/Stadt%20K%C3%B6nigsbrunn/IuK/Schilling"
ENV_WEBDAV_MOUNT="./webdav"
ENV_RCLONE_CONF="/root/.config/rclone/rclone.conf"
ENV_DOCKER_HOST=""
ENV_SFTP_HOST1=""
ENV_SFTP_HOST2=""
+2
View File
@@ -0,0 +1,2 @@
WEBDAV_BENUTZER="dein_benutzername"
WEBDAV_PASSWORD="dein_passwort"