tigattack
5f0ce7f26a
chore(docker): unpin alpine version
2025-09-25 23:13:49 +01:00
tigattack
38d0dcb3c4
docs(docker): add volumes info
2025-09-25 23:13:49 +01:00
tigattack
03d6ebb43a
chore(compose): move agent_files
to docker vol
2025-09-25 23:13:49 +01:00
tigattack
b7ce2a3f54
docs(docker): move password update docs
2025-09-25 23:13:49 +01:00
Muhammad Ibrahim
783f8d73fe
Replaced older dependancies with newer ones
2025-09-25 15:40:13 +01:00
9 Technology Group LTD
9f72690f82
Merge pull request #48 from 9technologygroup/docker_tweaks
2025-09-25 08:40:35 +01:00
tigattack
48d2a656e5
docs(docker): link to images in GHCR
2025-09-24 21:38:54 +01:00
tigattack
e9402dbf32
chore(docker): tweak db healthcheck
...
Make the stack faster to start.
2025-09-24 21:36:51 +01:00
tigattack
dc1ad6882c
chore(docker): unpin alpine version
2025-09-24 21:35:36 +01:00
9 Technology Group LTD
22f616e110
Merge pull request #47 from 9technologygroup/docs/docker_backend_agents_vol
2025-09-24 21:21:41 +01:00
tigattack
3af269ee47
docs(docker): add volumes info
2025-09-24 21:06:05 +01:00
tigattack
f4ece11636
chore(compose): move agent_files
to docker vol
2025-09-24 21:06:05 +01:00
tigattack
da6bd2c098
docs(docker): move password update docs
2025-09-24 21:00:19 +01:00
Muhammad Ibrahim
a479003ba9
fix: return first_name and last_name in setup-admin and signup responses
...
- Add first_name and last_name to select clause in setup-admin endpoint
- Add first_name and last_name to select clause in signup endpoint
- Ensures frontend receives the name fields after user creation
- Fixes issue where first/last names don't populate in UI after setup
The data was being saved to database correctly but not returned in the API response, causing frontend to not display the names properly.
2025-09-24 20:17:36 +01:00
Muhammad Ibrahim
78f4eff375
fix: correct package versions and npm flags
...
Frontend package.json fixes:
- react-router-dom: ^6.31.0 → ^6.30.1 (6.31.0 doesn't exist)
- postcss: ^8.5.1 → ^8.5.6 (use latest stable version)
Setup script fixes:
- Replace deprecated --production flag with --omit=dev
- Resolves npm warning: 'npm WARN config production Use --omit=dev instead'
Fixes npm install errors:
- 'No matching version found for react-router-dom@^6.31.0'
- Deprecated npm configuration warnings
2025-09-24 20:07:36 +01:00
Muhammad Ibrahim
c4376d35c9
setup: add intelligent package manager detection for Debian 13+
...
- Add detect_package_manager() function that prefers 'apt' over 'apt-get'
- Use PKG_MANAGER variables throughout script for consistency
- Support both modern Debian 13+ (apt) and older systems (apt-get)
- Automatically detect and use the best available package manager
- Better error handling when no package manager is found
Fixes compatibility with:
- Debian 13 (Trixie) and newer
- Ubuntu 22.04+ (prefers apt)
- Older Debian/Ubuntu systems (fallback to apt-get)
All package operations now use the detected package manager:
- System updates and upgrades
- Prerequisites installation
- Node.js, PostgreSQL, nginx, certbot installation
2025-09-24 19:55:42 +01:00
Muhammad Ibrahim
9f3016be57
deps: update all dependencies to latest non-deprecated versions
...
Frontend:
- ESLint: 8.53.0 → 9.17.0 (fixes deprecated warnings)
- React/React-DOM: 18.2.0 → 18.3.1
- Axios: 1.6.2 → 1.7.9
- Chart.js: 4.4.0 → 4.4.7
- Date-fns: 2.30.0 → 4.1.0 (major update)
- Express: 4.18.2 → 4.21.2
- HTTP-proxy-middleware: 2.0.6 → 3.0.3
- Lucide-react: 0.294.0 → 0.468.0
- React-router-dom: 6.20.1 → 6.31.0
- Add ESLint v9 flat config (eslint.config.js)
- Add required @eslint/js and globals dependencies
Backend:
- Prisma: 5.7.0 → 6.1.0
- Express: 4.18.2 → 4.21.2
- Dotenv: 16.3.1 → 16.4.7
- Express-rate-limit: 7.1.5 → 7.5.0
- Express-validator: 7.0.1 → 7.2.0
- Helmet: 7.1.0 → 8.0.0
- UUID: 9.0.1 → 11.0.3
- Winston: 3.11.0 → 3.17.0
- Nodemon: 3.0.2 → 3.1.9
Fixes npm warnings:
- rimraf < v4 deprecated
- inflight memory leaks
- glob < v9 deprecated
- @humanwhocodes packages deprecated
- ESLint v8 no longer supported
2025-09-24 19:50:50 +01:00
Muhammad Ibrahim
c3013cccd3
Added min specs of VM / LXC
2025-09-24 19:45:18 +01:00
Muhammad Ibrahim
456184d327
setup: improve sudo handling and add root checks
...
- Add root permission check at startup
- Install sudo automatically if not present (for Debian systems)
- Add run_as_user() helper function with better error handling
- Provide fallback PostgreSQL setup using 'su' when sudo unavailable
- Replace all sudo -u commands with the new helper function
- Better error messages for missing users/sudo
This ensures compatibility with minimal Debian systems that don't have sudo by default.
2025-09-24 19:25:49 +01:00
Muhammad Ibrahim
a9c579bdd0
setup: fix IP address handling for database/service names
...
- Detect when FQDN starts with digit (IP address)
- Generate 2 random letter prefix for database/service names
- Use prefixed names for DB_NAME, DB_USER, INSTANCE_USER
- Keep original FQDN for nginx configs and URLs
- Prevents PostgreSQL errors with numeric database names
Example: 192.168.1.50 -> xy192_168_1_50 for services
2025-09-24 19:22:32 +01:00
Muhammad Ibrahim
13fe8a0bc5
agents: use apt-get simulation for Ubuntu 18 compatibility; fix installer log path
2025-09-24 15:21:22 +01:00
9 Technology Group LTD
1d8742ccad
Update README.md
2025-09-24 14:18:41 +01:00
9 Technology Group LTD
bccfc0876f
Update README.md
2025-09-24 10:31:27 +01:00
9 Technology Group LTD
43a42aa931
Add files via upload
2025-09-24 10:30:11 +01:00
9 Technology Group LTD
ad5627362b
Merge pull request #33 from 9technologygroup/docs/readme
...
docs: move header to top, add docker info
2025-09-24 10:15:56 +01:00
tigattack
61db61e1ba
docs: move getting started above architecture/comms model
2025-09-24 10:07:43 +01:00
tigattack
8dc702e7fc
docs: move header to top, add docker info
2025-09-24 10:04:14 +01:00
9 Technology Group LTD
45f5ccc638
Version 1.2.6 latest release
2025-09-24 09:45:57 +01:00
Muhammad Ibrahim
3fbe1369cf
Ammended installation command
2025-09-24 09:38:30 +01:00
Muhammad Ibrahim
e62a4fed56
Merge branch 'dev' of github.com:9technologygroup/patchmon.net into dev
latest
v1.2.6
2025-09-24 09:20:29 +01:00
Muhammad Ibrahim
be549d4b34
Added README.md file -- finally !
...
Added self-hosting easy installer script -- finally !
2025-09-24 09:08:20 +01:00
Muhammad Ibrahim
99aa79a6a4
Fixed authentication redirect upon signin using states
...
Finally fixed dashboard defaults for new user signups
2025-09-24 07:42:15 +01:00
Muhammad Ibrahim
73761d8927
fixed dashboard defaults via server.js config
2025-09-24 07:07:38 +01:00
Muhammad Ibrahim
9889083900
reverted the removal of schema migration files to make it production save in order to not mess up previous instances
2025-09-24 03:05:22 +01:00
Muhammad Ibrahim
acb30f22bd
Removed migration settings from earlier whic hwere messing with the logic of new dashboard layout system. Now has a single source of truth based on what the defaults should be in server.js
2025-09-24 02:54:44 +01:00
Muhammad Ibrahim
3a0b564a6f
Fixed permissions issues
...
Created default user role
modified server.js to check if roles of admin/user is present
modified server.js to check dashboard cards
set up default dashboard cards to show
2025-09-24 02:33:26 +01:00
9 Technology Group LTD
e536a5b706
Merge pull request #29 from 9technologygroup/ci/build
...
Docker: Build workflow tweaks
2025-09-24 02:07:22 +01:00
tigattack
0a3e4ad5ee
ci(build): add PAT note
2025-09-24 00:44:24 +01:00
tigattack
abcf88b8b9
ci(build): use PAT
2025-09-24 00:02:51 +01:00
tigattack
94ec14f08b
ci(build): move permissions to higher scope
2025-09-23 17:55:46 +01:00
tigattack
f25834b4ba
ci(build): simplify matrix
2025-09-23 17:41:37 +01:00
tigattack
f85464ad26
ci(build): bump actions
2025-09-23 17:41:16 +01:00
9 Technology Group LTD
db0ba201a4
Merge pull request #24 from tigattack/fix/docker_agents
2025-09-23 10:47:27 +01:00
tigattack
676082a967
chore: add docker/agents bind path to gitignore
2025-09-23 08:07:27 +01:00
tigattack
30bb29c9f4
fix(docker): copy agent files in docker bind mount if empty
2025-09-23 08:04:13 +01:00
tigattack
968d9f964b
docs(docker): add more build instructions
2025-09-23 08:03:10 +01:00
9 Technology Group LTD
3e413e71e4
Merge pull request #21 from tigattack/ci/build_push
...
Add Docker build pipeline, rework Docker images, misc other tweaks
2025-09-23 04:18:02 +01:00
tigattack
e25baf0f55
ci(docker): build on PRs to dev
2025-09-23 00:04:49 +01:00
tigattack
2869d4e850
ci: add docker build workflow
2025-09-22 23:42:00 +01:00
tigattack
e459d8b378
docs(docker): add docker README
2025-09-22 23:42:00 +01:00