Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos
Commits
e7b239f6
Commit
e7b239f6
authored
Oct 08, 2020
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfu: minor fixes, update repository and revision
parent
e2d38d31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
software/sfu/instance.cfg.in
software/sfu/instance.cfg.in
+4
-3
software/sfu/software.cfg
software/sfu/software.cfg
+3
-3
No files found.
software/sfu/instance.cfg.in
View file @
e7b239f6
...
...
@@ -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
...
...
software/sfu/software.cfg
View file @
e7b239f6
...
...
@@ -21,8 +21,8 @@ eggs =
[sfu-repository]
<= git-repository
repository = https://
www.irif.fr/~jch/software
/sfu.git
revision =
426c1e06d
8
repository = https://
lab.nexedi.com/alain.takoudjou
/sfu.git
revision =
599954c81323072abd83957b0bd24529d7fcc65
8
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment