Bastian (BaM)
50ac346030
Add retry message suppression in network.port_is_up function
2025-09-15 09:33:52 +02:00
Bastian (BaM)
8ee6b78f6d
Enhance network.port_is_up function by adding a check_interval_sec parameter for customizable retry intervals. Update logging to reflect the new interval, improving feedback during port availability checks.
2025-09-15 09:19:35 +02:00
Bastian (BaM)
a6164c6333
Enhance network.port_is_up function with a timeout loop for basic port checks. Implement logging for connection attempts and results, improving feedback on port availability status. This change optimizes performance by creating the TCP socket once and logging progress every 10 attempts.
2025-09-15 09:08:40 +02:00
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