1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digiscreen_ynh.git synced 2024-09-03 18:26:15 +02:00
digiscreen_ynh/manifest.toml

89 lines
2.7 KiB
TOML
Raw Normal View History

2024-01-17 16:04:18 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "digiscreen"
name = "Digiscreen"
description.en = "An interactive wallpaper for the classroom, face-to-face or distant"
description.fr = "Un fond d'écran interactif pour la salle de classe en présence ou à distance."
version = "0.9.18~ynh1"
2024-01-17 16:04:18 +01:00
maintainers = ["Pierre-Amiel Giraud"]
[upstream]
license = "GPL-3.0-only"
website = "https://ladigitale.dev/"
demo = "https://ladigitale.dev/digiscreen/"
admindoc = "https://codeberg.org/ladigitale/digiscreen/src/branch/main/README.md"
userdoc = "https://ladigitale.dev/blog/digiscreen-un-fond-d-ecran-interactif-pour-la-classe"
code = "https://codeberg.org/ladigitale/digiscreen"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
2024-01-17 22:22:18 +01:00
ram.build = "500M"
2024-01-17 16:04:18 +01:00
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/digiscreen"
[install.api_key_pixabay]
ask.en = "Your Pixabay API key:"
ask.fr = "Votre clé dAPI Pixabay:"
help.en = "Optional: a Pixabay API key will let you chose a background by entering keywords."
help.fr = "Optionnel : une clé dAPI Pixabay vous permettra de choisir un fond décran en entrant un mot clé."
type = "string"
example = "123456abc"
optional = true
[install.api_key_google_youtube]
ask.en = "Your Google API key:"
ask.fr = "Votre clé dAPI Google:"
help.en = "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen"
help.fr = "Optionnel : une clé dAPI Google vous permettra dafficher des vidéos de Youtube sur votre Digiscreen."
type = "string"
example = "123456abc"
optional = true
[install.init_main_permission]
help.en = "If public, any visitor can use this app and thus will benefit from your API keys for Pixabay and Youtube."
help.fr = "Si lapplication est publique, nimporte quel visiteur pourra utiliser cette application et bénéficiera donc de vos clés dAPI pour Pixabay et Youtube."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://codeberg.org/ladigitale/digiscreen/archive/0.9.18.tar.gz"
sha256 = "96c36823c2cbc51ce0d0e4d441ebf349be470c4e6ee66228959457b6f67b9dc3"
2024-02-14 19:34:20 +01:00
autoupdate.strategy = "latest_forgejo_release"
2024-01-17 16:04:18 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = [
"mariadb-server",
"php8.2-fpm",
]
[resources.database]
type = "mysql"