Open keystone settings control panel — auto-detects installed algovoi packages
Project description
AlgoVoi Keystone Control
Browser panel for installed AlgoVoi keystone packages. Auto-detects which keystone steps are present in the environment, shows their current settings, and lets operators edit them with a pin-gated editor.
Runs over HTTPS out of the box. A self-signed TLS certificate is generated on first start and reused on subsequent runs. Bring your own cert by setting ALGV_TLS_CERT and ALGV_TLS_KEY.
Requirements
- Python 3.11+, Linux x86_64
- At least one AlgoVoi keystone package installed in the same environment
Install
pip install algovoi-keystone-control
Run
ALGV_ADMIN_TOKEN=<your-token> algv-keystone
The panel starts on https://0.0.0.0:8077. Open it in a browser and accept the self-signed certificate, or point your browser at a trusted cert with ALGV_TLS_CERT.
Environment variables
| Variable | Default | Purpose |
|---|---|---|
ALGV_ADMIN_TOKEN |
(required) | Bearer token for panel access |
ALGV_PORT |
8077 |
Listening port |
ALGV_HOST |
0.0.0.0 |
Listening address |
ALGV_DATA_DIR |
~/.algv/keystone |
TLS cert and settings storage |
ALGV_TLS_CERT |
(auto) | Path to a BYO TLS certificate |
ALGV_TLS_KEY |
(auto) | Path to a BYO TLS private key |
Systemd example
[Unit]
Description=AlgoVoi Keystone Control
After=network.target
[Service]
User=algv
EnvironmentFile=/etc/algv/keystone.env
ExecStart=/opt/algv/.venv/bin/algv-keystone
Restart=on-failure
[Install]
WantedBy=multi-user.target
/etc/algv/keystone.env (mode 0600):
ALGV_ADMIN_TOKEN=<your-token>
ALGV_DATA_DIR=/var/lib/algv/keystone
API
All endpoints require Authorization: Bearer <token>.
| Method | Path | Description |
|---|---|---|
GET |
/v1/steps |
Installed keystone steps and their current settings |
GET |
/v1/all-known |
All known keystone steps, installed and uninstalled |
PUT |
/v1/settings/{step} |
Update settings for a step (pin-gated) |
POST |
/v1/reset/{step} |
Reset a step to defaults (pin-gated) |
License
Apache-2.0. See NOTICE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file algovoi_keystone_control-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: algovoi_keystone_control-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 302.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a55242b7fca3a6047ded08cf862b3fbc1b33ae2f4524e50f39f6b69f68e7ce7
|
|
| MD5 |
355a423340fdaeeced09807336dd5c4e
|
|
| BLAKE2b-256 |
9dbf2a7761eb3a952f4c794a41145ee27110271d4b734822a103ce553ce962e6
|