cleanup
This commit is contained in:
parent
f4ac044742
commit
57e64ccbaf
4 changed files with 0 additions and 83 deletions
|
|
@ -42,18 +42,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Dufs file server
|
||||
files = {
|
||||
rule = "Host(`files.yanlincs.com`)";
|
||||
service = "files";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# Linkding bookmark manager
|
||||
link = {
|
||||
rule = "Host(`link.yanlincs.com`)";
|
||||
|
|
@ -66,18 +54,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Navidrome music server
|
||||
music = {
|
||||
rule = "Host(`music.yanlincs.com`)";
|
||||
service = "music";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -109,15 +85,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Dufs backend (via WireGuard)
|
||||
files = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.2.2.20:5099";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# Linkding backend (via WireGuard)
|
||||
link = {
|
||||
loadBalancer = {
|
||||
|
|
@ -127,15 +94,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Navidrome backend (via WireGuard)
|
||||
music = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.2.2.20:5005";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue