fix: restore GeoIntel and upgrade Atlas workbench
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user