2024-01-16 22:52:20 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "agora"
|
|
|
|
name = "Agora"
|
2024-01-17 09:27:05 +01:00
|
|
|
description.en = "Software for collaboration and creation of digital space"
|
|
|
|
description.fr = "Logiciel de collaboration et de création d'espace numérique"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
2024-04-04 03:30:27 +02:00
|
|
|
version = "24.4.1~ynh1"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
|
|
|
maintainers = ["frju365"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0-only"
|
|
|
|
website = "https://www.agora-project.net"
|
|
|
|
admindoc = "https://www.agora-project.net/index.php?ctrl=offline&action=Documentation"
|
|
|
|
code = "https://github.com/xech/agora-project"
|
2024-01-16 23:02:56 +01:00
|
|
|
cpe = "cpe:2.3:a:agora-project:agora-project"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
|
|
|
[integration]
|
2024-01-17 09:24:57 +01:00
|
|
|
yunohost = ">= 11.2"
|
2024-01-16 22:52:20 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2024-01-17 09:24:57 +01:00
|
|
|
|
2024-01-16 23:02:56 +01:00
|
|
|
ldap = false
|
2024-01-17 09:24:57 +01:00
|
|
|
|
2024-01-16 23:02:56 +01:00
|
|
|
sso = false
|
2024-01-17 09:24:57 +01:00
|
|
|
|
2024-01-16 23:02:56 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "120M"
|
|
|
|
ram.runtime = "50M"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/agora"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2024-01-16 23:06:27 +01:00
|
|
|
type = "select"
|
2024-01-16 22:52:20 +01:00
|
|
|
choices = ["francais", "english", "espanol"]
|
|
|
|
default = "francais"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-04-04 03:30:27 +02:00
|
|
|
url = "https://github.com/xech/agora-project/archive/refs/tags/24.4.1.tar.gz"
|
|
|
|
sha256 = "9e7ad4dd0352cbf7426a59e1ea92a10fc4cb7a418899e288c278c5aecde9e256"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-16 23:02:56 +01:00
|
|
|
autoupdate.asset = "tarball"
|
2024-01-16 22:52:20 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = [
|
|
|
|
"php7.4-fpm",
|
|
|
|
"php7.4-imagick",
|
|
|
|
"mariadb-server",
|
|
|
|
]
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|