Initial commit: Media Download Dashboard with SABnzbd, Sonarr, Radarr, and Emby integration
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# Server Configuration
|
||||
PORT=3001
|
||||
|
||||
# SABnzbd Configuration
|
||||
SABNZBD_URL=http://localhost:8080
|
||||
SABNZBD_API_KEY=your_sabnzbd_api_key
|
||||
|
||||
# Sonarr Configuration
|
||||
SONARR_URL=http://localhost:8989
|
||||
SONARR_API_KEY=your_sonarr_api_key
|
||||
|
||||
# Radarr Configuration
|
||||
RADARR_URL=http://localhost:7878
|
||||
RADARR_API_KEY=your_radarr_api_key
|
||||
|
||||
# Emby Configuration
|
||||
EMBY_URL=http://localhost:8096
|
||||
EMBY_API_KEY=your_emby_api_key
|
||||
Reference in New Issue
Block a user