discord-rss icon indicating copy to clipboard operation
discord-rss copied to clipboard

Redirects ?

Open argonan0 opened this issue 1 year ago • 3 comments

What is the discord redirect URI supposed to be?

argonan0 avatar Jun 13 '23 15:06 argonan0

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

3ventic avatar Jun 13 '23 15:06 3ventic

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?

argonan0 avatar Jun 13 '23 16:06 argonan0

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.

3ventic avatar Jun 13 '23 16:06 3ventic