mirror of
https://github.com/Dodelidoo-Labs/sonobarr.git
synced 2025-12-23 22:17:45 -05:00
### Added - REST API endpoints for status, artist-requests, and stats with optional key-based access. - Settings UI input for an API key and client-side wiring to include it in saved settings. - Server-side config/storage for the API key and DataHandler support to propagate it at runtime.
17 lines
155 B
Plaintext
17 lines
155 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Config files
|
|
config/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Docker crap
|
|
*.log
|
|
docker-compose.override.yml
|
|
|
|
VSCode
|
|
.vscode/
|