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

7
custom/lan-only.yml Normal file
View File

@@ -0,0 +1,7 @@
http:
middlewares:
lan-only:
ipAllowList:
sourceRange:
- "192.168.1.1/24"
- "127.0.0.1/24"