- Replace inv_sig_helper with invidious-companion for better YouTube API handling - Add healthcheck for main container - Add resource limits for all containers - Add SQL init scripts for fresh database setup - Update README with invidious secrets documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
DOMAIN=${DOMAIN}
|
|
INVIDIOUS_DB_PASSWORD=${INVIDIOUS_DB_PASSWORD}
|
|
INVIDIOUS_HMAC_KEY=${INVIDIOUS_HMAC_KEY}
|
|
INVIDIOUS_COMPANION_KEY=${INVIDIOUS_COMPANION_KEY}
|