2024-01-18 13:19:08 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "scovie"
|
|
|
|
name = "Scovie"
|
|
|
|
description.en = "Digital signage system for high schools"
|
|
|
|
description.fr = "Affichage dynamique open-source pour les lycées"
|
|
|
|
|
2024-04-16 21:27:41 +02:00
|
|
|
version = "0.0.6~ynh3"
|
2024-01-18 13:19:08 +01:00
|
|
|
|
|
|
|
maintainers = ["André Théo LAURET"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
code = "https://github.com/eldertek/scovie"
|
|
|
|
demo = "https://scovie.eclipse-technology.eu"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">=11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = true
|
2024-01-18 15:12:07 +01:00
|
|
|
disk = "150M"
|
|
|
|
ram.build = "500M"
|
|
|
|
ram.runtime = "300M"
|
2024-01-18 13:19:08 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/scovie"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
help.en = "Any YunoHost user and anonymous people from the web will be able to access the application"
|
|
|
|
help.fr = "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 8000
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = [
|
|
|
|
"build-essential",
|
|
|
|
"python3-dev",
|
|
|
|
"python3-pip",
|
|
|
|
"python3-venv",
|
|
|
|
"git",
|
|
|
|
"libpq-dev",
|
|
|
|
"postgresql",
|
|
|
|
"postgresql-contrib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|