From f3e85a9746da9771d79b5fdc763b0f225f72df63 Mon Sep 17 00:00:00 2001 From: Thomas Stallinger Date: Fri, 3 Jul 2026 11:05:31 +0200 Subject: [PATCH] Switch service URLs to tuxflotte.de --- app.py | 2 +- config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index f8cb8d2..7cc25b2 100644 --- a/app.py +++ b/app.py @@ -121,7 +121,7 @@ def get_profile_bootstrap(profile_id: str): "mode": "pull" }, "ssh": { - "authorized_keys_url": "https://anode.stallinux.de/keys/default.pub" + "authorized_keys_url": "https://anode.tuxflotte.de/keys/default.pub" } } diff --git a/config.json b/config.json index 0d7c722..ccbb010 100644 --- a/config.json +++ b/config.json @@ -21,7 +21,7 @@ "ansible_repo": "https://git.example.com/stallinux/mint-desktop.git", "installer": { "type": "autoinstall", - "url": "https://anode.stallinux.de/installers/mint-desktop/user-data" + "url": "https://anode.tuxflotte.de/installers/mint-desktop/user-data" } }, "fedora-workstation": { @@ -33,7 +33,7 @@ "ansible_repo": "https://git.example.com/stallinux/fedora-workstation.git", "installer": { "type": "kickstart", - "url": "https://anode.stallinux.de/installers/fedora-workstation/ks.cfg" + "url": "https://anode.tuxflotte.de/installers/fedora-workstation/ks.cfg" } } }