mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
migrate: update all references from DO server to PVE1 JARVIS VM
- config.php: JARVIS_IP → 10.48.200.211, HA_URL → direct LAN 10.48.200.97 - facts_collector/stats_cache: Proxmox API → direct 10.48.200.90 (not DDNS) - chat.php: system context updated to reflect PVE1/nginx instead of DO/OLS - do_server.php: display IP → 10.48.200.211 (reads /proc for JARVIS VM stats) - jarvis-app.js: service labels nginx/mariadb instead of lshttpd - jarvis-overlays.js: network map JARVIS node IP → 10.48.200.211 - index.html: DO SERVER labels → JARVIS VM, cache bust v=20260618a - jarvis-agents.js: agent install URL uses window.location.origin Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -439,7 +439,7 @@ function openAgentModal() {
|
||||
const modal = document.getElementById('agentModal');
|
||||
const regKey = 'f846a9aaf7ce9a61742c63c87c4186052a71d2a580c65518';
|
||||
const baseUrl = 'https://jarvis.orbishosting.com/agent';
|
||||
const jUrl = 'https://jarvis.orbishosting.com';
|
||||
const jUrl = window.location.origin;
|
||||
|
||||
if (os === 'tablet') {
|
||||
title.textContent = '● JARVIS — TABLET / MOBILE';
|
||||
|
||||
Reference in New Issue
Block a user