- Sep 14, 2021
-
-
Tom Prince authored
Since !146, PaymentServer is proxied behind nginx, so there is no need to wait for certificates or network interfaces before starting the server.
-
- Sep 09, 2021
-
-
Tom Prince authored
Expose all local packages as new module argument. Closes #81 See merge request !163
-
Tom Prince authored
-
Tom Prince authored
Move configuration of domain and targetHost to generic locations. See merge request !161
-
- Sep 07, 2021
-
-
Tom Prince authored
-
Florian Sesser authored
Manage access to payment metrics Closes privatestorageops#368 See merge request !146
-
Florian Sesser authored
-
Tom Prince authored
Set `NIX_PATH` in `shellHook` of `shell.nix`. See merge request !162
-
Florian Sesser authored
-
Florian Sesser authored
-
Tom Prince authored
If `nix-shell` is run interactively on NixOS, in way that has loaded `/etc/profile` (for example `docker exec <container> nix-shell`), then `/etc/profile` will be sourced in the shell that nix-shell starts. That overwrites the `NIX_PATH` set by `shell.nix`. If we instead set `NIX_PATH` in the the `shellHook`, that always takes precedence.
-
- Sep 06, 2021
-
-
Tom Prince authored
-
Tom Prince authored
Make the per-grid inline module more explicit. See merge request !160
-
Tom Prince authored
-
- Sep 03, 2021
-
-
Jean-Paul Calderone authored
Adopt the Nix packaging from our nixpkgs fork and use it Closes #79 See merge request !158
-
Tom Prince authored
-
Tom Prince authored
-
- Sep 02, 2021
-
-
Tom Prince authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Florian Sesser authored
-
Florian Sesser authored
Merge remote-tracking branch 'whetstone/368.manage-access-to-payment-metrics' into 368.manage-access-to-payment-metrics
-
Florian Sesser authored
-
- Sep 01, 2021
-
-
Jean-Paul Calderone authored
Update issue link. See merge request !155
-
Jean-Paul Calderone authored
Access morph module options via config. See merge request !156
-
- Aug 30, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Jean-Paul Calderone authored
Upgrade system test software and port system tests from Perl to Python Closes #41 See merge request !151
-
- Aug 27, 2021
-
-
Florian Sesser authored
-
- Aug 26, 2021
-
-
Florian Sesser authored
-
Tom Prince authored
This reduces the confusion with the nixos/modules/deployment.nix module, and should make it clearer that it can contain any configuration that applies to all hosts on the grid.
-
- Aug 25, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
Write Python with Nix (?).
-
- Aug 24, 2021
-
-
Tom Prince authored
This lets other modules override these settings.
-
Tom Prince authored
-
- Aug 19, 2021
-
-
Jean-Paul Calderone authored
Services Dashboard: Payments Closes privatestorageops#290 and privatestorageops#349 See merge request !154
-
Florian Sesser authored
I hadn't understood: The PaymentServer turns 16 vouchers into 50 k ZKAPs. So far, we don't have a metric for used up ZKAPs. Also, since the dashboard is already a full browser page and only handling payment, I rename the services dashboard to payment dashboard.
-
- Aug 17, 2021
-
-
Florian Sesser authored
Fixes privatestorageops#349.
-
Florian Sesser authored
-