Add beszel
This commit is contained in:
parent
fc107e8991
commit
44541faded
2 changed files with 13 additions and 0 deletions
|
@ -305,6 +305,7 @@ frontend frontend_default
|
|||
acl archive hdr(host) -i blog.benpro.fr.archive.benoit.jp.net
|
||||
acl archive hdr(host) -i lekernelpanique.fr.archive.benoit.jp.net
|
||||
acl archive hdr(host) -i sysadmin-bookmarks.archive.benoit.jp.net
|
||||
acl beszel hdr(host) -i beszel.benoit.jp.net
|
||||
acl forgejo hdr(host) -i forgejo.benoit.jp.net
|
||||
acl kanboard hdr(host) -i kanboard.benoit.jp.net
|
||||
acl laminar hdr(host) -i laminar.benoit.jp.net
|
||||
|
@ -324,6 +325,7 @@ frontend frontend_default
|
|||
acl allowed_ips src 5.78.92.102 2a01:4ff:1f0:c14e::1
|
||||
|
||||
http-request deny if adguard !JP !SG !letsencrypt !allowed_ips
|
||||
http-request deny if beszel !JP !SG !letsencrypt !allowed_ips
|
||||
http-request deny if kanboard !JP !SG !letsencrypt !allowed_ips
|
||||
http-request deny if mailcow !JP !SG !letsencrypt !allowed_ips
|
||||
http-request deny if mailcow-backup !JP !SG !letsencrypt !allowed_ips
|
||||
|
@ -334,6 +336,7 @@ frontend frontend_default
|
|||
|
||||
use_backend adguard if adguard
|
||||
use_backend archive if archive
|
||||
use_backend beszel if beszel
|
||||
use_backend forgejo if forgejo
|
||||
use_backend kanboard if kanboard
|
||||
use_backend laminar if laminar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue