summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/dokuwiki.nix
Commit message (Collapse)AuthorAge
* treewide: use configured nginx packageSandro Jäckel2022-02-08
|
* nixos/dokuwiki: Minor code cleanupJonas Heinrich2022-01-20
|
* nixos/dokuwiki: Drop deprecated old interface (#152676)Jonas Heinrich2022-01-16
|
* nixos/dokuwiki: Use php74 for the phpfpm poolDaniel Olsen2021-12-08
| | | | php8 does not work and is not supported
* nixos/dokuwiki: add missing option enableJonas Heinrich2021-11-02
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/dokuwiki: Add support for Caddy web serverJonas Heinrich2021-09-18
|
* Merge pull request #115228 from siraben/unzip-buildInputsJohn Ericson2021-03-06
|\ | | | | treewide: unzip buildInputs to nativeBuildInputs (2)
| * treewide: unzip buldInputs to nativeBuildInputs (2)Ben Siraphob2021-03-06
| |
* | Merge pull request #114853 from lourkeur/fix-string-escapingtaku02021-03-03
|\ \ | |/ |/| nixos/kresd, nixos/dokuwiki, tests/fpm, build-bazel-package, libcutl: fix string escaping
| * docuwiki.nix: fix string escapingkvtb2020-12-31
| | | | | | \. has no effect in single quoted strings
* | treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
|/ | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* maintainers: 1000101 -> _1000101zowoq2020-08-18
|
* Merge pull request #94624 from dadada/dadada/dokuwiki-acl-pathAaron Andersen2020-08-05
|\ | | | | nixos/dokuwiki: fix path to ACL
| * nixos/dokuwiki: fix path to ACLdadada2020-08-03
| |
* | Merge pull request #94609 from 1000101/dokuwikiMarek Mahut2020-08-05
|\ \ | | | | | | nixos/dokuwiki: drop SSL forcing and document incompatibility
| * | nixos/dokuwiki: drop SSL forcing10001012020-08-03
| | |
* | | Merge pull request #94340 from 1000101/maintainerMarek Mahut2020-08-05
|\ \ \ | |/ / |/| | nixos/modules: add myself as maintainer of several services
| * | nixos/modules: add myself as maintainer of several services10001012020-07-31
| | |
* | | nixos/dokuwiki: fix https redirectStijn DW2020-08-02
|/ / | | | | | | Even if the webserver had https disabled, the user would still get redirected to an https url when attemting to login.
* / treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-05-08
|/
* nixos/dokuwiki: change default of aclFile and usersFiledadada2020-04-18
| | | | | `aclFile` and `usersFile` will be set to a default value if `aclUse` is specified and aclFile is not overriden by `acl`.
* nixos/dokuwiki: modify usersFile and aclFiledadada2020-04-18
| | | | | | | Use types.str instead of types.path to exclude private information from the derivation. Add a warinig about the contents of acl beeing included in the nix store.
* nixos/dokuwiki: dokuwiki userdadada2020-04-18
|
* nixos/dokuwiki: add option disableActionsdadada2020-04-18
|
* nixos/dokuwiki: set default value for usersFiledadada2020-04-18
| | | | | If usersFile is not set, a file is created along the stateDir that can hold the users and supports dynamically adding users using the web GUI.
* nixos/dokuwiki: add assertion for usersFiledadada2020-04-18
|
* nixos/dokuwiki: add plugins and templates optionsdadada2020-04-18
| | | | | | | Adds support for additional plugins and templates similarly to how wordpress.nix does it. Plugins and templates need to be packaged as in the example.
* nixos/dokuwiki: refactordadada2020-04-18
|
* nixos/dokuwiki: add <name?> optiondadada2020-04-18
| | | | | | | Enables multi-site configurations. This break compatibility with prior configurations that expect options for a single dokuwiki instance in `services.dokuwiki`.
* nixos/dokuwiki: init module at 2018-04-22bJan Hrnko2020-01-24