Commit Graph

7 Commits

Author SHA1 Message Date
Michel Roegl-Brunner
9d2a1a1b5c install.sh 2025-09-30 11:33:01 +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
Michel Roegl-Brunner
2f1df95d90 remove pipefail 2025-09-17 16:39:39 +02:00
CanbiZ
df542c38b0 Refactor install.sh for improved structure and clarity 2025-09-16 09:45:32 +02:00
CanbiZ
c626abf284 Integrate systemd service for PVESciptslocal
Added systemd service integration for PVESciptslocal.
2025-09-16 09:40:22 +02:00
CanbiZ
8bd7dc942b add install.sh
add install.sh for simple install routine
2025-09-16 09:38:32 +02:00
Michel Roegl-Brunner
e31da334b2 Add install.sh and ammend readme 2025-09-16 09:30:16 +02:00