about summary refs log tree commit diff
path: root/modules/server/ftp
Commit message (Collapse)AuthorAge
* Drop mdDocAlyssa Ross2024-04-05
| | | | This is being removed in Nixpkgs.
* runCommandNoCC -> runCommandAlyssa Ross2023-08-05
|
* modules: use Markdown documentation descriptionsAlyssa Ross2023-08-05
|
* sys/atuin: update for new ACME moduleAlyssa Ross2021-01-12
| | | | | | | | | | | | | | | | | The new module defaults to using an "acme" group, which can replace the "tls" group I had set up before. But it will instead use the "nginx" group if using enableACME, so I have to stay away from that and only use useACMEHost, setting up the certificates manually. But that's a very good thing, because it turns out that even though I was trying to generate only two certificates (one for qyliss.net and one for spectrum-os.org), the ACME module was actually generating one per subdomain because of enableACME. Finally, now that atuin.nix is starting to be split up, and because there's less shared configuration, don't mapAttrs over Nginx virtual hosts or ACME certificates, which was confusing and forced everything to be defined at once in the same file.
* modules/ftp: fix with no contentAlyssa Ross2020-04-27
| | | | | This would fail if nothing used the module, because $out would never be created.
* modules/ftp: initAlyssa Ross2020-04-15