mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
commit
5347b0ea41
3 changed files with 6 additions and 8 deletions
|
@ -38,8 +38,7 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that
|
||||||
|
|
||||||
* Official app website: <https://www.dokuwiki.org>
|
* Official app website: <https://www.dokuwiki.org>
|
||||||
* Official admin documentation: <https://www.dokuwiki.org/manual>
|
* Official admin documentation: <https://www.dokuwiki.org/manual>
|
||||||
* Upstream app code repository: <https://github.com/splitbrain/dokuwiki>
|
* Upstream app code repository: <https://github.com/dokuwiki/dokuwiki>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_dokuwiki>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -38,8 +38,7 @@ DokuWiki est un logiciel wiki Open Source simple à utiliser et très polyvalent
|
||||||
|
|
||||||
* Site officiel de l’app : <https://www.dokuwiki.org>
|
* Site officiel de l’app : <https://www.dokuwiki.org>
|
||||||
* Documentation officielle de l’admin : <https://www.dokuwiki.org/manual>
|
* Documentation officielle de l’admin : <https://www.dokuwiki.org/manual>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/splitbrain/dokuwiki>
|
* Dépôt de code officiel de l’app : <https://github.com/dokuwiki/dokuwiki>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dokuwiki>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -17,10 +17,10 @@ license = "GPL-2.0-or-later"
|
||||||
website = "https://www.dokuwiki.org"
|
website = "https://www.dokuwiki.org"
|
||||||
demo = "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo"
|
demo = "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo"
|
||||||
admindoc = "https://www.dokuwiki.org/manual"
|
admindoc = "https://www.dokuwiki.org/manual"
|
||||||
code = "https://github.com/splitbrain/dokuwiki"
|
code = "https://github.com/dokuwiki/dokuwiki"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -46,7 +46,7 @@ ram.runtime = "50M"
|
||||||
[install.language]
|
[install.language]
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["en", "fr"]
|
choices = ["en", "fr"]
|
||||||
default = "en"
|
default = "en"
|
||||||
|
|
||||||
|
@ -70,4 +70,4 @@ ram.runtime = "50M"
|
||||||
admin.allowed = "admins"
|
admin.allowed = "admins"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php8.1-xml php8.1-ldap php8.1-gd php8.1-cli"
|
packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli"
|
||||||
|
|
Loading…
Add table
Reference in a new issue