-
v1.0.0 Stable
released this
2026-06-08 15:36:46 +02:00 | 8 commits to main since this releaseRelease v1.0.0
Project Overview
MiauInv is a web-based inventory management system designed for tracking, organizing, and managing assets. This initial stable release establishes the core architecture, securing both the frontend and backend components while providing a containerized deployment pipeline.
Core Features
- User Authentication: Secure JWT-based authentication system utilizing both HTTP-Only cookies and Authorization headers for API and page routing.
- Role-Based Access Control (RBAC): Built-in middleware to restrict endpoints and views based on defined user roles.
- Go Backend: High-performance, lightweight backend architecture handling routing, session validation, and database interactions.
- Responsive Frontend: Integrated authentication handling and seamless state management between public and protected routes.
Deployment
- Fully containerized using Multi-Arch Docker builds (linux/amd64, linux/arm64).
- OpenContainer metadata integrated to link image builds directly with the Gitea repository.
Downloads