Adding some custom reverse proxy services
Adding cert resolver for auto-creating/renewing certs
This commit is contained in:
15
custom/omv_conf.yml
Normal file
15
custom/omv_conf.yml
Normal 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
|
||||
Reference in New Issue
Block a user