Changelog
Not specifically project management, but for asset management (so still somewhat tangential). Previously went with Inventree, but I'm not the target user since the software is geared more towards electronic components, and for actual inventory management on the order of 100s of components and suppliers. I need only order 10s of hardware devices.
Some disambiguation between the different classes of objects:
After looking through, for a small homelab with a single user and less than 100 computers spread out over less than 5 locations, and no need to manage consumables and asset tags and check-in/out items... probably not worth it to run an additional service (app + db + proxy). Excel/Google Sheets is probably the way to go :)
Some installation instructions for posterity:
docker compose run --rm app php artisan key:generate --show
and populate APP_KEY
in the env file.APP_URL
(with the appropriate HTTP scheme), as well as DB_PASSWORD
and MYSQL_ROOT_PASSWORD
.