From f07e2b9ccd594e14d4445a44f1bc882909c149d4 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 6 Oct 2025 23:16:41 +0530 Subject: [PATCH] registry config fixes --- registry/config.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/registry/config.yml b/registry/config.yml index 9084c25..3f311c7 100644 --- a/registry/config.yml +++ b/registry/config.yml @@ -1,16 +1,19 @@ version: 0.1 log: level: debug + http: addr: :5000 headers: - Access-Control-Allow-Origin: "http://registry.aetoskia.com - Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"] - Access-Control-Allow-Headers: ["Authorization", "Content-Type"] - Access-Control-Expose-Headers: ["Docker-Content-Digest"] + Access-Control-Allow-Origin: "https://registry.aetoskia.com" + Access-Control-Allow-Methods: "GET, POST, PUT, DELETE, OPTIONS" + Access-Control-Allow-Headers: "Authorization, Content-Type" + Access-Control-Expose-Headers: "Docker-Content-Digest" + storage: filesystem: rootdirectory: /var/lib/registry + auth: htpasswd: realm: basic-realm