Commit Graph

3 Commits

Author SHA1 Message Date
Torsten Schulz (local)
1e092a7232 Add update-ypchat.sh script for deployment and service management
- Introduced a new script, update-ypchat.sh, to streamline the deployment and update process for the ypchat service.
- Replaced the previous update.sh script, consolidating commands for fetching updates, deploying, and managing the service.
- Added support for initial setup and service installation if not already present.
- Ensured proper execution of application dependencies and service restart with appropriate user permissions.
2026-03-19 14:12:44 +01:00
Torsten Schulz (local)
6158c9d3c0 Update update.sh to run deployment scripts with sudo
- Modified the update.sh script to prepend 'sudo' to deployment commands for elevated permissions.
- Ensured that all installation and update scripts are executed with the necessary privileges to avoid permission issues during execution.
2026-03-19 14:04:21 +01:00
Torsten Schulz (local)
39fd5e9290 Enhance command table functionality in ChatView component
- Improved command table rendering in ChatView.vue for better user experience.
- Added support for dynamic updates to command table based on WebSocket messages.
- Implemented styling adjustments for improved visual clarity.
- Refined logic for clearing command table state after use.
2026-03-19 14:03:03 +01:00