feat(inventree): add logo and update health check path

- Added logo.png to the package directory.
- Updated healthCheckPath in CloudronManifest.json to /api/generic/status/.

🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
2025-09-04 09:24:57 -05:00
parent f5a0c521c5
commit 0500eb3f54
2 changed files with 173 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"description": "InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.",
"tagline": "Open Source Inventory Management System",
"version": "1.0.0",
"healthCheckPath": "/",
"healthCheckPath": "/api/generic/status/",
"httpPort": 8000,
"manifestVersion": 2,
"website": "https://inventree.org",