Migrate from 0.15.10+ to 1.0.0
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0. If you are still on a version before 0.15.10, please update to 0.15.10 where we introduced the migration export page.
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0. If you are still on a version before 0.15.10, please update to 0.15.10 where we introduced the migration export page.
This is not related to the migration of 0.15.10 to 1.0.0. Please use the migration guide instead.
In the release v1.0.0-beta.10
we introduced a newly required env variable SECRET_ENCRYPTION_KEY
.
This key is used to encrypt sensitive data in the database.
Before this release, the key was generated automatically and stored in the anonymous volume /secrets
.
Because of the deletion of anonymous volumes between updates, by some installation methods, we decided to move this key to an environment variable.
We are proud to announce the open beta of Homarr 1.0. This is a major milestone for us and we are excited to share it with you. The open beta allows us to polish the last rough edges and gather feedback from you. We are looking forward to your feedback and hope you enjoy the new features. Let us know throgh discord or a github issues if you encounter any issues.
We proudly present to you - Homarr 1.0
.
We have started work on this new version back in 2023 and have worked tirelessly for months on this brand-new dashboard.
This isn't our usual update. 1.0
doesn't use the same code from previous versions, but has been written from the ground up.
Therefore, this version contains an unusual amount of breaking changes.
This will be a one time occurrence and version > 1.0
will have less breaking changes.
This time more important than every; read the breaking changes list and create a backup before updating.
Some third party installation methods may take multiple days or weeks to update to the new version.
See this guide on how to import your previous Homarr dashboard
1.0
, we fetched data upon each request synchronously.
This means that the user had to wait for the requests to finish so any data would appear.
A page reload will trigger another request - and worse, this will happen for every user accessing your dashboard.
In 1.0
, we have implemented a new system that gets rid of this system and scales linearly.
It will fetch data in background, even if you are not on the page.1.0
, we will require you to test the integration before you can use it.
This guarantees that you've configured your integration correctly and helps you find errors faster.1.0
.We'd like to let you know that we've updated our documentation and reorganized the pages. This means, that some links may no longer be valid - we apologise if this causes any inconvenience for you.
One of the most requested features ever has arrived. We worked for months to prepare Homarr for this update and we're happy that we can finally provide you a viable solution today.
It's finally here! You can decorate your dashboard now with as many widgets as you want. This applies to all widgets, but in the case of the IFrame widget, it enables you to:
We've added a setting to disable editing completely. This will allow you to restrict edit access without password-protection.
use the EDIT_MODE_PASSWORD
ENV variable to set a password for edit mode.
turn on DISABLE_EDIT_MODE=TRUE
to disable edit mode on startup.
We are incredibly proud to serve you Homarr 0.11! It contains many breaking changes and huge improvements to your favourite dashboard app:
We've been working hard to offer Homarr in many languages. The next update of Homarr will be using i18next to translate almost any part of your Dashboard.
Yes, we need YOU! We want to make Homarr accessible to as many people as possible. Thus, we need to translate all content into many different languages. We need your help for that! You can help us now to translate Homarr into as many languages as possible.
We are happy to announce that the documentation of Homarr has been migrated to Docusaurus - An opensource documentation tool. The documentation has been re-written partly and includes now many animations, guides and additional crucial information.
We are still figuring things out and highly depend on your feedback.