5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 21:11:50 +00:00

Merge branch 'rails' into production.panel.sutty.nl

This commit is contained in:
f 2025-01-24 14:00:26 -03:00
commit 0726dbb811
No known key found for this signature in database

View file

@ -126,7 +126,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