mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
docs: update INFRASTRUCTURE-REFERENCE and CLAUDE.md for JARVIS VM migration
- JARVIS moved from DO to PVE1 VM 211 (10.48.200.211, 8c/16GB) - Access: http://jarvis.orbishosting.com:1972 (FortiGate VIP) - Stack: nginx + PHP 8.3 + MariaDB + Redis + Arc Reactor - Ollama VM IP: 10.48.200.95 → 10.48.200.210 (Reolink owns .95) - FusionPBX SSH now direct via Tailscale (100.74.46.120) - DO role: websites only (JARVIS fully removed) - Agent URLs updated: http://10.48.200.211 (LAN direct) - DO agent uses Tailscale: http://100.77.178.42 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-11
@@ -14,7 +14,7 @@ if (!defined('WEBHOOK_SECRET')) {
|
||||
exit;
|
||||
}
|
||||
define('DEPLOY_QUEUE', '/tmp/jarvis-deploy-queue.txt');
|
||||
define('DEPLOY_LOG', '/home/jarvis.orbishosting.com/logs/deploy.log');
|
||||
define('DEPLOY_LOG, '/var/www/jarvis/logs/deploy.log');
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
@@ -40,16 +40,7 @@ if ($ref !== 'refs/heads/main') {
|
||||
}
|
||||
|
||||
$repoMap = [
|
||||
'jarvis' => '/home/jarvis.orbishosting.com',
|
||||
'tomsjavajive' => '/home/tomsjavajive.com/public_html',
|
||||
'epictravelexpeditions' => '/home/epictravelexpeditions.com/public_html',
|
||||
'parkerslingshot' => '/home/epictravelexpeditions.com/parkerslingshot',
|
||||
'parkerslingshotrentals' => '/home/parkerslingshotrentals.com/public_html',
|
||||
'orbishosting' => '/home/orbishosting.com/public_html',
|
||||
'orbis-hosting-portal' => '/home/orbis.orbishosting.com/public_html',
|
||||
'tomtomgames' => '/home/tomtomgames.com/public_html',
|
||||
'infra' => '/opt/infra',
|
||||
'novacpx' => '__NOVACPX_VM__',
|
||||
'jarvis' => '/var/www/jarvis',
|
||||
];
|
||||
|
||||
if (!isset($repoMap[$repo])) {
|
||||
|
||||
Reference in New Issue
Block a user