mirror of
https://github.com/YunoHost-Apps/spacedeck_ynh.git
synced 2024-09-03 20:26:14 +02:00
commit
5b7a0e7cc3
6 changed files with 12 additions and 9 deletions
|
@ -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
|
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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"team_name": "YunoHost Spacedeck",
|
"team_name": "YunoHost Spacedeck",
|
||||||
"contact_email": "webmaster@__DOMAIN__",
|
"contact_email": "webmaster@__DOMAIN__",
|
||||||
|
|
||||||
"host": "localhost",
|
"host": "127.0.0.1",
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
"endpoint": "https://__DOMAIN____PATH__",
|
"endpoint": "https://__DOMAIN____PATH__",
|
||||||
"invite_code": "__INVITE_SECRET__",
|
"invite_code": "__INVITE_SECRET__",
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
* The app can only be installed at the root of a domain
|
|
|
@ -4,9 +4,10 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "spacedeck"
|
id = "spacedeck"
|
||||||
name = "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"
|
version = "2023.09.21~ynh1"
|
||||||
|
|
||||||
maintainers = ["tituspijean"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -18,8 +19,11 @@ code = "https://github.com/spacedeck/spacedeck-open"
|
||||||
yunohost = ">=11.2"
|
yunohost = ">=11.2"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "300M"
|
ram.build = "300M"
|
||||||
ram.runtime = "20M"
|
ram.runtime = "20M"
|
||||||
|
@ -34,8 +38,8 @@ ram.runtime = "20M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/spacedeck/spacedeck-open/archive/1109537675cd83f87499a37d37ef6b7a6efcaa4d.tar.gz"
|
url = "https://github.com/spacedeck/spacedeck-open/archive/a5914ab600e9f4ae3f42d9361195a3696843903e.tar.gz"
|
||||||
sha256 = "2abb471efb7343ee809cfe389e0d9c7a8c7359765d56d80725758b804a72d848"
|
sha256 = "6a3fa976dc05a84c9f006bad0fe73518443f4060c04398168153e9dd1f97d5e1"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset = "tarball"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
NODEJS_VERSION=10
|
NODEJS_VERSION=18
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue