These are things i've manually configured on adze, not using ansible - irssi - alpine - gitit (know.bnewbold.net) => copied files to /srv/http/know.bnewbold.net => moved only .css and logo files in static dir (nope, also math js stuff) => force-pushed know to /srv/http/know.bnewbold.net/repo => copied nginx config - ssl certs for all bnewbold.net stuff - static.bnewbold.net => copied nginx config => copied all directory contents => easy! - installed docker (via apt) and docker-compose (via binary) => but as of 2022-09-13 this is broken - miniflux (rss reader; golang) => was previously in docker, now isn't --- trying to use podman, instead of docker, on debian bullseye/stable follow: https://thesynack.com/posts/docker-compose-podman/ didn't un-install docker, instead just installed 'podman' package (3.0+, in debian bullseye/stable), then: sudo apt install podman runc sudo systemctl disable --now docker.service docker.socket sudo systemctl enable --now podman.service podman.socket check that podman is working: sudo curl -v --unix-socket /run/podman/podman.sock http://localhost/_ping try a docker-compose thing: sudo DOCKER_HOST=unix:///run/podman/podman.sock docker-compose up -d follow these for some reason, `dnsmasq-base` was required but not installed? couldn't figure out docker-compose + podman DNS stuff. gave up and hardcoded IP addresses; this will probably break. need to use `sudo` with podman (for now, at least) --- podman pull quay.io/hedgedoc/hedgedoc