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

69 lines
1.9 KiB
TOML
Raw Normal View History

2023-10-28 21:48:48 +02:00
packaging_format = 2
id = "digisteps"
name = "Digisteps"
description.en = "Create simple online educational pathes"
description.fr = "Créer des parcours pédagogiques simples en ligne"
version = "0.3.9~ynh1"
maintainers = ["Pierre-Amiel Giraud"]
[upstream]
license = "GPL-3.0-only"
website = "https://ladigitale.dev/"
demo = "https://ladigitale.dev/digisteps/#/"
admindoc = "https://codeberg.org/ladigitale/digisteps/src/branch/master/README.md"
userdoc = "https://ladigitale.dev/blog/digisteps-pour-creer-des-parcours-pedagogiques-en-ligne"
code = "https://codeberg.org/ladigitale/digisteps"
[integration]
2023-10-28 21:55:59 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-28 21:48:48 +02:00
multi_instance = true
2023-11-24 17:28:34 +01:00
2023-10-28 21:55:59 +02:00
ldap = false
2023-11-24 17:28:34 +01:00
2023-10-28 21:55:59 +02:00
sso = false
2023-11-24 17:28:34 +01:00
2023-10-28 21:55:59 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-28 21:48:48 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/digisteps"
[install.init_main_permission]
help.en = "If public, any visitor can create educational pathes and see saved ones, providing they know their secret questions and answers."
help.fr = "Si lapplication est publique, nimporte quel visiteur pourra créer un parcours pédagogique et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/YunoHost-Apps/digisteps_ynh/releases/download/0.3.9/digisteps-v0.3.9.zip"
sha256 = "cfd0723c29ae55d22496ae5db278c473f34daa64913835a1a7e3c431bfe99efc"
2023-11-25 17:23:11 +01:00
autoupdate.upstream = "https://github.com/YunoHost-Apps/digisteps_ynh"
2023-11-25 14:48:24 +01:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset = ".*.zip"
2023-10-28 21:48:48 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-10-28 21:55:59 +02:00
[resources.apt]
2023-10-28 21:59:35 +02:00
packages = "mariadb-server, php8.2-sqlite3, php8.2-gd"
2023-10-28 21:55:59 +02:00
2023-10-28 21:48:48 +02:00
[resources.database]
type = "mysql"