diff --git a/conf/repository-next.json b/conf/repository-next.json index 783f41e..9b93f19 100644 --- a/conf/repository-next.json +++ b/conf/repository-next.json @@ -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", diff --git a/conf/repository-stable.json b/conf/repository-stable.json index 968baa4..e16f50c 100644 --- a/conf/repository-stable.json +++ b/conf/repository-stable.json @@ -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", diff --git a/manifest.toml b/manifest.toml index e70fe39..1cf585f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"]