5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-01-30 22:24:02 +00:00

fix: los sitios nuevos también son públicos

This commit is contained in:
f 2025-01-24 14:00:00 -03:00
parent 4f8bf1c1d9
commit 88670270ad
No known key found for this signature in database

View file

@ -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