From 49d22017223ff41a01ac9b800d7c5d44929cf89f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 8 Apr 2023 16:46:13 +0300 Subject: [PATCH] Add README --- README.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..ba4294d --- /dev/null +++ b/README.adoc @@ -0,0 +1,17 @@ += My podman setup (WIP) + +This is all of the containers running in my server and their +configuration. I'm using podman in rootless mode and docker-compose +with podman's docker socket emulation. All compose files are in TOML +(just becaus I hate YAML). A helper function for ZSH `pct` +(stands for **P**odman **C**ompose **T**OML) is available in +link:./podman-compose-toml.zsh[podman-compose-toml.zsh] + + +== TODO + +* [ ] Solve evice passthrough permission issues +** [ ] Home Assistant (ZigBee stick) +** [ ] TVHeadend (DVB stick) +* [ ] Starting Pi-Hole breaks container name resolution +** Probably because Pi-Hole binds to the standard DNS port 53. Need to find a way to tell Pi-Hole to bind to a different port