Add podroll endpoint integration and env docs

This commit is contained in:
svemagie
2026-03-09 09:30:36 +01:00
parent 8daa96afe2
commit 3153cf95f2
5 changed files with 72 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Optional Podroll endpoint settings
# Default mount path in indiekit.config.mjs is /podrollapi
PODROLL_MOUNT_PATH=/podrollapi
# FreshRSS greader API URL for episode sync
# Example: https://freshrss.example/api/query.php?user=USER&t=TOKEN&f=greader
PODROLL_EPISODES_URL=
# FreshRSS OPML export URL for source sync
# Example: https://freshrss.example/api/query.php?user=USER&t=TOKEN&f=opml
PODROLL_OPML_URL=