setup microbin

This commit is contained in:
♥ Minnie ♥ 2024-05-09 11:40:42 +08:00
parent b40f61c25b
commit 65fd1c26f3
5 changed files with 44 additions and 0 deletions

View file

@ -122,6 +122,17 @@
];
service = "jellyseerr";
};
microbin = {
rule = "Host(`bin.kanto.dev`)";
entryPoints = [
"websecure"
];
middlewares = [
"internal"
];
service = "microbin";
};
};
}