Commit Graph

20 Commits

Author SHA1 Message Date
Michel Roegl-Brunner
1557d589cf chore: Update readme.md for first release 2025-10-03 14:45:29 +02:00
Michel Roegl-Brunner
6fdd336be6 chore: Update readme.md for first release 2025-10-03 14:43:04 +02:00
Michel Roegl-Brunner
433d8121e8 Fix TypeScript and ESLint errors (#31)
- Add proper type annotations for WebSocketMessage and ServerInfo types
- Fix type imports to use type-only imports where appropriate
- Replace logical OR operators with nullish coalescing operators
- Fix floating promises by adding void operator
- Add proper type assertions for database results
- Fix useEffect dependencies in Terminal component
- Remove unused variables and fix unescaped entities
- Add JSDoc type annotations for database methods
- Fix singleton instance type annotations
2025-09-30 11:30:43 +02:00
CanbiZ
e3f2e379f2 Fix script URL in README.md 2025-09-16 09:45:48 +02:00
CanbiZ
de7dbbaef8 Revise installation section in README.md 2025-09-16 09:43:50 +02:00
Michel Roegl-Brunner
e31da334b2 Add install.sh and ammend readme 2025-09-16 09:30:16 +02:00
Michel Roegl-Brunner
7c1c2f718b Fix formatting in README.md 2025-09-15 15:49:11 +02:00
Michel Roegl-Brunner
067a7d6e79 Update README.md 2025-09-15 15:09:18 +02:00
Michel Roegl-Brunner
561733c9a1 Update README.md 2025-09-15 15:05:15 +02:00
Michel Roegl-Brunner
8ba7526546 Remove Prisma from project
- Remove @prisma/client and prisma dependencies
- Delete prisma schema and database files
- Remove database context from tRPC
- Clean up Prisma-related scripts and environment variables
- Update README to remove Prisma reference

The project no longer requires a database and builds successfully.
2025-09-11 12:12:44 +02:00
Michel Roegl-Brunner
c56e284742 Revise README for Node.js version and database info 2025-09-11 11:41:09 +02:00
Michel Roegl-Brunner
b0af1c8c4a Changes to Readme 2025-09-11 11:35:11 +02:00
Michel Roegl-Brunner
7f4dc2a820 Fix dependencie issues 2025-09-11 11:01:31 +02:00
Michel Roegl-Brunner
459040863c Change .env 2025-09-11 10:43:39 +02:00
Michel Roegl-Brunner
a053275d70 Remove debug console.log statements from WebSocket handler
- Removed verbose debug output from WebSocket connection logs
- Removed script execution debug messages
- Removed input handling debug logs
- Kept important error logging and server startup messages
- WebSocket functionality remains fully intact
2025-09-11 10:38:31 +02:00
Michel Roegl-Brunner
57293b9e59 Fix script execution issues and improve container creation
- Fixed syntax errors in build.func (duplicate export, unmatched quotes)
- Fixed color variable initialization by calling load_functions in core.func
- Replaced undefined function calls (post_to_api, post_update_to_api) with echo statements
- Fixed install script execution by copying scripts into container first
- Made create_lxc.sh executable
- Improved error handling and script sourcing
- Added missing core functions and tools
- Enhanced script downloader and local script management
2025-09-10 16:26:29 +02:00
Michel Roegl-Brunner
69eec5f2ab Ammend Readme 2025-09-09 16:06:44 +02:00
Michel Roegl-Brunner
1ea37e5ce7 Ammend Readme 2025-09-09 16:06:17 +02:00
Rögl-Brunner Michel
cc47399e0c Remove Read Me content 2025-09-09 14:05:35 +02:00
Rögl-Brunner Michel
178eee664a initial commit 2025-09-09 14:04:07 +02:00