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

Merge pull request #72 from YunoHost-Apps/testing

Switch to Websocket secure
This commit is contained in:
Gérard Collin 2024-06-09 19:45:24 +02:00 committed by GitHub
commit e048e6737f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"]