Switch service URLs to tuxflotte.de

This commit is contained in:
Thomas Stallinger 2026-07-03 11:05:31 +02:00
parent e20a536002
commit f3e85a9746
2 changed files with 3 additions and 3 deletions

2
app.py
View File

@ -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"
}
}

View File

@ -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"
}
}
}