Files
traefik-config/custom/omv_conf.yml
Jeff Near 17a28f46e3 Adding some custom reverse proxy services
Adding cert resolver for auto-creating/renewing certs
2026-03-28 19:44:54 +00:00

16 lines
268 B
YAML

http:
# Router for Open Media Vault
routers:
omv:
entryPoints:
- web
service: omv
rule: Host(`omv.nearfuture`)
# Add the service for OMV
services:
omv:
loadBalancer:
servers:
- url: http://avaritia:80