forked from kieraneglin/pinchflat
-
Notifications
You must be signed in to change notification settings - Fork 0
Username and Password
o51r15 edited this page Jun 18, 2026
·
1 revision
HTTP basic authentication is optionally supported. To enable it, set both the BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD environment variables when starting the container. No authentication is required unless both values are set.
environment:
- BASIC_AUTH_USERNAME=admin
- BASIC_AUTH_PASSWORD=changemeFor RSS feed access outside of basic auth, see Podcast RSS Feeds.