conf | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Dokuwiki for YunoHost
Dokuwiki c'est quoi ?
DokuWiki est un logiciel wiki Open Source simple à utiliser et très polyvalent qui ne nécessite pas de base de données. Il est apprécié par les utilisateurs pour sa syntaxe propre et lisible. La facilité de maintenance, de sauvegarde et d'intégration en fait un favori d'administrateur. Des contrôles d'accès et des connecteurs d'authentification intégrés rendent DokuWiki particulièrement utile dans le contexte de l'entreprise et le grand nombre de plugins apportés par sa communauté dynamique permettent un large éventail de cas d'utilisation au-delà d'un wiki traditionnel.
Source: dokuwiki.org
Installation
$ sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh.git
Mise à jour
$ sudo yunohost app upgrade --verbose dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh.git
Lors de la mise à jour de dokuwiki, les plugins officiels sont également mis à jour. Nous vous recommandons toutefois de vérifier le bon fonctionnement des plugins dans le panel d'administration après cette upgrade. Nous ne pouvons pas savoir si des plugins spéciaux posent problèmes.
Utiliser l'API distante XML-RPC
Si vous utilisez le service XML-RPC proposé par Dokuwiki (par exemple, si vous voulez utilisez le plugin "DokuWiki Synchronization Plugin"), il faut désactiver le SSO YunoHost sur l'URI correspondante :
$ yunohost app setting dokuwiki skipped_uris -v "/lib/exe/xmlrpc.php"
$ yunohost app ssowatconf
What is Dokuwiki?
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
Source: dokuwiki.org
Install
$ sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh.git
Update
$ sudo yunohost app upgrade --verbose dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh.git
When updating dokuwiki, the official plugins are also updated. However, we recommend that you check the plugins in the administration panel after this upgrade. We can't know if special plugins are causing problems.
Use the remote API XML-RPC
If you want to use the XML-RPC API (for instance, if you plan to use the "DokuWiki Synchronization Plugin"), you need to disable YunoHost SSO on the URI:
$ yunohost app setting dokuwiki skipped_uris -v "/lib/exe/xmlrpc.php"
$ yunohost app ssowatconf
Versionning
Version 1.1.0 (07/03/17)
- Update app
Version 1.0.0 (11/02/14)
- Create script app