setup blog
This commit is contained in:
parent
b6352e1b51
commit
7ed0ad0d91
4 changed files with 27 additions and 0 deletions
|
@ -2,11 +2,15 @@
|
|||
|
||||
{
|
||||
services.traefik.dynamicConfigOptions.http.routers = {
|
||||
blog = {
|
||||
rule = "Host(`sajenim.dev`)";
|
||||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"geoblock"
|
||||
];
|
||||
service = "blog";
|
||||
};
|
||||
|
||||
homarr = {
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
blog.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:5624"; }
|
||||
];
|
||||
homarr.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:7575"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue