No description
Find a file
Kumi 27bc11bcdb
feat: add Flask-based macro command app
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.
2024-10-23 12:36:40 +02:00
templates feat: add Flask-based macro command app 2024-10-23 12:36:40 +02:00
.gitignore feat: add Flask-based macro command app 2024-10-23 12:36:40 +02:00
app.py feat: add Flask-based macro command app 2024-10-23 12:36:40 +02:00
config.dist.json feat: add Flask-based macro command app 2024-10-23 12:36:40 +02:00
requirements.txt feat: add Flask-based macro command app 2024-10-23 12:36:40 +02:00