chore: prepare repository for public release

This commit is contained in:
Jens
2026-08-31 07:23:03 +02:00
parent 03df2db8b6
commit e43d7aca68
164 changed files with 694 additions and 29691 deletions
+3 -3
View File
@@ -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
)