mirror of
https://github.com/YunoHost-Apps/digiwords_ynh.git
synced 2024-09-03 18:26:11 +02:00
60 lines
1.3 KiB
TOML
60 lines
1.3 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.5.6~ynh1"
|
|
|
|
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"
|
|
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.5.6.tar.gz"
|
|
sha256 = "2d3932db21e24cdf68509f6b640b4ed1ba3e774ef1161c268917e2bae4bbd5a7"
|
|
autoupdate.strategy = "latest_forgejo_release"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.2-sqlite3"
|