summaryrefslogtreecommitdiffstats
path: root/nixos/tests/dokuwiki.nix
AgeCommit message (Collapse)Author
2020-08-18maintainers: 1000101 -> _1000101zowoq
2020-08-05Merge pull request #94617 from dadada/dadada/dokuwikiMarek Mahut
nixos/dokuwiki: add test for login
2020-08-04nixos/dokuwiki: add test for login pagedadada
Cookie jar can be used to accurately test if the login was successful. Simply searching for the user name is not sufficient, since it is always part of the returned page after login. The page should display a phrase containing the username after login.
2020-08-03nixos/dokuwiki: drop SSL forcing1000101
2020-06-26maintainers: fix previously uncaught name issues1000101
2020-05-08treewide: per RFC45, remove more unquoted URLsPavol Rusnak
2020-04-18nixos/dokuwiki: change default of aclFile and usersFiledadada
`aclFile` and `usersFile` will be set to a default value if `aclUse` is specified and aclFile is not overriden by `acl`.
2020-04-18nixos/dokuwiki: add plugins and templates optionsdadada
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.
2020-04-18nixos/dokuwiki: add <name?> optiondadada
Enables multi-site configurations. This break compatibility with prior configurations that expect options for a single dokuwiki instance in `services.dokuwiki`.
2020-01-24nixos/dokuwiki: init module at 2018-04-22bJan Hrnko