mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2026-06-29 08:49:32 +02:00
Dokuwiki package for YunoHost
- Shell 83.7%
- PHP 16.3%
* 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 * fix(CVE-2026-42945): mitigation attempt (#124) * fix(CVE-2026-42945): mitigation attempt * Fix spacing in nginx rewrite rules * Bump version to 2025.05.14~ynh2 * [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING) (#123) Co-authored-by: Yunohost-Bot <> * cleaning * Update manifest.toml --------- 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> Co-authored-by: Florent <florent.git@zeteo.me> |
||
|---|---|---|
| .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.