diff --git a/lxc1/p2-apps/zot/config.json b/lxc1/p2-apps/zot/config.json index 7906dcc..31a75c7 100644 --- a/lxc1/p2-apps/zot/config.json +++ b/lxc1/p2-apps/zot/config.json @@ -22,9 +22,9 @@ "tlsVerify": true, "content": [ { - "prefix": "docker-hub/**", - "destination": "/", - "stripPrefix": true + "prefix": "**", + "destination": "/docker-hub", + "stripPrefix": false } ] }, @@ -36,9 +36,9 @@ "tlsVerify": true, "content": [ { - "prefix": "ghcr/**", - "destination": "/", - "stripPrefix": true + "prefix": "**", + "destination": "/ghcr", + "stripPrefix": false } ] }, @@ -50,9 +50,9 @@ "tlsVerify": true, "content": [ { - "prefix": "lscr/**", - "destination": "/", - "stripPrefix": true + "prefix": "**", + "destination": "/lscr", + "stripPrefix": false } ] }, @@ -64,9 +64,9 @@ "tlsVerify": true, "content": [ { - "prefix": "codeberg/**", - "destination": "/", - "stripPrefix": true + "prefix": "**", + "destination": "/codeberg", + "stripPrefix": false } ] }