1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spacedeck_ynh.git synced 2024-09-03 20:26:14 +02:00
This commit is contained in:
Éric Gaspar 2024-01-17 17:41:06 +01:00 committed by Félix Piédallu
parent 2a39ae9b06
commit 0f228d5d1b
2 changed files with 5 additions and 2 deletions

View file

@ -1 +0,0 @@
* The app can only be installed at the root of a domain

View file

@ -4,7 +4,8 @@ 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 = "2022.05.09~ynh2"
@ -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"