migrate middlewares to entrypoint + refactor
This commit is contained in:
parent
205f85271b
commit
579bf1a5db
13 changed files with 45 additions and 48 deletions
|
@ -37,9 +37,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "jellyfin";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,9 +31,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "lidarr";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -28,9 +28,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "prowlarr";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,9 +31,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "qbittorrent";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -30,9 +30,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "radarr";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,9 +31,6 @@ in {
|
|||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "sonarr";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue