2025-02-09 09:10:18 +01:00
|
|
|
{config, ...}: {
|
|
|
|
services.nginx.virtualHosts."linkding.vulpecula.zone" = {
|
|
|
|
addSSL = true;
|
|
|
|
enableACME = true;
|
|
|
|
locations."/".proxyPass = "http://localhost:62108";
|
|
|
|
};
|
|
|
|
|
|
|
|
# linkding is managed through docker.
|
2025-02-09 22:03:02 +01:00
|
|
|
# TODO see https://linkding.link/installation/ config
|
2025-02-09 09:10:18 +01:00
|
|
|
}
|