v0.26.0 #1547
tankerkiller125
announced in
Announcements
v0.26.0
#1547
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note
As always, we highly recommend making a backup of your databases and files before upgrading! But especially this one for it's major architecture changes.
Warning
This release requires an additional environment variable or CLI parameter to be set.
HBOX_AUTH_API_KEY_PEPPERor--auth-api-key-peppermust be set to at least 32 characters random secret.Biggest Release Yet!
This is by far the biggest, most comprehensive release of Homebox since we took over. Below are the biggest, most important changes. Please read through the warnings and notes carefully, as they contain important upgrade information.
Entity Merge
This release officially implements the entity merge, one of the most comprehensive and complex changes to the Homebox backend ever. Items and locations now share a single underlying "entity" structure, allowing them to share custom fields, attachments, entity types, and templates — and preparing Homebox to take on the features and capabilities people have been asking for.
Warning
The entity merge introduces significant database re-work. You should always make a backup before updating, but a backup is especially important in this case.
Important
If you are an integration/software developer, the
/v1/items*and/v1/locations*endpoints have been entirely replaced by/v1/entities*. Please review our entity merge documentation for the API changes.API Keys
Homebox can now generate static API Keys for developers/integrations. Each key takes on the access level of the user who created it. All Homebox keys are prefixed with

hb_to help prevent secrets from being accidentally committed to source code repositories.Password Resets
Homebox now supports password resets. If the instance admin configures the SMTP environment variables, users can reset their password from the front-end quickly and easily. For those not wanting to set up SMTP, you can run
homebox reset-password --email=<email>, which outputs a random new password for that user (which they can then change from the UI).Better Export/Import (Experimental)
Thanks to the entity merge, you can now export an entire collection's inventory (including attachments, tags, entities, etc.) into a single ZIP file. That ZIP can then be imported into a different Homebox instance (the receiving collection must be "empty"). A recurring background export task is included as well.
"AR" Scanner
Added more as a fun experiment, but we think some people will find it genuinely useful. Switch to "AR" mode and point your camera at a Homebox QR code — a hovering box appears with basic information about the entity, and if it has children, a list of those child entities.
Other Improvements
What's Changed
New Contributors
Full Changelog: v0.25.0...v0.26.0
This discussion was created from the release v0.26.0.
Beta Was this translation helpful? Give feedback.
All reactions