updated caddyfile to ips again
This commit is contained in:
@@ -213,7 +213,7 @@ auth.akanealw.com {
|
||||
handle @proxyserverdockge {
|
||||
handle @allowed {
|
||||
reverse_proxy 192.168.1.4:5001
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ auth.akanealw.com {
|
||||
handle @proxyserverdozzle {
|
||||
handle @allowed {
|
||||
reverse_proxy 192.168.1.4:8080
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@@ -408,7 +408,7 @@ auth.akanealw.com {
|
||||
handle @wireguardui {
|
||||
handle @allowed {
|
||||
reverse_proxy 192.168.1.4:5000
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@@ -425,7 +425,7 @@ auth.akanealw.com {
|
||||
handle @allowed {
|
||||
redir / /admin{uri}
|
||||
reverse_proxy 192.168.1.4:3000
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@@ -444,12 +444,12 @@ auth.akanealw.com {
|
||||
@bitwarden host bitwarden.akanealw.com
|
||||
handle @bitwarden {
|
||||
reverse_proxy 192.168.1.4:8089
|
||||
}
|
||||
}
|
||||
|
||||
@giteadocker host gitea-docker.akanealw.com
|
||||
handle @giteadocker {
|
||||
reverse_proxy 192.168.1.4:3001
|
||||
}
|
||||
}
|
||||
|
||||
@gitea host gitea.akanealw.com
|
||||
handle @gitea {
|
||||
@@ -478,7 +478,7 @@ auth.akanealw.com {
|
||||
handle @memos {
|
||||
import auth
|
||||
reverse_proxy 192.168.1.4:5230
|
||||
}
|
||||
}
|
||||
|
||||
@whoami host whoami.akanealw.com
|
||||
handle @whoami {
|
||||
@@ -490,13 +490,13 @@ auth.akanealw.com {
|
||||
handle @wallos {
|
||||
import auth
|
||||
reverse_proxy 192.168.1.4:8389
|
||||
}
|
||||
}
|
||||
|
||||
@homepage host www.akanealw.com
|
||||
handle @homepage {
|
||||
import auth
|
||||
reverse_proxy 192.168.1.4:3005
|
||||
}
|
||||
}
|
||||
|
||||
@filebrowser host filebrowser.akanealw.com
|
||||
handle @filebrowser {
|
||||
|
||||
Reference in New Issue
Block a user