add linkding
This commit is contained in:
parent
265e1eebb4
commit
814121cb4c
|
@ -16,6 +16,7 @@ in {
|
||||||
./wallabag.nix
|
./wallabag.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
|
./linkding.nix
|
||||||
# ./thymis.nix
|
# ./thymis.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
9
hosts/vulpecula-vps/linkding.nix
Normal file
9
hosts/vulpecula-vps/linkding.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{config, ...}: {
|
||||||
|
services.nginx.virtualHosts."linkding.vulpecula.zone" = {
|
||||||
|
addSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/".proxyPass = "http://localhost:62108";
|
||||||
|
};
|
||||||
|
|
||||||
|
# linkding is managed through docker.
|
||||||
|
}
|
Loading…
Reference in a new issue