add tinyauth to jackson
All checks were successful
Deploy Containers / Prepare (push) Successful in 27s

This commit is contained in:
2026-01-18 15:53:36 -05:00
parent 05ee187d24
commit 5562702fc7
4 changed files with 431 additions and 384 deletions

View File

@@ -8,7 +8,7 @@
name: ghcr.io/steveiliop56/tinyauth
tag: v4
networks:
- name: homelab
- name: "{{ docker_network_name }}"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
env:
@@ -28,7 +28,7 @@
BACKGROUND_IMAGE: "{{ TINYAUTH_BACKGROUND_IMAGE }}"
labels:
traefik.enable: "true"
traefik.http.routers.tinyauth.rule: Host(`auth.fntz.net`)
traefik.http.routers.tinyauth.rule: Host(`{{ TINYAUTH_HOSTNAME }}`)
traefik.http.routers.tinyauth.entrypoints: webSecure
traefik.http.routers.tinyauth.tls.certresolver: letsencrypt
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik