1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digiwords_ynh.git synced 2024-09-03 18:26:11 +02:00
digiwords_ynh/manifest.toml
2024-09-01 13:37:40 +02:00

62 lines
1.4 KiB
TOML

packaging_format = 2
id = "digiwords"
name = "Digiwords"
description.en = "Create interactive wordclouds"
description.fr = "Créer des nuages de mots interactifs"
version = "0.6.0~ynh2"
maintainers = ["Pierre-Amiel Giraud"]
[upstream]
license = "GPL-3.0-only"
website = "https://ladigitale.dev/"
demo = "https://ladigitale.dev/digiwords/#/"
admindoc = "https://codeberg.org/ladigitale/digiwords/src/branch/master/README.md"
userdoc = "https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots"
code = "https://codeberg.org/ladigitale/digiwords"
[integration]
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/digiwords"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://codeberg.org/ladigitale/digiwords/archive/0.6.0.tar.gz"
sha256 = "85854634fc61267476674f3e09f8ea1dc10035a3fbabd88400296d8d57e2080c"
autoupdate.strategy = "latest_forgejo_release"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-sqlite3"