mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
73 lines
2.2 KiB
TOML
73 lines
2.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "dokuwiki"
|
|
name = "Dokuwiki"
|
|
description.en = "Lightweight, simple to use and highly versatile wiki"
|
|
description.fr = "Wiki léger, simple à utiliser et très polyvalent"
|
|
description.de = "Standardkonformes, einfach zu benutzendes Wiki und zielt hauptsächlich auf die Erstellung von Dokumentationen aller Art ab"
|
|
description.es = "Sistema de Wiki de uso sencillicimo y compatible con los estándares"
|
|
description.it = "Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo"
|
|
|
|
version = "2023.04.04a~ynh1"
|
|
|
|
maintainers = ["Gofannon"]
|
|
|
|
[upstream]
|
|
license = "GPL-2.0-or-later"
|
|
website = "https://www.dokuwiki.org"
|
|
demo = "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo"
|
|
admindoc = "https://www.dokuwiki.org/manual"
|
|
code = "https://github.com/dokuwiki/dokuwiki"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.19"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = true
|
|
disk = "50M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/dokuwiki"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "Makes the wiki accessible directly from the Internet for everyone, without intermediate YunoHost authentication"
|
|
help.fr = "Rend le wiki accessible directement depuis Internet pour tout le monde, sans authentification YunoHost intermédiaire"
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "string"
|
|
choices = ["en", "fr"]
|
|
default = "en"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/dokuwiki/dokuwiki/archive/refs/tags/release-2023-04-04a.tar.gz"
|
|
sha256 = "99cd9af97631cec43fb3f6c7c1c1e61a6f5ec0600d1611ce897b3419da18f9a6"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
admin.url = "/admin"
|
|
admin.show_tile = false
|
|
admin.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages = "php8.1-xml php8.1-ldap php8.1-gd php8.1-cli"
|