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

61 lines
1.7 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"
2024-01-14 13:03:09 +01:00
version = "0.5.13~ynh1"
2023-10-28 21:48:48 +02:00
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]
2024-01-14 13:03:09 +01:00
url = "https://codeberg.org/ladigitale/digisteps/releases/download/0.5.13/digisteps-v0.5.13.zip"
sha256 = "8e78718848980991bda3e44147c8f7de70931970dc6253595f49d9471522a759"
2023-10-28 21:48:48 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-28 21:55:59 +02:00
[resources.apt]
2024-01-14 13:03:09 +01:00
packages = "php8.2-sqlite3, php8.2-gd"