mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-04 05:53:27 +00:00 
			
		
		
		
	Merge changes from main: Add GetHomepage integration and update to v1.2.9
- Added gethomepageRoutes.js for GetHomepage integration - Updated all package.json files to version 1.2.9 - Updated agent script to version 1.2.9 - Updated version fallbacks in versionRoutes.js and updateScheduler.js - Updated setup.sh with version 1.2.9 - Merged GetHomepage integration UI (Integrations.jsx) - Updated docker-entrypoint.sh from main - Updated VersionUpdateTab component - Combined automation and gethomepage routes in server.js - Maintains both BullMQ automation and GetHomepage functionality
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# PatchMon Agent Script v1.2.8
 | 
			
		||||
# PatchMon Agent Script v1.2.9
 | 
			
		||||
# This script sends package update information to the PatchMon server using API credentials
 | 
			
		||||
 | 
			
		||||
# Configuration
 | 
			
		||||
PATCHMON_SERVER="${PATCHMON_SERVER:-http://localhost:3001}"
 | 
			
		||||
API_VERSION="v1"
 | 
			
		||||
AGENT_VERSION="1.2.8"
 | 
			
		||||
AGENT_VERSION="1.2.9"
 | 
			
		||||
CONFIG_FILE="/etc/patchmon/agent.conf"
 | 
			
		||||
CREDENTIALS_FILE="/etc/patchmon/credentials"
 | 
			
		||||
LOG_FILE="/var/log/patchmon-agent.log"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user