---
services:
  homeassistant:
    state: present
    type: custom
    tags: ["homeassistant", "smart-home"]
  duplicati:
    state: present  
    type: auto
    tags: ["duplicati", "backup"]
  homepage:
    state: present
    type: auto
    tags: ["homepage", "dashboard"]
  media:
    state: present
    type: auto
    tags: ["media", "jellyfin", "sonarr", "radarr", "bazarr"]
  storage:
    state: present
    type: auto
    tags: ["storage", "minio", "syncthing"]
  immich-app:
    state: present
    type: auto
    tags: ["immich", "photos"]
  vaultwarden:
    state: present
    type: auto
    tags: ["vaultwarden", "passwords"]
  wg-easy:
    state: present
    type: auto
    tags: ["wg-easy", "vpn", "wireguard"]
  pihole:
    state: present
    type: auto
    tags: ["pihole", "dns"]
  paperless:
    state: present
    type: auto
    tags: ["paperless", "documents"]
  # paperless:
  #   state: absent   # Will be removed if exists
  #   type: auto
