AI-generate first working version of the app
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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"
|
Reference in New Issue
Block a user