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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
slapos
Commits
104516a7
Commit
104516a7
authored
Feb 25, 2021
by
Thomas Gambier
🚴🏼
Committed by
Julien Muchembled
Feb 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galene: don't use deprecated collective.recipe.template
parent
0372e935
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
software/galene/buildout.hash.cfg
software/galene/buildout.hash.cfg
+1
-1
software/galene/instance.cfg.in
software/galene/instance.cfg.in
+6
-6
No files found.
software/galene/buildout.hash.cfg
View file @
104516a7
...
...
@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum =
4bde8792003cbd7038a8b55bebd5f24a
md5sum =
e54af429aba9b395c13471de254c4621
software/galene/instance.cfg.in
View file @
104516a7
...
...
@@ -50,21 +50,21 @@ storage-path = $${directory:data}/.passwd
username = admin
[ice-servers.json]
recipe =
collective.recipe.template
input
= inline:
recipe =
slapos.recipe.template:jinja2
template
= inline:
$${slap-configuration:configuration.ice-servers.json}
output
= $${directory:data}/ice-servers.json
rendered
= $${directory:data}/ice-servers.json
[groups-json]
recipe =
collective.recipe.template
input
= inline:{
recipe =
slapos.recipe.template:jinja2
template
= inline:{
"public":true,
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"other": [],
"presenter": [{"username": "", "password": "nexedi"}],
"max-users":100
}
output
= $${directory:groups}/public.json
rendered
= $${directory:groups}/public.json
[galene-wrapper]
recipe = slapos.recipe.template:jinja2
...
...
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