This commit is contained in:
2026-02-12 00:05:42 -05:00
parent 7d86d37dea
commit 49edd5ba84
47 changed files with 4502 additions and 1 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Jellycleanarr Configuration
# Jellyfin server address (including http:// or https://)
JELLYFIN_ADDRESS=https://jellyfin.example.com
# Jellyfin API key (get this from Jellyfin Dashboard -> API Keys)
JELLYFIN_API_KEY=your_api_key_here
# Optional: Jellyfin username (for future authentication methods)
# JELLYFIN_USERNAME=your_username
# Optional: Cache TTL in seconds (default: 300)
# CACHE_TTL=300