summary refs log tree commit diff
path: root/nixos/tests/keycloak.nix
Commit message (Collapse)AuthorAge
* nixosTests.keycloak: replace libtidy with html-tidymidchildan2022-02-28
| | | | Follow-up of cc700ad55b3fc4bc257826b3167c3a1247b50a5b.
* nixos/qemu-vm: default memorySize 384 -> 1024Artturin2021-11-21
| | | | | | | | | the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
* keycloak.tests: Test HTTPS supporttalyz2021-05-21
|
* nixos/keycloak: keycloak.database* -> keycloak.database.*talyz2021-05-21
| | | | | | Move all database options to their own group / attribute. This makes the configuration clearer and brings it in line with most other modern modules.
* keycloak.tests: Make sure databaseUsername is either ignored...talyz2021-05-04
| | | | ...or used correctly.
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/keycloak: Add support for MySQL and external DBs with SSLtalyz2020-10-29
| | | | | | - Add support for using MySQL as an option to PostgreSQL. - Enable connecting to external DBs with SSL - Add a database port config option
* nixos/keycloak: Add testtalyz2020-10-29