-
AssetTrack v0.9 (Beta) Pre-Release
released this
2025-04-07 07:26:16 +00:00 | 0 commits to main since this releaseAssetTrack v0.9 (Beta)
First public release
🚀 What's in this release
This initial release of AssetTrack provides core inventory management functionality:
- Customizable asset tracking through
config.py
- CSV import/export with validation
- Web-based CRUD interface
- Self-hosted deployment
⚠️ Known Issues
- CSV submission with invalid data may cause crashes (fix coming in v1.0)
- Limited error messaging for bulk operations
🔧 How to Test
- Try importing the sample CSV template
- Verify editing works for non-primary-key fields
- Test basic CRUD operations
📦 Installation
Install flask, mariadb, and other dependencies before:
git clone https://git.candifloss.cc/candifloss/assettrack.git /opt/assettrack cd /opt/assettrack flask run # This throws errors if you don't have the pip dependency libraries.
FInd an example systemd service file and nginx config in the
extra/
directory for testing.🔜 Next Steps
- v1.0 will include:
- Robust error handling for CSV imports
- Improved validation feedback
- Documentation expansion
Downloads
- Customizable asset tracking through