This commit is contained in:
traveler 2024-12-19 18:41:01 -06:00
parent 1d118973cb
commit de676ec5b5
3 changed files with 71 additions and 18 deletions

View file

@ -17,9 +17,9 @@ services:
- 7070:8080 - 7070:8080
- 7081:8081 - 7081:8081
restart: unless-stopped restart: unless-stopped
#security_opt: security_opt:
# - seccomp=unconfined - seccomp=unconfined
deploy: # deploy:
labels: labels:
- homepage.group=Library - homepage.group=Library
- homepage.name=Calibre - homepage.name=Calibre
@ -31,9 +31,9 @@ services:
- caddy=calibre.netgrimoire.com - caddy=calibre.netgrimoire.com
# - caddy.import=authentik # - caddy.import=authentik
- caddy.reverse_proxy="{{upstreams 8080}}" - caddy.reverse_proxy="{{upstreams 8080}}"
placement: # placement:
constraints: # constraints:
- node.hostname == nas # - node.hostname == nas
networks: networks:
netgrimoire: netgrimoire:

View file

@ -6,7 +6,7 @@ services:
ports: ports:
- 9925:9000 - 9925:9000
environment: environment:
PUID: 999 PUID: 998
PGID: 1001 PGID: 1001
TZ: America/Chicago TZ: America/Chicago
ALLOW_SIGNUP: "true" ALLOW_SIGNUP: "true"

53
sshwifty.yaml Normal file
View file

@ -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