Added erp-integration: SAP S/4HANA Migration Dashboard app
This commit is contained in:
52
apps/erp-integration/config.json
Normal file
52
apps/erp-integration/config.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "SAP Migration Dashboard",
|
||||
"id": "erp-integration",
|
||||
"available": true,
|
||||
"short_desc": "SAP S/4HANA migration planning and tracking dashboard with AI assistance",
|
||||
"author": "alexz",
|
||||
"port": 8001,
|
||||
"categories": ["utilities", "development"],
|
||||
"tipi_version": 1,
|
||||
"version": "1.0.0",
|
||||
"source": "https://gits.alexzaw.dev/alexz/ERP-Integration",
|
||||
"website": "https://gits.alexzaw.dev/alexz/ERP-Integration",
|
||||
"exposable": true,
|
||||
"dynamic_config": true,
|
||||
"supported_architectures": ["arm64", "amd64"],
|
||||
"min_tipi_version": "4.0.0",
|
||||
"created_at": 1742342400000,
|
||||
"updated_at": 1742342400000,
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Anthropic API Key",
|
||||
"hint": "Your Anthropic API key for AI chat features",
|
||||
"required": true,
|
||||
"env_variable": "ANTHROPIC_API_KEY"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "AI Model",
|
||||
"hint": "Claude model to use for AI features",
|
||||
"required": false,
|
||||
"default": "claude-opus-4-6",
|
||||
"env_variable": "ANTHROPIC_MODEL"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Enable AI Chat",
|
||||
"hint": "Enable the AI-powered agent chat feature",
|
||||
"required": false,
|
||||
"default": false,
|
||||
"env_variable": "AGENT_CHAT_ENABLED"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "CORS Origin",
|
||||
"hint": "Allowed CORS origins",
|
||||
"required": false,
|
||||
"default": "*",
|
||||
"env_variable": "CORS_ORIGIN"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user