Simon Greenwood

Listening Diary 20241118

Listening diary 20241115

Listening Diary 2024-11-14

Listening Diary 2024-11-13

I added a scrobbler extension to Firefox and did a bit of testing. Doesn’t work with Faircamp yet. Early days, early days.

Listening Diary 2024-11-12

Some very ambient listening today. Felt like that kind of day.

Listening Diary 16/10/2024

From https://daily.bandcamp.com/lists/aphex-twin-selected-ambient-works-volume-ii-list:

Listening Diary

Proxy Mailcow behind Nginx Proxy Manager the easy way

A quick one as no-one seems to have written it down properly.
Mailcow (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) 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.

Read More…