add cp
This commit is contained in:
parent
cfa803bc82
commit
73a1c0b1e9
2 changed files with 184 additions and 23 deletions
|
|
@ -180,7 +180,7 @@ in
|
|||
resolvers 10.88.0.1 # podman dns
|
||||
}
|
||||
uri /outpost.goauthentik.io/auth/caddy
|
||||
copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Entitlements X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version
|
||||
copy_headers X-Authentik-Username X-Copyparty-Group X-Authentik-Groups X-Authentik-Entitlements X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version
|
||||
}
|
||||
reverse_proxy {args[:]} {
|
||||
transport http {
|
||||
|
|
@ -241,6 +241,22 @@ in
|
|||
import podmanRedirWithAuth http://archivebox:8000
|
||||
}
|
||||
}
|
||||
@copyparty host c.hailsatan.eu
|
||||
handle @copyparty {
|
||||
handle /shr/* {
|
||||
import podmanRedir http://copyparty:3923
|
||||
}
|
||||
@noauth {
|
||||
method GET OPTIONS HEAD
|
||||
path /noauth/*
|
||||
}
|
||||
handle @noauth {
|
||||
import podmanRedir http://copyparty:3923
|
||||
}
|
||||
handle {
|
||||
import podmanRedirWithAuth http://copyparty:3923
|
||||
}
|
||||
}
|
||||
handle {
|
||||
import podmanRedirWithAuth http://127.0.0.1:8001
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue