basic copyparty server, have not yet setup reverse proxy.
This commit is contained in:
parent
55e699bb81
commit
bcab2b8307
4 changed files with 104 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue