redirecting an app installed with portainer
Hi, I'm new to runtipi. I would like to install applications not present in the catalog, like linkding. I succeeded with portainer, but I'd like to redirect the app to a subdomain. I don't know what to do: use traefik? Install nginx proxy manager?
8 Replies
precision, I'm a newbie with runtipi.
Hello, you basically just need to copy the traefik labels and add the container to the runtipi network
I am on mobile now so I can't share the entire compose
I will send you the changes in a bit
Thanks Stravos for your help
Alright so
You need to add in the end of your compose file
Then add your container to the network
and finally add the labels
follow the instructions in the comments
If I understand : the first and the third in the linkding docker compose in portainer ? And the second ? (networks:
- tipi_main_network), where do I put it ?
The networks thing in the end of your compose file
Not inside the service
The second networks code block goes inside your service as well as the labels
Thanks, I'll try
thanks Stravos, it works
Hi, I hope it is okay that I'm hijacking this tread, since I basically wanted to ask the same question & tried following the instructions listed here.
I am trying to deploy AIOStreams (https://github.com/Viren070/AIOStreams) and have adjusted the configuration like so:
Am I doing something wrong? Any help would be greatly appreciated. 😅
I can access it over the local network with the local ip address and port. But when I try to open aiostreams.domain.tld I just get to the runtipi login page (nothing happens when pressing sign in).
Nevermind :D
For future readers:
You of course have to set the URL in APP_DOMAIN under the environment variables :SCfall:
Works flawlessly now, thank you very much for the project