AI-generate first working version of the app

This commit is contained in:
2025-08-11 00:20:14 +02:00
parent 90e7e26f79
commit b5556a78ac
13 changed files with 5232 additions and 3 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# 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"