From de676ec5b5ab4db9e699cba2f96458f84a1b18db Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 19 Dec 2024 18:41:01 -0600 Subject: [PATCH] lkj --- calibre.yaml | 34 ++++++++++++++++----------------- mealie.yaml | 2 +- sshwifty.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 18 deletions(-) create mode 100644 sshwifty.yaml diff --git a/calibre.yaml b/calibre.yaml index 0b147c0..a0ebf49 100644 --- a/calibre.yaml +++ b/calibre.yaml @@ -17,23 +17,23 @@ services: - 7070:8080 - 7081:8081 restart: unless-stopped - #security_opt: - # - seccomp=unconfined - deploy: - labels: - - homepage.group=Library - - homepage.name=Calibre - - homepage.icon=calibre.png - - homepage.href=http://calibre.netgrimoire.com - - homepage.description=Calibre Library - - kuma.calibre.http.name="Forgejo" - - kuma.calibre.http.url=http://calibre:8080 - - caddy=calibre.netgrimoire.com - # - caddy.import=authentik - - caddy.reverse_proxy="{{upstreams 8080}}" - placement: - constraints: - - node.hostname == nas + security_opt: + - seccomp=unconfined + # deploy: + labels: + - homepage.group=Library + - homepage.name=Calibre + - homepage.icon=calibre.png + - homepage.href=http://calibre.netgrimoire.com + - homepage.description=Calibre Library + - kuma.calibre.http.name="Forgejo" + - kuma.calibre.http.url=http://calibre:8080 + - caddy=calibre.netgrimoire.com + # - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 8080}}" + # placement: + # constraints: + # - node.hostname == nas networks: netgrimoire: diff --git a/mealie.yaml b/mealie.yaml index a6e3dd4..69ea77c 100755 --- a/mealie.yaml +++ b/mealie.yaml @@ -6,7 +6,7 @@ services: ports: - 9925:9000 environment: - PUID: 999 + PUID: 998 PGID: 1001 TZ: America/Chicago ALLOW_SIGNUP: "true" diff --git a/sshwifty.yaml b/sshwifty.yaml new file mode 100644 index 0000000..3ab2167 --- /dev/null +++ b/sshwifty.yaml @@ -0,0 +1,53 @@ +services: + sshwifty: + container_name: sshwifty + image: niruix/sshwifty:latest + restart: always + ports: + - 8182:8182 + environment: + PUID: 998 + PGID: 1001 + TZ: America/Chicago + ALLOW_SIGNUP: "true" + MAX_WORKERS: 1 + WEB_CONCURRENCY: 1 + networks: + - netgrimoire + deploy: + labels: + - homepage.group=Remote Access + - homepage.name=sshwifty + - homepage.icon=sshwifty.png + - homepage.href=http://ssh.netgrimoire.com + - homepage.description=SSH Access + - kuma.sshwifty.http.name="sshwifty" + - kuma.msshwifty.http.url=http://sshwifty:8182 + - caddy=ssh.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 8182}}" + + + +networks: + netgrimoire: + external: true + + + + + + + + + + + + + + + + + + +