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
yalh76 8ca845440e
md5sum checksum to sha256sum
! logautherror.src: Using md5sum checksum is not so great for security. Consider using sha256sum instead.
2021-05-11 23:31:32 +02:00
conf md5sum checksum to sha256sum 2021-05-11 23:31:32 +02:00
scripts Remove ask on manifest (#78) 2021-04-18 16:50:50 +02:00
sources Add local screenshot 2020-09-25 21:49:16 +02:00
CHANGELOG.md Merge branch 'testing' into permissions 2021-01-19 13:30:29 +01:00
check_process Remove ask on manifest (#78) 2021-04-18 16:50:50 +02:00
LICENSE [enh] Add license. 2016-02-29 11:26:47 +01:00
manifest.json Remove ask on manifest (#78) 2021-04-18 16:50:50 +02:00
pull_request_template.md Remove ask on manifest (#78) 2021-04-18 16:50:50 +02:00
README.md Remove ask on manifest (#78) 2021-04-18 16:50:50 +02:00
README_fr.md Remove ask on manifest (#78) 2021-04-18 16:50:50 +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: 2020-07-29

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-64 - 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

Please send 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