rename some subdomains
This commit is contained in:
parent
65fd1c26f3
commit
dae864349d
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
minecraft = {
|
minecraft = {
|
||||||
rule = "Host(`mc.kanto.dev`)";
|
rule = "Host(`minecraft.kanto.dev`)";
|
||||||
entryPoints = [
|
entryPoints = [
|
||||||
"websecure"
|
"websecure"
|
||||||
];
|
];
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
rule = "Host(`jf.kanto.dev`)";
|
rule = "Host(`jellyfin.kanto.dev`)";
|
||||||
entryPoints = [
|
entryPoints = [
|
||||||
"websecure"
|
"websecure"
|
||||||
];
|
];
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
jellyseerr = {
|
jellyseerr = {
|
||||||
rule = "Host(`js.kanto.dev`)";
|
rule = "Host(`jellyseerr.kanto.dev`)";
|
||||||
entryPoints = [
|
entryPoints = [
|
||||||
"websecure"
|
"websecure"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue