discord-rss
discord-rss copied to clipboard
Redirects ?
What is the discord redirect URI supposed to be?
it's the public URL to where you're hosting it with /api/auth/callback/discord. On railway it's something like https://<deployment_name>.up.railway.app/api/auth/callback/discord
Oh... but why wouldn't the server just fetch the RSS feed data locally and send via Webhook to discord?
To clarify, I would not be hosting this anywhere but running it locally - is there some way to do that?
The redirect is necessary for the login with Discord to access the UI which is not optional currently. The fetching and webhook don't need it, but you need it to create any feeds.