Refactor + new subdomain
This commit is contained in:
parent
a5100fe7fa
commit
5609d6df8c
|
@ -9,8 +9,8 @@ in
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/qbittorrent:release-4.6.5";
|
image = "ghcr.io/hotio/qbittorrent:release-4.6.5";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8080/tcp" # WebUI
|
"${port}:8080/tcp" # WebUI
|
||||||
"32372:32372/tcp" # Transport protocol
|
"32372:32372/tcp" # Transport protocol
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
# Seedbox
|
# Seedbox
|
||||||
|
@ -29,7 +29,7 @@ in
|
||||||
|
|
||||||
services.traefik.dynamicConfigOptions.http.routers = {
|
services.traefik.dynamicConfigOptions.http.routers = {
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
rule = "Host(`torrent.kanto.dev`)";
|
rule = "Host(`qbittorrent.kanto.dev`)";
|
||||||
entryPoints = [
|
entryPoints = [
|
||||||
"websecure"
|
"websecure"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue