m3ta.dev www fix for traefik

This commit is contained in:
m3tam3re 2025-04-24 16:57:30 +02:00
parent d69a9b9b38
commit 5a5b434efd
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ in {
args = ["-i" "~/.ssh/m3tam3re"];
}
{
host = "95.217.3.250";
host = "95.217.189.186";
port = 2222;
nickname = "self-host-playbook";
args = ["-i" "~/.ssh/self-host-playbook"];

View File

@ -15,7 +15,7 @@
];
routers = {
ghost = {
rule = "Host(`m3ta.dev`)";
rule = "Host(`m3ta.dev`) || Host(`www.m3ta.dev`)";
tls = {
certResolver = "godaddy";
};