mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-27 09:51:52 +00:00
Use config.json to render multiple Jinja2 templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"template": "sogod.plist.j2",
|
||||
"output": "/var/lib/sogo/GNUstep/Defaults/sogod.plist"
|
||||
},
|
||||
{
|
||||
"template": "UIxTopnavToolbar.wox.j2",
|
||||
"output": "/usr/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user