Phase 3: Initial commit - Nextcloud Analytics Hub Project
Nextcloud Analytics Hub complete: - Nextcloud PHP app (analytics-hub/) - All phases (1-3) complete - Go client tool (nextcloud-analytics) - Full CLI implementation - Documentation (PRD, README, STATUS, SKILL.md) - Production-ready for deployment to https://cloud.shortcutsolutions.net Repository: git.teamworkapps.com/shortcut/nextcloud-analytics Workspace: /home/molt/.openclaw/workspace
This commit is contained in:
32
analytics-hub/appinfo/info.xml
Normal file
32
analytics-hub/appinfo/info.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>analyticshub</id>
|
||||
<name>Mini-CMO Analytics Hub</name>
|
||||
<summary>AI-powered Google Analytics 4 reporting with automated daily reports</summary>
|
||||
<description>Nextcloud internal application for Google Analytics 4 monitoring with intelligent delta calculations and AI-generated client reports via Anthropic Claude API.</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>AGPL</licence>
|
||||
<author>Shortcut Solutions</author>
|
||||
<namespace>AnalyticsHub</namespace>
|
||||
<types>
|
||||
<logging/>
|
||||
<authentication/>
|
||||
<filesystem/>
|
||||
<preventing-directory-creation/>
|
||||
<preventing-user-group-creation/>
|
||||
<preventing-other-apps-creation/>
|
||||
<encryption/>
|
||||
<files_sharing/>
|
||||
<public/>
|
||||
</types>
|
||||
<category>integration</category>
|
||||
<dependencies>
|
||||
<nextcloud min-version="25" max-version="26"/>
|
||||
<php min-version="8.0"/>
|
||||
</dependencies>
|
||||
<repair-steps>
|
||||
<step>Repair steps not needed</step>
|
||||
<repair-step>Or remove and reinstall</repair-step>
|
||||
<repair-step>Check Nextcloud logs for errors</repair-step>
|
||||
</repair-steps>
|
||||
</info>
|
||||
Reference in New Issue
Block a user