Fix: Rename app folder to match app ID
- Renamed analytics-hub/ → analyticshub/ - App ID in info.xml is 'analyticshub' (no hyphen) - Nextcloud requires folder name to match app ID exactly - Fixes 'Could not download app analyticshub' error during installation Installation: - Upload analyticshub/ folder to /var/www/nextcloud/apps/ - Folder name must match app ID in info.xml
This commit is contained in:
27
analyticshub/config/clients.json
Normal file
27
analyticshub/config/clients.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"last_updated": "2026-02-12",
|
||||
"clients": [
|
||||
{
|
||||
"id": 1,
|
||||
"property_id": "123456789",
|
||||
"name": "Logos School",
|
||||
"slug": "logos_school",
|
||||
"active": true,
|
||||
"context": {
|
||||
"business_type": "Therapeutic school",
|
||||
"key_metrics": ["admissions", "parent_inquiries"],
|
||||
"tone": "professional",
|
||||
"focus_areas": "Focus on Admission funnel traffic and conversion quality"
|
||||
},
|
||||
"webdav_config": {
|
||||
"base_path": "/AIGeneratedReports/LogosSchool",
|
||||
"auto_create": true
|
||||
},
|
||||
"thresholds": {
|
||||
"significant_change_pct": 20,
|
||||
"significant_change_abs": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user