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