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:
parent
4f8bf1c1d9
commit
88670270ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue