deployment fixes

This commit is contained in:
2026-05-04 15:23:34 +02:00
parent 58975d150b
commit e5e31d5a3b
9 changed files with 39 additions and 18 deletions
+6 -3
View File
@@ -83,9 +83,12 @@ LOG_LEVEL=INFO
SSH_HOST=media-server.example.com
SSH_USERNAME=username
SSH_PORT=22
# In Docker Compose, mount your private key at ./secrets/ssh/id_ed25519
# and your host key file at ./secrets/ssh/known_hosts.
SSH_KEY_FILENAME=/root/.ssh/id_ed25519
# In Docker Compose, mount ./secrets/ssh to /root/.ssh inside the backend container.
# The app uses SSH_KEY_DIRECTORY + SSH_KEY_NAME to build the full key path.
SSH_KEY_DIRECTORY=/root/.ssh
SSH_KEY_NAME=id_ed25519
# Optional legacy override if you want to provide the full path directly.
# SSH_KEY_FILENAME=/root/.ssh/id_ed25519
SSH_PASSWORD=
REMOTE_MEDIA_ROOT=/srv/media