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
This is a great addition of having compose-fullstacksample.yaml . This servers as very simple entry point to setup the entire service and have a look around. Though for those of who just started with this repo, facing following issues. It would be great if we can have some readme or guide on acquiring following placeholders.
#L22 INDEXER_MANAGER_API_KEY= CHANGE_TO_YOUR_APIKEY # How to get "CHANGE_TO_YOUR_APIKEY"
#L31 PROXY_DEBRID_STREAM_PASSWORD=CHANGE_ME # what should be the value of "CHANGE_ME"
A guide or reference around setup of "proxy" network via traefik. Also most of the traefik setup assume of having a domain, what is the recommended way to acquire one for local development ?
Expecting some guidance in this direction
Thanks
The text was updated successfully, but these errors were encountered:
How to get "CHANGE_TO_YOUR_APIKEY"- this changes based on if your indexer is prowlarr or jackett. For example - Jackett's api key is displayed at the top of your user dashboard once you bring it online.
what should be the value of "CHANGE_ME" - This is you setting your own password.....
setup of "proxy" network via traefik -- labels included in the compose file does a pretty good job of including what you would need for this stack. The things missing would be traefik itself, and you configuring your own ACME challenge. There's different ways to do that, and there are projects people made out there to 'build' a traefik network from scratch (Auto-Traefik). You just have to search around.
Pick a DNS provider for your domain. Search around for best deal. They're all slightly different.
This is a great addition of having compose-fullstacksample.yaml . This servers as very simple entry point to setup the entire service and have a look around. Though for those of who just started with this repo, facing following issues. It would be great if we can have some readme or guide on acquiring following placeholders.
Expecting some guidance in this direction
Thanks
The text was updated successfully, but these errors were encountered: