Add miniflux service to alexandria
This commit is contained in:
parent
e6e619227f
commit
3dbc0352b6
5 changed files with 41 additions and 7 deletions
|
|
@ -6,12 +6,5 @@
|
|||
ports = [ "${config.ports.pairdrop}:3000" ];
|
||||
extraOptions = [ "--label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."pairdrop.baduhai.me" = {
|
||||
useACMEHost = "baduhai.me";
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:${config.ports.pairdrop}";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue