Adding some custom reverse proxy services

Adding cert resolver for auto-creating/renewing certs
This commit is contained in:
2026-03-28 19:44:54 +00:00
parent 5ba8d67e66
commit 17a28f46e3
4 changed files with 50 additions and 2 deletions

15
custom/omv_conf.yml Normal file
View File

@@ -0,0 +1,15 @@
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