feat(MOMO): add miniflux
This commit is contained in:
parent
c04eb32f81
commit
77b8fc9790
5 changed files with 36 additions and 0 deletions
|
|
@ -23,6 +23,13 @@
|
|||
proxyPass = "http://127.0.0.1:8007";
|
||||
};
|
||||
};
|
||||
virtualHosts."miniflux.dryb.org" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8008";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue