mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
Updated plugins urls
This commit is contained in:
parent
0f169a16f7
commit
6624a79c91
3 changed files with 11 additions and 11 deletions
|
@ -13,7 +13,7 @@
|
|||
"display-name": "Basic plugin for editing entities",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugins/next/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugins/next/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -22,7 +22,7 @@
|
|||
"display-name": "Additional editors for entity properties",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugins/next/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugins/next/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -31,7 +31,7 @@
|
|||
"display-name": "Plugins to support datasources from Rest API",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-rest/next/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-rest/next/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -40,7 +40,7 @@
|
|||
"display-name": "Plugins to generate and display reports",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-report/next/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-report/next/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -49,7 +49,7 @@
|
|||
"display-name": "Plugins to get prices from shops",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-commerce/next/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-commerce/next/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"display-name": "Basic plugin for editing entities",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugins/latest/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugins/latest/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -22,7 +22,7 @@
|
|||
"display-name": "Additional editors for entity properties",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugins/latest/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugins/latest/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -31,7 +31,7 @@
|
|||
"display-name": "Plugins to support datasources from Rest API",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-rest/latest/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-rest/latest/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -40,7 +40,7 @@
|
|||
"display-name": "Plugins to generate and display reports",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-report/latest/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-report/latest/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
|
@ -49,7 +49,7 @@
|
|||
"display-name": "Plugins to get prices from shops",
|
||||
"version": "1.0.0",
|
||||
"info": {
|
||||
"remote-entry":"https://dont-code.net/plugin-commerce/latest/remoteEntry.mjs"
|
||||
"remote-entry":"https://run.dont-code.net/plugin-commerce/latest/remoteEntry.mjs"
|
||||
},
|
||||
"config": {}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Dont-code Services"
|
|||
description.en = "Install services and databases needed to support Dont-code platform"
|
||||
description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code"
|
||||
|
||||
version = "0.3.1~ynh4"
|
||||
version = "0.3.1~ynh5"
|
||||
|
||||
maintainers = ["Dont-code Team"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue