Deactivate SSL for Ngnix Proxy Manager

Hello Community :) I have a question about RunTipi. I want to run RunTipi behind a Nginx Proxy Manager which manages the SSL certificates. However, I run into problems because RunTipi itself also creates and integrates a certificate. How can I deactivate this so that only my Nginx certificate is used? Many thanks for your help and answers! πŸ˜‡
4 Replies
InfBoumcyCastle
InfBoumcyCastleβ€’3mo ago
runtipi is build around traefik as the reverse proxy. disabling it and using nginx makes not really a ton of sense. what is your reason for this approach?
Carl Phillip Trump
Carl Phillip TrumpOPβ€’3mo ago
Thanks for the quick reply :D My idea was to be able to manage everything centrally there, as I also have other services that run via my nginx. So would it make more sense to resolve the runtipi domain to the runtipi ip on the DNS side?
InfBoumcyCastle
InfBoumcyCastleβ€’3mo ago
maybe. it depends πŸ˜„ you can also use tipis traefik for ssl offloading to your non-tipi services What you could do as well: expose the tipi apps via http with their port and then use those ports as upstream in your nginx
frankynov
frankynovβ€’3mo ago
This is exactly what I do. I like the interface of Nginx Proxy Manager and I have indeed other services outside of tipi which needed a reverse proxy. It works great ! I decided to put a custom listening port for tipi on 8080 to not interfere with default port 80 of NPM

Did you find this page helpful?