1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scovie_ynh.git synced 2024-09-03 20:16:29 +02:00
scovie_ynh/manifest.toml
André Théo LAURET 1b8730f05f 0.0.5 to 0.0.6
2023-07-17 16:38:39 +04:00

63 lines
No EOL
1.4 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"
version = "0.0.6~ynh1"
maintainers = ["eldertek"]
[upstream]
license = "GPL-3.0"
website = "https://github.com/eldertek/scovie"
demo = "https://scovie.eclipse-technology.eu"
admindoc = "https://github.com/eldertek/scovie_ynh"
userdoc = "https://github.com/eldertek/scovie"
code = "https://github.com/eldertek/scovie_ynh"
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "250M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "If enabled, Scovie will be accessible by users without a YunoHost account. This can be changed later in the webadmin."
help.fr = "Si cette case est cochée, Scovie sera accessible par les utilisateurs nayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin."
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
group = "scovie:wrx"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = ""
[resources.database]
type = "postgresql"