add miniflux module
This commit is contained in:
parent
39ec1189f7
commit
25dad86874
3 changed files with 47 additions and 0 deletions
|
|
@ -78,6 +78,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Miniflux RSS reader
|
||||
rss = {
|
||||
rule = "Host(`rss.yanlincs.com`)";
|
||||
service = "rss";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -136,6 +148,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Miniflux RSS backend
|
||||
rss = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:8070";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue