2
0
Fork 0
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%
Find a file
eric_G f78714acef
Testing (#125)
* 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>
2026-05-15 13:19:47 +02:00
.github Version 2 (#98) 2023-05-16 12:54:30 +02:00
conf Testing (#125) 2026-05-15 13:19:47 +02:00
doc Version 2 (#98) 2023-05-16 12:54:30 +02:00
scripts Testing (#125) 2026-05-15 13:19:47 +02:00
LICENSE Version 2 (#98) 2023-05-16 12:54:30 +02:00
manifest.toml Testing (#125) 2026-05-15 13:19:47 +02:00
README.md Testing (#120) 2025-05-14 19:18:18 +02:00
tests.toml Version 2 (#98) 2023-05-16 12:54:30 +02:00

Logo of Dokuwiki Dokuwiki, packaged for YunoHost

Lightweight, simple to use and highly versatile wiki

🌐 Official app website App Demo Version: 2025.05.14~ynh1

📦 Developer info

Automatic tests level

🛠️ 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.