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]]
|
||||
from = "/v2/*"
|
||||
to = "https://registry.goauthentik.io/v2/:splat"
|
||||
from = "/v2/"
|
||||
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
|
||||
force = true
|
||||
|
|
Reference in New Issue