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

Support for IDE API

This commit is contained in:
Gérard Collin 2024-04-11 11:58:23 +02:00
parent 65f34964c2
commit 4d781d243a
3 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"$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",

View file

@ -2,6 +2,7 @@
"$schema": "https://dont-code.net/schemas/v1/repository-schema.json",
"name": "Stable Repository __TENANT__",
"description": "Repository provided by Dont-code using stable versions of plugins",
"ideWebSocketUrl": "ws://__DOMAIN____PATH__/ide",
"webSocketUrl": "ws://__DOMAIN____PATH__/preview",
"storeApiUrl": "https://__DOMAIN____PATH__/data",
"projectApiUrl": "https://__DOMAIN____PATH__/project",

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~ynh3"
version = "0.3.1~ynh4"
maintainers = ["Dont-code Team"]