1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00

Changed plugins url in repo files

Changed plugins url in repo files
This commit is contained in:
Gérard Collin 2024-04-21 10:36:51 +02:00 committed by GitHub
commit 0133f5485f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 16 deletions

View file

@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
- As well any documents or images uploaded by users will be backed up
**Shipped version:** 0.3.1~ynh4
**Shipped version:** 0.3.1~ynh5
**Demo:** <https://dont-code.net/apps.html>

View file

@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
- As well any documents or images uploaded by users will be backed up
**Paketatutako bertsioa:** 0.3.1~ynh4
**Paketatutako bertsioa:** 0.3.1~ynh5
**Demoa:** <https://dont-code.net/apps.html>

View file

@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
- As well any documents or images uploaded by users will be backed up
**Version incluse:** 0.3.1~ynh4
**Version incluse:** 0.3.1~ynh5
**Démo:** <https://dont-code.net/apps.html>

View file

@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
- As well any documents or images uploaded by users will be backed up
**Versión proporcionada:** 0.3.1~ynh4
**Versión proporcionada:** 0.3.1~ynh5
**Demo:** <https://dont-code.net/apps.html>

View file

@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
- As well any documents or images uploaded by users will be backed up
**分发版本:** 0.3.1~ynh4
**分发版本:** 0.3.1~ynh5
**演示:** <https://dont-code.net/apps.html>

View file

@ -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": {}
}

View file

@ -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": {}
}

View file

@ -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"]