sap-drawio: add 'Sketch to SAP BTP' custom-store app (FastAPI+React, single-port, seed-on-first-run SQLite, exposed via auto-SSO)
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "Sketch to SAP BTP",
|
||||
"id": "sap-drawio",
|
||||
"available": true,
|
||||
"short_desc": "Turn a hand-drawn or Mermaid sketch into a polished SAP BTP draw.io diagram.",
|
||||
"author": "alexz",
|
||||
"port": 8011,
|
||||
"categories": ["development", "utilities"],
|
||||
"tipi_version": 1,
|
||||
"version": "1.0.0",
|
||||
"source": "https://git.alexzaw.dev/alexz/sap-architecture-diagrams",
|
||||
"website": "https://git.alexzaw.dev/alexz/sap-architecture-diagrams",
|
||||
"exposable": true,
|
||||
"dynamic_config": true,
|
||||
"supported_architectures": ["amd64"],
|
||||
"min_tipi_version": "4.0.0",
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Ollama URL",
|
||||
"hint": "Ollama-compatible LLM host",
|
||||
"required": true,
|
||||
"env_variable": "OLLAMA_URL",
|
||||
"default": "http://192.168.0.32:11434"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Vision model",
|
||||
"required": true,
|
||||
"env_variable": "VISION_MODEL",
|
||||
"default": "qwen3-vl:8b"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Validator model",
|
||||
"required": true,
|
||||
"env_variable": "VALIDATOR_MODEL",
|
||||
"default": "gemma4:31b"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Brandfetch API key (optional)",
|
||||
"required": false,
|
||||
"env_variable": "BRANDFETCH_API_KEY"
|
||||
}
|
||||
],
|
||||
"created_at": 1784733792011,
|
||||
"updated_at": 1784733792011
|
||||
}
|
||||
Reference in New Issue
Block a user