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

60 lines
1.3 KiB
TOML
Raw Normal View History

2024-01-14 12:26:30 +01:00
packaging_format = 2
id = "digitools"
name = "Digitools"
description.en = "Simple and useful tools for the classroom."
description.fr = "Des outils simples et utiles pour la classe."
2024-01-14 12:34:04 +01:00
version = "0.3.7~ynh1"
2024-01-14 12:26:30 +01:00
maintainers = ["Pierre-Amiel Giraud"]
[upstream]
license = "GPL-3.0-only"
website = "https://ladigitale.dev/"
demo = "https://ladigitale.dev/digitools/"
admindoc = "https://codeberg.org/ladigitale/digitools/src/branch/main/README.md"
userdoc = "https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe"
code = "https://codeberg.org/ladigitale/digitools"
[integration]
2024-01-14 12:34:04 +01:00
yunohost = ">= 11.2"
architectures = "all"
2024-01-14 12:26:30 +01:00
multi_instance = true
2024-01-14 12:34:04 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2024-01-14 12:26:30 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/digitools"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-01-14 12:34:04 +01:00
url = "https://codeberg.org/ladigitale/digitools/releases/download/0.3.7/digitools-v0.3.7.zip"
sha256 = "75f56c0987795d5f89bc10033a461a30166aac42f21a0169bbe33d2c304702eb"
2024-01-14 12:26:30 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2024-01-14 12:34:04 +01:00
[resources.database]
2024-01-14 12:34:27 +01:00
type = "php8.2-sqlite3"