piperino Good evening Has anybody a running vaultwarden instance with the mailcow internal nginx. I’ve tried multiple configuration examples without success. Even if vaultwarden on the same network as mailcow. Tnx Piper.
esackbauer You should not do this. The nginx is only for mailcow itself and maybe some static pages. You might run into issues with the next mailcow update. Do yourself a favor and use a separate container for reverse proxy (like Nginx Proxy Manager).
piperino esackbauer Thanks for your answer. Sorry for my ignorance, but can NPM container run in parallel on the same server as mailcow? I’m just thinking about mailcows ACME where port 80 is needed. And NPM is using port 80 as well for LetsEncrypt certs!? best piper.
jwaibel esackbauer + It is actualy possible to do this. I placed a traefik infront of mailcow and use labels to route the traefik to the correct containers based on domainnames. But this is way behond a common usecase.
esackbauer piperino but can NPM container run in parallel on the same server as mailcow? yes, but you need a separate hostname for Vaultwarden to not interfere with mailcow.