Part-DB
Open-source inventory management system for electronic components
Alternative to: partsbox, sortly

About
Versions (97)
v1.10.1
2023-12-12Part-DB 1.10.1
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
New features
- Added an env option
DATABASE_MYSQL_USE_SSL_CAwhich allows using MySQL via TLS and checking it against the system or bundled CA certificates - Check that console commands are called as the wrong user, and show a warning if they are called as root or as non webserver user
Bugfixes
- Fixed loading of default user avatar, when behind a reverse proxy (issue #446)
- Fixed issues with last activity table on the homepage, when accessing via a prefixed reverse proxy
- Use the
DEFAULT_URIenv for SAML to get the right URL when Part-DB is behind a reverse proxy (see #436). You must configureDEFAULT_URIif you have not already done it, and you want to use SAML SSO!
Miscellaneous
- Updated dependencies
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v1.10.0…v1.10.1