5 meta.maintainers = with pkgs.lib.maintainers; [ julienmalka ];
13 appKeyFile = toString (
14 pkgs.writeText "agorakit-app-key" "uTqGUN5GUmUrh/zSAYmhyzRk62pnpXICyXv9eeITI8k="
16 hostName = "localhost";
17 database.createLocally = true;
23 fromName = "Agorakit";
24 from = "agorakit@localhost";
25 user = "agorakit@localhost";
26 passwordFile = toString (pkgs.writeText "agorakit-mail-pass" "a-secure-mail-password");
35 agorakit.wait_for_unit("nginx.service")
36 agorakit.wait_for_unit("agorakit-setup.service")
38 # Login page should now contain the configured site name
40 agorakit.succeed("curl http://localhost/login | grep Agorakit")