Muhammad Ibrahim
fa1f0fd7d7
Fixing critical bug on agent version handling causing agents to fill up deisk
2025-11-17 19:30:29 +00:00
Muhammad Ibrahim
334357a12e
Added arm64 support for running PatchMon in Docker
...
Appended with bash for proxmox auto-enrolment
Fixed rootless docker issues for prisma 6.1 requirements
2025-11-17 18:40:28 +00:00
Muhammad Ibrahim
539bbb7fbc
added reboot required flag
...
added kernel running/installed version
Added dasboard card and filteres for reboot
fixed security qty updated on dnf
2025-11-16 22:50:41 +00:00
Muhammad Ibrahim
8df6ca2342
updated agent files
...
Fixed removal script
Fixed agent version checking
2025-11-16 19:00:10 +00:00
Muhammad Ibrahim
0dbcc3c2c3
openssl alpine binary for Docker
2025-11-15 01:03:43 +00:00
Muhammad Ibrahim
307970ebd4
Fixed formatting
2025-11-15 00:03:02 +00:00
Muhammad Ibrahim
9da341f84c
auto-enrolment enhancements
2025-11-14 23:57:43 +00:00
Muhammad Ibrahim
1ca8bf8581
better auto-enrollment system
2025-11-14 22:53:48 +00:00
Muhammad Ibrahim
a37b479de6
1.3.4
2025-11-14 20:45:40 +00:00
Muhammad Ibrahim
ab700a3bc8
new binary for alpie apk support
2025-11-11 12:42:00 +00:00
Muhammad Ibrahim
3f6466c80a
added the migration file
2025-11-10 22:00:02 +00:00
Muhammad Ibrahim
d1069a8bd0
api endpoint and scopes created
2025-11-10 20:34:03 +00:00
Muhammad Ibrahim
082ceed27c
arm support
2025-11-08 12:23:50 +00:00
Muhammad Ibrahim
417f6deccf
1.3.3 version changes
2025-11-07 22:29:13 +00:00
Muhammad Ibrahim
55de7b40ed
Merge remote 1-3-3 branch with local changes
2025-11-07 22:07:30 +00:00
Muhammad Ibrahim
497aeb8068
fixed biome and added tz
2025-11-07 22:04:27 +00:00
Muhammad Ibrahim
f5b0e930f7
Fixed reporting mechanism
2025-11-07 18:33:17 +00:00
Muhammad Ibrahim
e73ebc383c
fixed the issue with graphs on dashboard not showing information correctly, so now statistics are queued into a new table specifically for this and addd this in automation queue
2025-11-07 10:00:19 +00:00
Muhammad Ibrahim
63831caba3
fixed tfa route for handling insertion of tfa number
...
Better handling of existing systems already enrolled, done via checking if the config.yml file exists and ping through its credentials as opposed to checking for machine_ID
UI justification improvements on repositories pages
2025-11-07 08:20:42 +00:00
Muhammad Ibrahim
8e5eb54e02
fixed code quality
2025-11-06 22:16:35 +00:00
Muhammad Ibrahim
a8eb3ec21c
fix docker error handling
...
fix websocket routes
Add timezone variable in code
changed the env.example to suit
2025-11-06 22:08:00 +00:00
Muhammad Ibrahim
53ff3bb1e2
fixed theme and user profile settings
2025-10-31 22:17:24 +00:00
Muhammad Ibrahim
1547af6986
Fixed TFA fingerprint sending in CORS
...
Ammended firstname and lastname adding issue in profile
2025-10-31 20:50:01 +00:00
Muhammad Ibrahim
f296cf2003
Added migration file for the theme preferences
2025-10-31 18:17:48 +00:00
Muhammad Ibrahim
94bfffd882
Theme settings per user
2025-10-31 17:33:47 +00:00
Muhammad Ibrahim
5457a1e9bc
Docker implementation
...
Profile fixes
Hostgroup fixes
TFA fixes
2025-10-31 15:24:53 +00:00
Muhammad Ibrahim
79317b0052
Added server initiated Agent update
2025-10-28 21:49:19 +00:00
Muhammad Ibrahim
a11ff842eb
fix: Remove unused getSettings import in metricsReporting.js
2025-10-28 16:06:36 +00:00
Muhammad Ibrahim
48ce1951de
fix: Resolve all linting errors
...
- Remove unused imports and variables in metricsRoutes.js
- Prefix unused error variables with underscore
- Fix useEffect dependency in Login.jsx
- Add aria-label and title to all SVG elements for accessibility
2025-10-28 16:06:36 +00:00
Muhammad Ibrahim
933c7a067e
perf: Optimize packages endpoint - reduce from N*3 queries to 3 batch queries
...
- Replace individual queries per package with batch GROUP BY queries
- Reduces from potentially hundreds of queries to just 3 queries total
- Creates lookup maps for O(1) access when assembling results
- Improves packages page loading time significantly
2025-10-28 16:06:36 +00:00
Muhammad Ibrahim
4b6f19c28e
fix: Replace SSE with polling for WebSocket status to prevent connection pool exhaustion
...
- Replace persistent SSE connections with lightweight polling (10s interval)
- Optimize WebSocket status fetching using bulk endpoint instead of N individual calls
- Fix N+1 query problem in /dashboard/hosts endpoint (39 queries → 4 queries)
- Increase database connection pool limit from 5 to 50 via environment variables
- Increase Axios timeout from 10s to 30s for complex operations
- Fix malformed WebSocket routes causing 404 on bulk status endpoint
Fixes timeout issues when adding hosts with multiple WebSocket agents connected.
Reduces database connections from 19 persistent SSE + retries to 1 poll every 10 seconds.
2025-10-28 16:06:36 +00:00
Muhammad Ibrahim
ae6afb0ef4
Building Docker compatibilty within the Agent
2025-10-28 16:06:36 +00:00
Muhammad Ibrahim
f42c53d34b
Added support for allowing self-signed certificates that the new Go agent can also use
2025-10-23 20:57:31 +01:00
Muhammad Ibrahim
95800e6d76
Upgrading to version 1.3.1
2025-10-23 20:27:11 +01:00
Muhammad Ibrahim
de449c547f
Fixed some ratelimits that were hardcoded and ammended docker compose to take into consideration rate limits
2025-10-22 15:22:14 +01:00
Muhammad Ibrahim
37c8f5fa76
Modified setup.sh to handle the changes in version 1.3.0
2025-10-22 02:09:23 +01:00
Muhammad Ibrahim
50e546ee7e
Fixed Bullboard authentication via Docker
...
Fixed Agent checking upon entrypoint
modified entrypoint to handle both binary files as well as the shell script
2025-10-21 21:29:15 +01:00
Muhammad Ibrahim
6b9a42fb0b
Addded better Go agent upgradation support
2025-10-20 21:39:20 +01:00
Muhammad Ibrahim
54cea6b20b
Added axios in package.json
2025-10-20 19:19:00 +01:00
Muhammad Ibrahim
7b8c29860c
Improved Agent version checking logic and page with ability to download the binaries from the REPO again
2025-10-20 17:46:27 +01:00
Muhammad Ibrahim
d3dc068c8e
Simplified the docker nginx template
...
Modified the url for the buillboard to just /bullboard and made the nginx configuration to match
2025-10-19 20:46:09 +01:00
Muhammad Ibrahim
46e19fbfc2
Modified the auto-enrollment route to cater for the new multihostgroups variable when creating a new host
2025-10-19 19:32:51 +01:00
Muhammad Ibrahim
c4d0d8bee8
Fixed repo count issue
...
Refactored code to remove duplicate backend api endpoints for counting
Improved connection persistence issues
Improved database connection pooling issues
Fixed redis connection efficiency
Changed version to 1.3.0
Fixed GO binary detection based on package manager rather than OS
2025-10-19 17:53:10 +01:00
Muhammad Ibrahim
30c89de134
Improved detection logic and upgrade mechanism using intermeditary script
2025-10-18 22:59:03 +01:00
Muhammad Ibrahim
4b35fc9ab9
Fixed upgrade detection logic
2025-10-18 21:53:35 +01:00
Muhammad Ibrahim
3175ed79a5
Added arm32 based agent
...
Added support for migrating from legacy bash script to new binary via intermediatry 1.2.9 script
2025-10-18 17:28:46 +01:00
Muhammad Ibrahim
5004e062b4
Setup Redis passwords to be used in Vm installation or via Docker
...
Setup so that CORS_ORIGIN error appears on the frontend to help new installations
2025-10-18 16:14:09 +01:00
Muhammad Ibrahim
9db563dec3
Modified docker-compose.yml for redis password
...
Fixed Assigning hosts to multiple groups in the ui
2025-10-18 02:00:08 +01:00
Muhammad Ibrahim
46eb797ac3
I should really commit more often instead of sending over one massive commit
...
Blame my ADHD brain
Sorry
- Now we have the server working properly in automation using BullMQ and Redis
- It also presents an API endpoint that is used to accept connections for websockets by agents (WS or WSS)
- Updated the docker-compose.yml and its documentation
2025-10-17 22:10:55 +01:00
Muhammad Ibrahim
c43afeb127
Added qty of connected and offline to the hosts dashboard page
2025-10-15 22:40:52 +01:00