mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
web UIs: add branding support
Fixes #829 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
23
sftpgo.json
23
sftpgo.json
@@ -258,7 +258,28 @@
|
||||
"cross_origin_opener_policy": "",
|
||||
"expect_ct_header": ""
|
||||
},
|
||||
"extra_css": []
|
||||
"branding": {
|
||||
"web_admin": {
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"favicon_path": "",
|
||||
"logo_path": "",
|
||||
"login_image_path": "",
|
||||
"disclaimer_name": "",
|
||||
"disclaimer_path": "",
|
||||
"extra_css": []
|
||||
},
|
||||
"web_client": {
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"favicon_path": "",
|
||||
"logo_path": "",
|
||||
"login_image_path": "",
|
||||
"disclaimer_name": "",
|
||||
"disclaimer_path": "",
|
||||
"extra_css": []
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"templates_path": "templates",
|
||||
|
||||
Reference in New Issue
Block a user