remove miniflux deployment on hs
This commit is contained in:
parent
adb8ccbac1
commit
8796c12d1d
3 changed files with 0 additions and 26 deletions
|
|
@ -13,10 +13,6 @@
|
||||||
name = "Overleaf";
|
name = "Overleaf";
|
||||||
url = "https://www.overleaf.com/project";
|
url = "https://www.overleaf.com/project";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "RSS";
|
|
||||||
url = "https://rss.yanlincs.com";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Photos";
|
name = "Photos";
|
||||||
url = "https://photo.yanlincs.com/photos";
|
url = "https://photo.yanlincs.com/photos";
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
../../../modules/samba.nix
|
../../../modules/samba.nix
|
||||||
../../../modules/media-server.nix
|
../../../modules/media-server.nix
|
||||||
../../../modules/miniflux.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GRUB bootloader with ZFS support
|
# GRUB bootloader with ZFS support
|
||||||
|
|
|
||||||
|
|
@ -78,18 +78,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Miniflux RSS reader
|
|
||||||
rss = {
|
|
||||||
rule = "Host(`rss.yanlincs.com`)";
|
|
||||||
service = "rss";
|
|
||||||
tls = {
|
|
||||||
certResolver = "cloudflare";
|
|
||||||
domains = [{
|
|
||||||
main = "*.yanlincs.com";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Plex Media Server
|
# Plex Media Server
|
||||||
plex = {
|
plex = {
|
||||||
rule = "Host(`plex.yanlincs.com`)";
|
rule = "Host(`plex.yanlincs.com`)";
|
||||||
|
|
@ -160,15 +148,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Miniflux RSS backend
|
|
||||||
rss = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://lan.hs.yanlincs.com:8070";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Plex backend
|
# Plex backend
|
||||||
plex = {
|
plex = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue