remove microbin
This commit is contained in:
parent
76e3964aaf
commit
27c7f7127c
3 changed files with 0 additions and 84 deletions
|
|
@ -137,31 +137,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# MicroBin web clipboard
|
||||
bin = {
|
||||
rule = "Host(`bin.yanlincs.com`)";
|
||||
entrypoints = "websecure";
|
||||
service = "bin";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# WebDAV file server
|
||||
# files = {
|
||||
# rule = "Host(`files.yanlincs.com`)";
|
||||
# entrypoints = "websecure";
|
||||
# service = "files";
|
||||
# tls = {
|
||||
# certResolver = "cloudflare";
|
||||
# domains = [{
|
||||
# main = "*.yanlincs.com";
|
||||
# }];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
services = {
|
||||
# Redirect service
|
||||
|
|
@ -254,23 +229,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# MicroBin backend (via WireGuard)
|
||||
bin = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.2.2.20:5010";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
# WebDAV file server backend (via WireGuard)
|
||||
# files = {
|
||||
# loadBalancer = {
|
||||
# servers = [{
|
||||
# url = "http://10.2.2.20:5009";
|
||||
# }];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
middlewares = {
|
||||
# Redirect middleware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue