1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
Dokuwiki package for YunoHost
Find a file
2020-08-25 23:31:12 +02:00
conf Implement new permissions system in YNH 3.7 2020-04-30 17:41:56 +02:00
scripts [enh] purge of old upgrade files 2020-08-25 23:31:12 +02:00
CHANGELOG.md Bump new version number 2020-04-30 17:37:53 +02:00
check_process Normalization from example_ynh 2019-05-11 01:13:45 +02:00
dokuwikimainwindow.png 2018 04 22b (#58) 2020-04-22 23:24:55 +02:00
LICENSE [enh] Add license. 2016-02-29 11:26:47 +01:00
manifest.json Bump new version number 2020-04-30 17:37:53 +02:00
pull_request_template.md 2018 04 22b (#58) 2020-04-22 23:24:55 +02:00
README.md 2018 04 22b (#58) 2020-04-22 23:24:55 +02:00
README_fr.md 2018 04 22b (#58) 2020-04-22 23:24:55 +02:00

DokuWiki for YunoHost

Integration level
Install DokuWiki with YunoHost

Lire ce readme en français.

This package allows you to install DokuWiki quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

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.

Shipped version: 2018-04-22b "Greebo"

Screenshots

Screenshot of DokuWiki main window

Demo

Configuration

Documentation

YunoHost specific features

  • Integrate with YunoHost users and SSO - i.e. logout button
  • Allow one user to be the "administrator" (set at the installation)
  • Default authorization is set as read only so guest people cannot edit pages. (Especially needed if wiki is public to avoid spam and defacing. Can be changed from admin panel)
  • During the upgrade, official plugins are also upgraded. We recommend that you should check that they run properly in the administration panel after the upgrade. We cannot know if some plugins are broken...

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Limitations

  • Cannot create or login with dokuwiki internal users, only users from Yunohost (Work needed for authchained plugin)

Developers infos

Only if you know what you are doing AND want to switch to an unstable branch for testing or coding

Instead of merging directly into master, please do your pull request to the testing branch

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
or
sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug