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:
commit
e048e6737f
3 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue