Skip to content

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=changeme

For RSS feed access outside of basic auth, see Podcast RSS Feeds.

Clone this wiki locally