From 0f228d5d1b0afefac4fb35ad06795a7c6efc3035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:41:06 +0100 Subject: [PATCH 1/5] cleaning --- doc/PRE_INSTALL.md | 1 - manifest.toml | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 doc/PRE_INSTALL.md diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md deleted file mode 100644 index eb84c67..0000000 --- a/doc/PRE_INSTALL.md +++ /dev/null @@ -1 +0,0 @@ -* The app can only be installed at the root of a domain diff --git a/manifest.toml b/manifest.toml index 8c700b7..1a49d76 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,8 @@ packaging_format = 2 id = "spacedeck" name = "Spacedeck" -description.en = "A web based, real time, collaborative whiteboard application with rich media support" +description.en = "Real time, collaborative whiteboard application with rich media support" +description.fr = "Tableau blanc collaborative en temps réel basée avec prise en charge de médias riches" version = "2022.05.09~ynh2" @@ -18,8 +19,11 @@ code = "https://github.com/spacedeck/spacedeck-open" yunohost = ">=11.2" architectures = ["amd64"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "300M" ram.runtime = "20M" From 82049c56298e8e3307db92e1fc0a15a3743f592e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:41:52 +0100 Subject: [PATCH 2/5] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5737a2c..702e69f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION=10 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS From c243e06f715b9bd3d9ecf4cc63d98921d9823ab5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 17:19:00 +0100 Subject: [PATCH 3/5] Upgrade to v2023.09.21 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1a49d76..ac7fdea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Spacedeck" description.en = "Real time, collaborative whiteboard application with rich media support" description.fr = "Tableau blanc collaborative en temps réel basée avec prise en charge de médias riches" -version = "2022.05.09~ynh2" +version = "2023.09.21~ynh1" maintainers = ["tituspijean"] @@ -38,8 +38,8 @@ ram.runtime = "20M" [resources] [resources.sources.main] - url = "https://github.com/spacedeck/spacedeck-open/archive/1109537675cd83f87499a37d37ef6b7a6efcaa4d.tar.gz" - sha256 = "2abb471efb7343ee809cfe389e0d9c7a8c7359765d56d80725758b804a72d848" + url = "https://github.com/spacedeck/spacedeck-open/archive/a5914ab600e9f4ae3f42d9361195a3696843903e.tar.gz" + sha256 = "6a3fa976dc05a84c9f006bad0fe73518443f4060c04398168153e9dd1f97d5e1" autoupdate.strategy = "latest_github_commit" autoupdate.asset = "tarball" From 0c59194c06fc0293d1323a7a46f152ff2891bc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 17 Jan 2024 22:12:45 +0100 Subject: [PATCH 4/5] localhost listens on ipv6, use 127.0.0.1 for ipv4 --- conf/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/default.json b/conf/default.json index 506a5db..26eecbe 100644 --- a/conf/default.json +++ b/conf/default.json @@ -2,7 +2,7 @@ "team_name": "YunoHost Spacedeck", "contact_email": "webmaster@__DOMAIN__", - "host": "localhost", + "host": "127.0.0.1", "port": __PORT__, "endpoint": "https://__DOMAIN____PATH__", "invite_code": "__INVITE_SECRET__", From 5fef88e41312bf087e75cd36b3cd44359c9f84cc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 21:19:55 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b0872..2915c69 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A web based, real time, collaborative whiteboard application with rich media support -**Shipped version:** 2022.05.09~ynh2 +**Shipped version:** 2023.09.21~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3c5195f..b0552e7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po A web based, real time, collaborative whiteboard application with rich media support -**Version incluse :** 2022.05.09~ynh2 +**Version incluse :** 2023.09.21~ynh1 ## Captures d’écran