website: use ghcr proxy for registry
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
f4322e665a
commit
da443b443c
|
@ -1,5 +1,11 @@
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/v2/*"
|
from = "/v2/"
|
||||||
to = "https://registry.goauthentik.io/v2/:splat"
|
to = "https://ghcr.registry.beryju.org/v2/"
|
||||||
|
status = 200
|
||||||
|
force = true
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/v2/*"
|
||||||
|
to = "https://ghcr.registry.beryju.org/v2/goauthentik/:splat"
|
||||||
status = 200
|
status = 200
|
||||||
force = true
|
force = true
|
||||||
|
|
Reference in a new issue