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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue