Commit e7b239f6 authored by Alain Takoudjou's avatar Alain Takoudjou

sfu: minor fixes, update repository and revision

parent e2d38d31
......@@ -58,8 +58,9 @@ output = $${directory:data}/ice-servers.json
recipe = collective.recipe.template
input = inline:{
"public":true,
"op":[{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"presenter":[{}],
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"presenter": [],
"other": [{"username": "", "password": "nexedi"}],
"max-users":100
}
output = $${directory:groups}/public.json
......@@ -68,7 +69,7 @@ output = $${directory:groups}/public.json
recipe = plone.recipe.command
static = $${directory:srv}/static
command =
cp -ax ${sfu-repository:location}/static $${:static}
cp -ax ${sfu-repository:location}/static $${directory:srv}
echo "$${admin-password:username}:$${admin-password:passwd}" > $${directory:data}/passwd
update-command = $${:command}
stop-on-error = true
......
......@@ -21,8 +21,8 @@ eggs =
[sfu-repository]
<= git-repository
repository = https://www.irif.fr/~jch/software/sfu.git
revision = 426c1e06d8
repository = https://lab.nexedi.com/alain.takoudjou/sfu.git
revision = 599954c81323072abd83957b0bd24529d7fcc658
location = ${buildout:parts-directory}/sfu-repository
[sfu]
......@@ -45,7 +45,7 @@ url = ${:_profile_base_location_}/${:filename}
mode = 0644
output = ${buildout:directory}/instance.cfg
filename = instance.cfg.in
md5sum = 673e8f20d09381f14a54c4a6cbea3a5b
md5sum = 87aebc23b0672292137b051c13357d6e
[versions]
slapos.recipe.template = 4.4
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