Configurations of my server applications, using rootless podman
This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Marko Korhonen 6aad22192a
Remove podman-compose-toml.zsh
Will set it up in my dotfiles instead (doc coming soon)
2023-04-08 21:35:38 +03:00
authentik Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
caddy Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
ddns Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
forgejo Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
freshrss Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
homeautomation Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
jellyfin Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
misskey Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
nextcloud Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
ofelia Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
pihole Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
postgres Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
searx Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
stats Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
tvheadend Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
umami Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
woodpecker Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
.gitignore Renamed all docker-compose files to podman-compose 2023-04-08 16:32:14 +03:00
README.adoc Remove podman-compose-toml.zsh 2023-04-08 21:35:38 +03:00

My podman setup (WIP)

This is all of the containers running in my server and their configuration. Im using podman in rootless mode and docker-compose with podmans docker socket emulation. All compose files are in TOML (just because I hate YAML)

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