# SFTP Configuration for Jellyfin Database Access SFTP_HOST=your.jellyfin.server.com SFTP_PORT=22 SFTP_USER=your_username SFTP_PASSWORD=your_password SFTP_PATH=/var/lib/jellyfin/data/jellyfin.db # Jellyfin Server Configuration JELLYFIN_URL=http://your.jellyfin.server.com:8096 JELLYFIN_API_KEY=your_api_key_here # Power Management Commands JELLYFIN_POWER_ON_COMMAND=wakeonlan aa:bb:cc:dd:ee:ff JELLYFIN_HIBERNATE_COMMAND=ssh user@server "sudo systemctl hibernate"