fix: restore GeoIntel and upgrade Atlas workbench
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 00:45:44 +02:00
parent d5ea270329
commit 91c1825892
137 changed files with 1855 additions and 37986 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ param(
[string]$RemoteHost = "root@192.168.10.150",
[string]$RemotePath = "/mnt/user/appdata/geointel",
[string]$RemoteBranch = "main",
[string]$RemoteRepo = "gitea-widefrog:NuklearRabbit/geointel.git",
[string]$SshKey = "$HOME/.ssh/widefrog_unraid_deploy",
[string]$RemoteRepo = "git@gitea.itworx.tech:Jens/geointel.git",
[string]$SshKey = "$HOME/.ssh/itworx_unraid_deploy",
[string]$FrontendUrl = "http://192.168.10.150:1202",
[string]$InstallAi = $(if ($env:GEOINTEL_INSTALL_AI) { $env:GEOINTEL_INSTALL_AI } else { "" }),
[switch]$Bootstrap