mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2025-12-21 09:33:08 +01:00
Dokuwiki package for YunoHost
* chore(linter) fix linter warning in CI (#114) ! When using regexp in the nginx location field (location ~ __PATH__), start the path with ^ (location ~ ^__PATH__). * Auto-update READMEs * [autopatch] Automatic patch attempt for helpers 2.1 (#116) * [autopatch] Automatic patch attempt for helpers 2.1 * cleaning * Update nginx.conf --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update manifest.toml * Upgrade to v2025.05.14 (#119) * Upgrade sources - `main` v2025.05.14: https://github.com/dokuwiki/dokuwiki/releases/tag/2025.05.14 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
Dokuwiki, packaged for YunoHost
Lightweight, simple to use and highly versatile wiki
📦 Developer info
🛠️ Upstream Dokuwiki repository: https://github.com/dokuwiki/dokuwiki
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.