remove blog
This commit is contained in:
parent
f961f63c23
commit
ad5b25a6df
|
@ -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 = [
|
||||||
|
|
|
@ -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"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue