Add README
This commit is contained in:
parent
a55c7b1f99
commit
49d2201722
1 changed files with 17 additions and 0 deletions
17
README.adoc
Normal file
17
README.adoc
Normal file
|
@ -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
|
Reference in a new issue