From 88670270ad8de0eddbd86d1e9f299e2a819c9b89 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 24 Jan 2025 14:00:00 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20los=20sitios=20nuevos=20tambi=C3=A9n=20s?= =?UTF-8?q?on=20p=C3=BAblicos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/deploy_distributed_press.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/deploy_distributed_press.rb b/app/models/deploy_distributed_press.rb index bbd5a9a0..95f311e4 100644 --- a/app/models/deploy_distributed_press.rb +++ b/app/models/deploy_distributed_press.rb @@ -123,7 +123,7 @@ class DeployDistributedPress < Deploy # # @return [DistributedPressPublisher::V1::Schemas::NewSite] def create_site - DistributedPress::V1::Schemas::NewSite.new.call(domain: hostname, protocols: { http: true, ipfs: true, hyper: true }) + DistributedPress::V1::Schemas::NewSite.new.call(domain: hostname, public: true, protocols: { http: false, ipfs: true, hyper: true }) end # Crea el sitio en la instancia con el hostname especificado