Alex Wicks
Alex Wicks
Hi there, I'd recommend using something like `docker-compose` to put a proxy from another container in front of this one. For example, you can do something like this: ```yaml ---...
I did play around with this - here's a somewhat hacky, but working change: https://github.com/aw1cks-forks/alertmanager/commit/5fca6eb4f68b516d52b13975e914ce12c08ae48d I'd imagine it'd be best to keep the existing MessageCard implementation and allow users to...
Nice! That seems like a path of low resistance. My only comment is that the card format appears to be quite prescriptive, which does limit the cusomisability.
Thanks for making this MR @6fears7 ! Happy to assist on this.