No description
Kumi
27bc11bcdb
Introduces a Flask web application allowing execution of shell commands via a macro interface. - Includes a REST API with API key authentication to secure command execution. - Provides basic routes for config retrieval and command execution. - Interfaces with a dynamically generated HTML front-end using JavaScript to communicate with the backend. - Utilizes a simple JSON configuration file to define available macro commands. - Adds `.gitignore` to exclude virtual environment files, compiled Python files, and configuration files from version control. Enables a platform to manage system operations efficiently and securely through a web-based interface. |
||
---|---|---|
templates | ||
.gitignore | ||
app.py | ||
config.dist.json | ||
requirements.txt |