37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# 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=
|
|
|
|
# Optional webmention sender endpoint settings
|
|
# Default mount path in indiekit.config.mjs is /webmention-sender
|
|
WEBMENTION_SENDER_MOUNT_PATH=/webmention-sender
|
|
|
|
# Endpoint discovery timeout (milliseconds)
|
|
WEBMENTION_SENDER_TIMEOUT=10000
|
|
|
|
# User-Agent used for target endpoint discovery and sends
|
|
WEBMENTION_SENDER_USER_AGENT=
|
|
|
|
# Syndication endpoint mount path
|
|
# Default in indiekit.config.mjs is /syndicate
|
|
SYNDICATE_MOUNT_PATH=/syndicate
|
|
|
|
# Bluesky syndicator settings
|
|
# Example: your-handle.bsky.social
|
|
BLUESKY_HANDLE=
|
|
BLUESKY_PASSWORD=
|
|
|
|
# Mastodon syndicator settings
|
|
# MASTODON_USER should be your username without @
|
|
MASTODON_URL=https://mastodon.social
|
|
MASTODON_USER=
|
|
MASTODON_ACCESS_TOKEN=
|