Bootstrap static json applications definition

This commit is contained in:
Romaric Mourgues
2023-04-14 10:07:34 +02:00
parent 1d83a583dc
commit 18e10b6a8b
19 changed files with 620 additions and 704 deletions
+77 -18
View File
@@ -2,24 +2,12 @@
"general": {
"help_url": false,
"pricing_plan_url": "",
"app_download_url": "https://tdrive.app/download",
"app_download_url": "https://twake.app/download",
"mobile": {
"mobile_redirect": "mobile.tdrive.app",
"mobile_redirect": "mobile.twake.app",
"mobile_appstore": "https://apps.apple.com/fr/app/tdrive/id1588764852?l=en",
"mobile_googleplay": "https://play.google.com/store/apps/details?id=com.tdrive.tdrive&gl=FR"
},
"app_grid": [
{
"name": "Tmail",
"logo": "/public/img/grid/tmail.png",
"url": "https://tmail.linagora.com/"
},
{
"name": "Tdrive",
"logo": "/public/img/grid/tdrive.png",
"url": "https://tdrive.app/"
}
],
"accounts": {
"_type": "remote",
"type": "internal",
@@ -139,9 +127,6 @@
"path": "/storage/"
}
},
"plugins": {
"server": "plugins:3100"
},
"knowledge-graph": {
"endpoint": "http://host-gateway:8888",
"callback_token": "secret",
@@ -151,7 +136,79 @@
"email-pusher": {
"endpoint": "https://api.smtp2go.com/v3/email/send",
"api_key": "secret",
"sender": "noreply@tdrive.app"
"sender": "noreply@twake.app"
},
"applications": {
"grid": [
{
"name": "Tmail",
"logo": "/public/img/grid/tmail.png",
"url": "https://tmail.linagora.com/"
},
{
"name": "Tdrive",
"logo": "/public/img/grid/tdrive.png",
"url": "https://twake.app/"
}
],
"plugins": [
{
"id": "tdrive_onlyoffice",
"internal_domain": "http://plugins_onlyoffice:5000/",
"external_prefix": "/plugins/onlyoffice/",
"display": {
"tdrive": {
"version": 1,
"files": {
"editor": {
"preview_url": "/plugins/onlyoffice/?preview=1",
"edition_url": "/plugins/onlyoffice/",
"empty_files": [
{
"url": "/plugins/onlyoffice/assets/empty.docx",
"filename": "Untitled.docx",
"name": "ONLYOFFICE Word Document"
},
{
"url": "/plugins/onlyoffice/assets/empty.xlsx",
"filename": "Untitled.xlsx",
"name": "ONLYOFFICE Excel Document"
},
{
"url": "/plugins/onlyoffice/assets/empty.pptx",
"filename": "Untitled.pptx",
"name": "ONLYOFFICE PowerPoint Document"
}
],
"extensions": [
"xlsx",
"pptx",
"docx",
"xls",
"ppt",
"doc",
"odt",
"ods",
"odp",
"txt",
"html",
"csv"
]
}
}
}
},
"identity": {
"code": "only_office",
"name": "Only Office",
"icon": "/plugins/onlyoffice/assets/logo.png",
"description": null,
"website": "http://twake.app/",
"categories": [],
"compatibility": ["tdrive"]
}
}
]
},
"services": [
"auth",
@@ -181,6 +238,8 @@
"knowledge-graph-web",
"email-pusher",
"documents",
"applications",
"applications-api",
"tags"
]
}