Skip to content

Commit

Permalink
feat: add note on private feed auth
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Jan 22, 2025
1 parent db4819e commit ea648f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/podcasts/private_feed_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,16 @@
</c-slot>
</c-form>
{% endpartialdef form %}
<div class="mt-3 space-y-3 text-center prose sm:text-start dark:prose-invert">
<p>
If you have a private podcast feed that requires a username and password, you can add it here with this format:
</p>
<p>
<code>https://username:password@feed-url</code>
</p>
<p>Use a <a class="link"
href="https://www.urlencoder.org/"
rel="noopener"
target="_blank">URL encoding service</a> to encode the username and password if required.</p>
</div>
{% endblock content %}

0 comments on commit ea648f6

Please sign in to comment.