Update FILE_SERVER URL in first-boot scripts and documentation

Change the default FILE_SERVER URL from `http://10.130.60.141:5000/files/first-boot` to `http://10.20.50.1:5000/files/first-boot` across multiple files, including the first-boot script, documentation, and example user data. This update ensures consistency in asset retrieval for first-boot operations.
This commit is contained in:
nearxos
2026-02-21 20:43:06 +02:00
parent 595ae0dd35
commit 3909fd7cf1
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ write_files:
runcmd:
- systemctl enable ssh
- systemctl start ssh
- curl -fsSL "http://10.130.60.141:5000/files/first-boot.sh" -o /tmp/first-boot.sh
- curl -fsSL "http://10.20.50.1:5000/files/first-boot.sh" -o /tmp/first-boot.sh
- chmod +x /tmp/first-boot.sh
- /tmp/first-boot.sh
# - rm -f /tmp/first-boot.sh