remove blog

This commit is contained in:
♥ Minnie ♥ 2024-04-01 10:03:41 +08:00
parent f961f63c23
commit ad5b25a6df
2 changed files with 0 additions and 14 deletions

View file

@ -2,17 +2,6 @@
{ {
services.traefik.dynamicConfigOptions.http.routers = { services.traefik.dynamicConfigOptions.http.routers = {
blog = {
rule = "Host(`sajenim.dev`)";
entryPoints = [
"websecure"
];
middlewares = [
"geoblock"
];
service = "blog";
};
homarr = { homarr = {
rule = "Host(`kanto.dev`)"; rule = "Host(`kanto.dev`)";
entryPoints = [ entryPoints = [

View file

@ -2,9 +2,6 @@
{ {
services.traefik.dynamicConfigOptions.http.services = { services.traefik.dynamicConfigOptions.http.services = {
blog.loadBalancer.servers = [
{ url = "http://192.168.1.102:5624"; }
];
homarr.loadBalancer.servers = [ homarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:7575"; } { url = "http://192.168.1.102:7575"; }
]; ];