37 lines
2.2 KiB
Markdown
37 lines
2.2 KiB
Markdown
[](https://simongreenwood.me.uk/)
|
|
|
|
# [Simon Greenwood](https://simongreenwood.me.uk/)
|
|
|
|
Gracefully degrading
|
|
|
|
- [About Me](https://simongreenwood.me.uk/pages/about-me.html#about-me)
|
|
- [Contact info](https://simongreenwood.me.uk/pages/contact.html#contact)
|
|
- [My CV](https://simongreenwood.me.uk/pages/curriculum-vitae.html#curriculum-vitae)
|
|
- [CV Part 2](https://simongreenwood.me.uk/pages/cv-part-2.html#cv-part-2)
|
|
- [Social](https://gotosocial.grnwds.uk/@simon)
|
|
|
|
[Home](https://simongreenwood.me.uk/) [Technical](/category/technical.html) [Listening Diary](/category/listening-diary.html) [Tags](/tags.html) [Archives](/archives.html) [Atom](https://simongreenwood.me.uk/feeds/all.atom.xml)
|
|
|
|
# Proxy Mailcow behind Nginx Proxy Manager the easy way
|
|
|
|
Posted on Sat 14 September 2024 in [Technical](https://simongreenwood.me.uk/category/technical.html)
|
|
|
|
A quick one as no-one seems to have written it down properly.
|
|
|
|
Mailcow ( [https://mailcow.email](https://mailcow.email)) is a dockerized mail system. By default it will run on port 80 and port 443 of an IP address, so it occupies the web addresses of, say, a cheap VM.
|
|
|
|
Nginx Proxy Manager ( [https://www.nginxproxymanager.com](https://www.nginxproxymanager.com)) is a dockerized way of managing an nginx proxy.
|
|
|
|
The theoretical right way of connecting the two is by bridging or sharing the docker networks, but a more straightforward way is connecitng the exposed ports on the VM IP address. Not localhost or 0.0.0.0 because they're in the docker network, the IP address of the VM. Annoying simple but not necessarilly obvious.
|
|
|
|
[mailcow](https://simongreenwood.me.uk/tag/mailcow.html) [nginx proxy manager](https://simongreenwood.me.uk/tag/nginx-proxy-manager.html) [docker](https://simongreenwood.me.uk/tag/docker.html)
|
|
|
|
© 2025 - This work is licensed under a [Creative Commons Attribution-ShareAlike](http://creativecommons.org/licenses/by-sa/4.0/deed.en_US)
|
|
|
|
Built with [Pelican](http://getpelican.com) using [Flex](http://bit.ly/flex-pelican) theme
|
|
\|
|
|
Switch to the [dark](javascript:void(0)) \| [light](javascript:void(0)) \| [browser](javascript:void(0)) theme
|
|
|
|
|
|
[](http://creativecommons.org/licenses/by-sa/4.0/)
|
|
|