Add SSH_USER environment variable to configuration and update SSH command references in the script

This commit is contained in:
Bastian (BaM)
2025-09-14 17:31:28 +02:00
parent 8537c0c312
commit 1442eb3df7
2 changed files with 9 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ services:
CONTAINER_NAME: "${CONTAINER_NAME:-paperless-ai}"
OLLAMA_HOST: "${OLLAMA_HOST:-192.168.222.12}"
OLLAMA_PORT: "${OLLAMA_PORT:-11434}"
SSH_USER: "${SSH_USER:-user}"
SINCE: "${SINCE:-0s}"
WOL_MAC: "${WOL_MAC}"
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional