about summary refs log tree commit diff
path: root/nixos/tests/nextcloud/with-postgresql-and-redis.nix
Commit message (Collapse)AuthorAge
* nixos/nextcloud: port tests to python test-driverMaximilian Bosch2019-11-27
|
* nixos/nextcloud: fix postgresql testMaximilian Bosch2019-10-13
|
* nixos/nextcloud: fix postgresql/redis testJonathan Ringer2019-10-12
|
* treewide: remove redundant quotesvolth2019-08-26
|
* nixos/nextcloud: write config to additional config fileMaximilian Bosch2019-07-22
| | | | | | | | | | | | | | | | | | | One of the main problems of the Nextcloud module is that it's currently not possible to alter e.g. database configuration after the initial setup as it's written by their imperative installer to a file. After some research[1] it turned out that it's possible to override all values with an additional config file. The documentation has been slightly updated to remain up-to-date, but the warnings should remain there as the imperative configuration is still used and may cause unwanted side-effects. Also simplified the postgresql test which uses `ensure{Databases,Users}` to configure the database. Fixes #49783 [1] https://github.com/NixOS/nixpkgs/issues/49783#issuecomment-483063922
* nixos/nextcloud: initFranz Pletz2018-10-01
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de> Co-authored-by: Robin Gloster <mail@glob.in> Co-authored-by: Janne Heß <janne@hess.ooo> Co-authored-by: Florian Klink <flokli@flokli.de>