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

Switch to Websocket secure

This commit is contained in:
Gérard Collin 2024-06-08 10:31:32 +02:00
parent 2f9aa119a9
commit 3478d5986f
3 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
"$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",
"ideWebSocketUrl": "wss://__DOMAIN____PATH__/ide",
"webSocketUrl": "wss://__DOMAIN____PATH__/preview",
"storeApiUrl": "https://__DOMAIN____PATH__/data",
"projectApiUrl": "https://__DOMAIN____PATH__/project",
"documentApiUrl": "https://__DOMAIN____PATH__/documents",

View file

@ -2,8 +2,8 @@
"$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",
"ideWebSocketUrl": "wss://__DOMAIN____PATH__/ide",
"webSocketUrl": "wss://__DOMAIN____PATH__/preview",
"storeApiUrl": "https://__DOMAIN____PATH__/data",
"projectApiUrl": "https://__DOMAIN____PATH__/project",
"documentApiUrl": "https://__DOMAIN____PATH__/documents",

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