Add host setup functions and client components

This commit is contained in:
2026-09-13 10:52:30 +01:00
parent 76679aabe7
commit 86eb3a0b05
53 changed files with 1284 additions and 1325 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if [ -z "${SOURCE_PATH:-}" ] || [ "$(realpath -m "$SOURCE_PATH")" = "/" ]; then
fi
SERVER_IP="$DEPLOY_SERVER_IP"
SERVER_IP="195.26.246.243"
SERVER_PATH="/docker/bunext-mariadb"
cd "$SOURCE_PATH"