Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirects ? #12

Open
argonan0 opened this issue Jun 13, 2023 · 3 comments
Open

Redirects ? #12

argonan0 opened this issue Jun 13, 2023 · 3 comments

Comments

@argonan0
Copy link

What is the discord redirect URI supposed to be?

@3ventic
Copy link
Owner

3ventic commented Jun 13, 2023

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

@argonan0
Copy link
Author

argonan0 commented Jun 13, 2023

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?

@3ventic
Copy link
Owner

3ventic commented Jun 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants