chore: prepare repository for public release
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
param(
|
||||
[string]$RemoteHost = "root@192.168.10.150",
|
||||
[string]$RemoteHost = "root@192.0.2.10",
|
||||
[string]$RemotePath = "/mnt/user/appdata/geointel",
|
||||
[string]$RemoteBranch = "main",
|
||||
[string]$RemoteRepo = "gitea-widefrog:Jens/geointel.git",
|
||||
[string]$SshKey = "$HOME/.ssh/itworx_unraid_deploy",
|
||||
[string]$FrontendUrl = "http://192.168.10.150:1202",
|
||||
[string]$SshKey = "$HOME/.ssh/geointel_unraid_deploy",
|
||||
[string]$FrontendUrl = "http://192.0.2.10:1202",
|
||||
[string]$InstallAi = $(if ($env:GEOINTEL_INSTALL_AI) { $env:GEOINTEL_INSTALL_AI } else { "" }),
|
||||
[switch]$Bootstrap
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user