Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
setlocal
|
||||
call "%~dp0config.bat"
|
||||
|
||||
echo [AbyssInfo] Checking Netmaker containers and endpoints ...
|
||||
%SSH_BASE% "cd /root/netmaker 2>/dev/null || cd /root; docker compose ps || true; echo --- containers ---; docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'; echo --- health ---; curl -kIs --connect-timeout 10 https://api.nm.101-96-214-81.nip.io | head || true; curl -kIs --connect-timeout 10 https://dashboard.nm.101-96-214-81.nip.io | head || true"
|
||||
|
||||
if errorlevel 1 (
|
||||
echo [AbyssInfo] Netmaker check failed.
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo [AbyssInfo] Netmaker check completed.
|
||||
|
||||
Reference in New Issue
Block a user