add audiobookshelf

This commit is contained in:
2024-09-17 13:42:33 +02:00
parent dacb84ee59
commit 60077df128
9 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: audiobookshelf-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`audiobookshelf.kluster.moll.re`)
kind: Rule
services:
- name: audiobookshelf-web
port: 80
tls:
certResolver: default-tls