From 5a5b434efd7093405cb859ba005ac8ad32c22c2f Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 24 Apr 2025 16:57:30 +0200 Subject: [PATCH] m3ta.dev www fix for traefik --- home/features/desktop/coding.nix | 2 +- hosts/m3-atlas/services/containers/ghost.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/coding.nix b/home/features/desktop/coding.nix index f13f83f..e969e00 100644 --- a/home/features/desktop/coding.nix +++ b/home/features/desktop/coding.nix @@ -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"]; diff --git a/hosts/m3-atlas/services/containers/ghost.nix b/hosts/m3-atlas/services/containers/ghost.nix index 166a21a..f368c15 100644 --- a/hosts/m3-atlas/services/containers/ghost.nix +++ b/hosts/m3-atlas/services/containers/ghost.nix @@ -15,7 +15,7 @@ ]; routers = { ghost = { - rule = "Host(`m3ta.dev`)"; + rule = "Host(`m3ta.dev`) || Host(`www.m3ta.dev`)"; tls = { certResolver = "godaddy"; };