courtmanr@gmail.com
e68bef5584
docs: Complete README with License, Trademark, and Support sections
2025-04-21 10:42:04 +01:00
courtmanr@gmail.com
cc20e77fea
feat: Improve update stability and fix server dependencies
...
- Refactor backend data fetching to use parallel Promises for nodes
- Replace backend setInterval with setTimeout for accurate polling interval
- Decouple frontend UI render interval from backend data arrival
- Add missing dotenv dependency to server package.json
- Update server Express dependency to stable v4
2025-04-21 10:26:50 +01:00
courtmanr@gmail.com
2d1a1b6e9b
refactor: Remove problematic host LXC setup script
2025-04-20 22:57:38 +01:00
courtmanr@gmail.com
d63cad74cb
fix: Use pvesm status as simpler jq fallback
2025-04-20 22:33:46 +01:00
courtmanr@gmail.com
97055ea18c
fix: Replace backticks with single quotes in jq warning
2025-04-20 22:26:57 +01:00
courtmanr@gmail.com
05fb38fbea
fix: Remove parentheses from fallback storage suffix
2025-04-20 22:22:20 +01:00
courtmanr@gmail.com
55f5be6a43
fix: Rely only on boolean check for template support
2025-04-20 22:10:30 +01:00
courtmanr@gmail.com
4afd47ae25
fix: Remove parentheses from storage display suffix
2025-04-20 22:08:33 +01:00
courtmanr@gmail.com
f57659e4a1
fix: Escape parentheses in display_suffix assignments
2025-04-20 22:07:45 +01:00
courtmanr@gmail.com
aa2800ef50
fix: Prevent download attempt if template support is unknown (jq missing)
2025-04-20 22:07:03 +01:00
courtmanr@gmail.com
408347c328
feat: Improve storage selection and template download logic
2025-04-20 22:05:41 +01:00
courtmanr@gmail.com
35b93f512f
fix: Correct parsing for pvesm list and pveam available
2025-04-20 21:58:42 +01:00
courtmanr@gmail.com
fc0517d5f6
feat: Add automatic LXC template download if needed
2025-04-20 21:56:02 +01:00
courtmanr@gmail.com
28ca7469e8
fix: Use pvesh and jq for more robust storage detection
2025-04-20 21:35:31 +01:00
courtmanr@gmail.com
de3f95759e
fix: Remove -P flag from pvesm status to avoid arg error
2025-04-20 21:34:19 +01:00
courtmanr@gmail.com
83613b5fb0
feat: Add script to automate LXC creation and Pulse installation
2025-04-20 21:32:19 +01:00
courtmanr@gmail.com
c3656ae56f
fix: Update repository URL in script and README
2025-04-20 21:25:27 +01:00
courtmanr@gmail.com
758093079a
feat: Allow UI embedding in iframes ( closes #10 )
2025-04-20 20:55:02 +01:00
courtmanr@gmail.com
8340aa165c
docs: Describe efficient polling feature in README
2025-04-20 20:35:36 +01:00
rcourtman
fe17018184
Merge pull request #47 from rcourtman/dependabot/npm_and_yarn/server/main/express-5.1.0
...
chore(deps): bump express from 4.21.2 to 5.1.0 in /server
2025-04-20 20:30:34 +01:00
rcourtman
ef3243d7a4
Merge pull request #48 from rcourtman/dependabot/npm_and_yarn/main/tailwindcss-4.1.4
...
chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.4
2025-04-20 20:30:23 +01:00
courtmanr@gmail.com
6b49a1380e
docs: Add dashboard screenshot to README
2025-04-20 20:27:42 +01:00
courtmanr@gmail.com
0a67199e67
perf: Only poll Proxmox API when clients are connected
2025-04-20 20:14:42 +01:00
courtmanr@gmail.com
13aba2975c
feat: Link footer version to GitHub releases
2025-04-20 20:12:11 +01:00
courtmanr@gmail.com
44db1e703d
refactor: Remove 'simplified' branding references
2025-04-20 20:09:37 +01:00
courtmanr@gmail.com
8a76d6e62a
refactor: Simplify env_file handling in docker-compose
2025-04-20 20:07:12 +01:00
courtmanr@gmail.com
2f77e8f26d
feat: Add version display to frontend
2025-04-20 20:02:55 +01:00
courtmanr@gmail.com
6a8c896234
refactor: Improve .env handling and validation
2025-04-20 19:58:50 +01:00
dependabot[bot]
f2483646fd
chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.4
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) from 3.4.17 to 4.1.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.4/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-version: 4.1.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-20 18:44:58 +00:00
dependabot[bot]
a3bea1191f
chore(deps): bump express from 4.21.2 to 5.1.0 in /server
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-20 18:44:55 +00:00
courtmanr@gmail.com
a251a81efb
ci: Add Dependabot configuration for version updates
2025-04-20 19:43:56 +01:00
rcourtman
fcb8b8da3c
Merge pull request #46 from rcourtman/simplified-rewrite
...
feat: Replace codebase entirely with simplified version
2025-04-20 19:30:09 +01:00
courtmanr@gmail.com
2a5a9b14a5
refactor: Update Docker Compose and README to use Docker Hub image
2025-04-20 19:26:51 +01:00
courtmanr@gmail.com
14bf3b18d9
feat: Add Dockerfile and Docker Compose setup
2025-04-20 18:17:51 +01:00
courtmanr@gmail.com
e66dd30695
feat: Add missing logo file from main branch
2025-04-20 18:13:56 +01:00
courtmanr@gmail.com
6c2080056e
docs: Update README for simplified app and add .env.example
2025-04-20 18:05:31 +01:00
courtmanr@gmail.com
cd187a3084
fix: Update .gitignore and untrack server/node_modules
2025-04-20 13:19:06 +01:00
courtmanr@gmail.com
83885e3104
feat: Replace codebase entirely with simplified version
2025-04-20 13:17:10 +01:00
courtmanr@gmail.com
67303168bf
test: add additional search test utilities
2025-03-17 16:56:58 +00:00
courtmanr@gmail.com
fa68c80641
test: add comprehensive search test suite
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
a31150e440
chore: update package-lock.json with latest dependencies
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
ae38beb961
test: add basic search test for role-based filtering
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
4a49cf9bcc
docs: add mock data implementation guide
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
7fe2a3eedd
docs: add search implementation specification
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
4781595385
chore: update screenshot automation for role column
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
ba4211e72f
refactor: remove client-side mock data files
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
5c67b2a742
chore: enhance start script with better error handling
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
6d514d7bbb
feat(server): update config and types with HA support
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
5ac51db0a8
feat(server): enhance node manager with HA support
2025-03-17 16:56:57 +00:00
courtmanr@gmail.com
18f86738d4
feat(mock): enhance mock client with HA support
2025-03-17 16:56:57 +00:00