basic copyparty server, have not yet setup reverse proxy.

This commit is contained in:
Gabe Venberg 2025-04-22 17:16:52 +02:00
parent 55e699bb81
commit bcab2b8307
4 changed files with 104 additions and 1 deletions

View file

@ -33,6 +33,12 @@
inputs.flake-compat.follows = "flake-compat";
};
copyparty = {
url = "github:9001/copyparty";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
#https://unmovedcentre.com/technology/2024/03/22/secrets-management.html
sops-nix = {
url = "github:mic92/sops-nix";