gf
This commit is contained in:
parent
5e7ad8d4a7
commit
1fcb172de4
2 changed files with 11 additions and 6 deletions
|
|
@ -46,12 +46,8 @@ services:
|
||||||
gremlin.context: "Kopia runs its own TLS on port 51515. caddy.reverse_proxy must use https:// with tls_insecure_skip_verify. monitor.url uses tcp check as HTTP will fail against a TLS endpoint."
|
gremlin.context: "Kopia runs its own TLS on port 51515. caddy.reverse_proxy must use https:// with tls_insecure_skip_verify. monitor.url uses tcp check as HTTP will fail against a TLS endpoint."
|
||||||
|
|
||||||
# --- Caddy ---
|
# --- Caddy ---
|
||||||
caddy: kopia.netgrimoire.com
|
gremlin.caddy.skip: "true"
|
||||||
caddy.reverse_proxy: https://kopia:51515
|
|
||||||
caddy.reverse_proxy.transport: http
|
|
||||||
caddy.reverse_proxy.transport.tls_insecure_skip_verify: "true"
|
|
||||||
caddy.import_1: crowdsec
|
|
||||||
caddy.import_2: authentik
|
|
||||||
|
|
||||||
# --- Monitor ---
|
# --- Monitor ---
|
||||||
monitor.name: Kopia
|
monitor.name: Kopia
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,15 @@ npm.netgrimoire.com {
|
||||||
reverse_proxy http://librenms:8000
|
reverse_proxy http://librenms:8000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kopia.netgrimoire.com {
|
||||||
|
import authentik
|
||||||
|
import crowdsec
|
||||||
|
reverse_proxy https://kopia:51515 {
|
||||||
|
transport http {
|
||||||
|
tls_insecure_skip_verify true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#dozzle.netgrimoire.com {
|
#dozzle.netgrimoire.com {
|
||||||
# import authentik
|
# import authentik
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue