Skip to content

finloop/Homelab-podman-quadlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Homelab infra

Example homelab config using podman and quadlets.

flowchart TD
    source[External reverse proxy/tunnel/cloudflare]
    crowdsec[Crowdsec HostIP:8999]
    traefik[Traefik HostIP:80]
    auth[Authentik HostIP:9000]
    hoarder[Hoarder HostIP:9001]
    bookstack[Bookstack HostIP:9002]

    source --> traefik
    traefik --> auth
    traefik --> hoarder
    traefik --> bookstack
    traefik -->|bouncer| crowdsec
    crowdsec -->|allow of block request| traefik
Loading

Getting started

  1. Clone this repository
  2. Create symlink to systemd directory in your home.
  3. Start quadlets.

About

Example homelab config using podman and quadlets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published