dupe
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-02-09 16:03:50 -06:00
parent 8944642f21
commit 7ffac52dda

61
swarm/dupecheck.yaml Normal file
View file

@ -0,0 +1,61 @@
services:
czkawka:
image: lscr.io/linuxserver/czkawka:latest
networks:
- netgrimoire
environment:
TZ: America/Chicago
PUID: "1964"
PGID: "1964"
# Match your standard execution model
# user: "1964:1964"
volumes:
# App config (non-SQLite → znas)
- /DockerVol/czkawka:/config
# Media scan target (read-only for safety)
- /export/Green/media/clips/library:/data
ports:
- target: 3000
published: 3000
protocol: tcp
mode: ingress
- target: 3001
published: 3001
protocol: tcp
mode: ingress
deploy:
placement:
constraints:
- node.hostname == znas
labels:
# Homepage
homepage.group: "Maintenance"
homepage.name: "Czkawka"
homepage.icon: "czkawka.png"
homepage.href: "https://czkawka.netgrimoire.com"
homepage.description: "Duplicate file finder"
# Kuma
kuma.czkawka.http.name: "Czkawka"
kuma.czkawka.http.url: "http://czkawka:3000"
# Caddy
caddy: "dupes.netgrimoire.com"
caddy.import: "authentik"
caddy.reverse_proxy: "{{upstreams 3000}}"
# Diun
diun.enable: "true"
networks:
netgrimoire:
external: true