You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to deploy on Railway using the given template, I was not sure what was needed for a few items.
The Railway template environment variables requires the items below to be provided before deployment is allowed and I am unsure how to move forward.
Secret_key : Unsure app/service this key is supposed to come from
Trakt_Client_ID, Trakt_client_secret, and Trakt_OAuth_Token - When setting up a connected app on trakt, what is used for the redirect URI?
TMDB Key and Tokens : Before the owner of the repo stopped hosting on Railway, I never had to create a TMDB (that I can remember). So are these required?
Redis URL : Unsure where this is supposed to come from if the railways template is supposed deploy Redis.
ImgProxy, Next Auth, Sentry - All these are also part of the deployment template, correct?
Apologies if my questions seem obvious on where to find these answers, but I have little experience with deployment of hosted services.
The text was updated successfully, but these errors were encountered:
MrCredible
changed the title
Deploying on Railways using template - Unsure on required environment variables before deployment
Deploying on Railway using template - Unsure on required environment variables before deployment
Jun 8, 2024
Hey there, sorry for the late reply. I haven't updated the template, and yes I haven't got around to get the app running again due to personal reasons.
secret_key isn't used anymore, I was using it as a JWT salt before I moved to nextjs.
The redirect url should be http[s]://[base_url]/api/auth/callback/trakt as it's using the default callback path for nextauth
Yes, TMDB is used in the backend to get a few info that trakt doesn't return in the show/movie details such as broadcaster and images.
I forgot to pass variables from the services
imgproxy isn't in the template yet as I added it after I made the template, and sentry is supposed to be optional as an error tracker and I removed the default value as people are starting to self host it and it's filling my sentry with other people's instance, but I haven't got around to make it ignore if it doesn't have an ingest url set.
I'm pretty sure the app itself is still working and you should be able to run it, but you'll need to host those subservices yourself.
While trying to deploy on Railway using the given template, I was not sure what was needed for a few items.
The Railway template environment variables requires the items below to be provided before deployment is allowed and I am unsure how to move forward.
Apologies if my questions seem obvious on where to find these answers, but I have little experience with deployment of hosted services.
The text was updated successfully, but these errors were encountered: