* Upgrade template to latest version
* Upgrade dokuwiki version and version's location
* Delete "jessie" from READMEs
* Migrate to changelog file instead of READMEs
* Fix markdown syntax errors
* Add local screenshot
* Update manifest.json
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
* Revert CI link
* Correct version number to match manifest
Co-authored-by: Gofannon <gofannon+github@riseup.net>
Co-authored-by: Kayou <pierre.moltess@gmail.com>
* Url rewriting (#54)
* Remove unused code
* Add rewrite URL functionnality
* Fix subpath handling
* Fix nginx error
nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20
* [enh] Enforce URL rewrite
* Increment package version
* [fix] dedicated named location per $app (#61)
fix multiple install on subdomains
Before this fix
app1 => @dokuwiki works
app2 => @dokuwiki fails
After \o/
app1 => @app1 works
app2 => @app2 works
Co-authored-by: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
* Remove unused code
* Add rewrite URL functionnality
* Fix subpath handling
* Fix nginx error
nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20
* [enh] Enforce URL rewrite
* Increment package version
Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
* Remove unused code
* Add rewrite URL functionnality
* Fix subpath handling
* Fix nginx error
nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20
* [enh] Enforce URL rewrite
* Increment package version