Commit Graph

6 Commits

Author SHA1 Message Date
Bastian (BaM)
6dcc3d0ef3 Update SSH command options to disable strict host key checking and comment out known hosts file option for improved flexibility. 2025-09-15 09:34:00 +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)
76ddedbf14 Add debug logging for SSH command execution
Introduce a function to check the DEBUG environment variable and adjust logging behavior accordingly. When DEBUG is enabled, full SSH command details are logged; otherwise, only the command itself is logged to prevent exposure of sensitive information.
2025-09-14 20:31:24 +02:00
Bastian (BaM)
94da305b17 Quote remote commands in SSH execution to prevent shell interpretation of special characters 2025-09-14 20:16:27 +02:00
Bastian (BaM)
eb83c4ccbd Add desktop session detection to auto-boot-ollama-host script
Implement a new module for checking if the user is logged into a Windows desktop session. The script now skips Ollama startup and shutdown if the user is currently logged in, preventing interruptions. Update README to reflect new features and module structure.
2025-09-14 18:27:39 +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