1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00
dont-code_ynh/conf/repository-next.json
2024-04-20 12:25:13 +02:00

57 lines
1.7 KiB
JSON

{
"$schema": "https://dont-code.net/schemas/v1/repository-schema.json",
"name": "Next Repository __TENANT__",
"description": "Repository provided by Dont-code offering next versions of all plugins",
"ideWebSocketUrl": "ws://__DOMAIN____PATH__/ide",
"webSocketUrl": "ws://__DOMAIN____PATH__/preview",
"storeApiUrl": "https://__DOMAIN____PATH__/data",
"projectApiUrl": "https://__DOMAIN____PATH__/project",
"documentApiUrl": "https://__DOMAIN____PATH__/documents",
"plugins": [
{
"id": "Basic",
"display-name": "Basic plugin for editing entities",
"version": "1.0.0",
"info": {
"remote-entry":"https://run.dont-code.net/plugins/next/remoteEntry.mjs"
},
"config": {}
},
{
"id": "Fields",
"display-name": "Additional editors for entity properties",
"version": "1.0.0",
"info": {
"remote-entry":"https://run.dont-code.net/plugins/next/remoteEntry.mjs"
},
"config": {}
},
{
"id": "Rest",
"display-name": "Plugins to support datasources from Rest API",
"version": "1.0.0",
"info": {
"remote-entry":"https://run.dont-code.net/plugin-rest/next/remoteEntry.mjs"
},
"config": {}
},
{
"id": "Report",
"display-name": "Plugins to generate and display reports",
"version": "1.0.0",
"info": {
"remote-entry":"https://run.dont-code.net/plugin-report/next/remoteEntry.mjs"
},
"config": {}
},
{
"id": "Commerce",
"display-name": "Plugins to get prices from shops",
"version": "1.0.0",
"info": {
"remote-entry":"https://run.dont-code.net/plugin-commerce/next/remoteEntry.mjs"
},
"config": {}
}
]
}