Commit Graph

5 Commits

Author SHA1 Message Date
Bastian (BaM)
dac93f5a30 Refactor network.port_is_up function to improve default parameter handling and timeout configuration. Update log messages for better clarity when falling back to basic port checks. 2025-09-15 08:58:40 +02:00
Bastian (BaM)
8b9c855912 Improve error handling in network module by suppressing Lua's error message when loading the socket module. This change enhances the user experience by preventing unnecessary error output while maintaining fallback functionality. 2025-09-15 08:54:55 +02:00
Bastian (BaM)
e6dea9fc3f Update external tool command for Wake-on-LAN functionality
Change the command from 'wakeonlan' to 'wol' in the network module for better compatibility. Update log messages to reflect the new tool being used.
2025-09-15 08:49:30 +02:00
Bastian (BaM)
8cb6d55782 Refactor to use LuaJIT and improve performance
Integrate LuaJIT as an optional runtime for better performance, with a fallback to standard Lua 5.4. Update Dockerfile to install LuaJIT and create a wrapper script for execution. Enhance network module with socket fallback support and update README to reflect these changes and configuration options.
2025-09-15 08:44:19 +02:00
Bastian (BaM)
149d8b2191 Refactor auto-boot-ollama-host script into modular structure with separate configuration, network, SSH, and service management modules for improved maintainability and readability 2025-09-14 17:37:12 +02:00