Commit 2f461da8 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/galene: use new insecure option

Since Galene is behind our frontend, no need to take care of the HTTPS certificates.
parent 15388d59
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
[instance-cfg] [instance-cfg]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 270b39f448ec553fa9e203c5fbb49856 md5sum = cc1f28b6906f00b9fab2da7728fcdcb7
...@@ -36,14 +36,6 @@ data = $${:srv}/data ...@@ -36,14 +36,6 @@ data = $${:srv}/data
groups = $${:srv}/groups groups = $${:srv}/groups
recordings = $${:srv}/recordings recordings = $${:srv}/recordings
[galene-ssl]
recipe = plone.recipe.command
cert-file = $${directory:data}/cert.pem
key-file = $${directory:data}/key.pem
command = ${openssl:location}/bin/openssl req -newkey rsa:2048 -batch -new -x509 -days 3650 -nodes -keyout "$${:key-file}" -out "$${:cert-file}"
update-command =
stop-on-error = true
[admin-password] [admin-password]
recipe = slapos.cookbook:generate.password recipe = slapos.cookbook:generate.password
storage-path = $${directory:data}/.passwd storage-path = $${directory:data}/.passwd
...@@ -77,9 +69,9 @@ command-line = ...@@ -77,9 +69,9 @@ command-line =
-groups $${directory:groups} -groups $${directory:groups}
-data $${directory:data} -data $${directory:data}
-http [$${:ip}]:$${:port} -http [$${:ip}]:$${:port}
-insecure
wrapper-path = $${directory:services}/galene wrapper-path = $${directory:services}/galene
depends = depends =
$${ice-servers.json:recipe} $${ice-servers.json:recipe}
$${groups-json:recipe} $${groups-json:recipe}
$${galene-ssl:recipe}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment