Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@timmo001 timmo001 released this 14 Sep 20:10

GitLab CI

Please read before upgrading!!

TLDR: The whole app has been rewritten. You will lose all your data.

Please read the release over on the upstream repository. There are a lot of changes:

https://github.com/timmo001/home-panel/releases/tag/v2.0.0

Any bugs or feature requests for the app itself should be opened on the upstream repo as mentioned on the release above.

The add-on specific changes include one port, upgrades and ingress support πŸŽ‰

There was a lot that had to change in this app to support ingress. The way that the app originally worked was to use routing (the url decides what section you want) but this causes issues with ingress. So I moved the setup of the app to use single page and a single url, but instead use states. Socket.io was also a bit of a pain to get working, since it defaults to the root of the url you are on.

Changes

  • 5cb1f83 πŸ”₯ ⬆️ Home Panel v2 addon upgrade (#25)
  • ef0ea60 πŸ”¨ ⬆️ Upgrade base and use Hass.io DNS as NGinx resolver
  • 2b7cd69 πŸ”¨ Re enable ingress
  • cbff72e :docs: Update docs
  • 9d23c5e πŸ”¨ Update run script
  • 79adbb3 πŸ”¨ Compile on build
  • 1209e84 πŸ”¨ Fix config
  • 5f17136 πŸ”¨ Update build
  • fb1b268 πŸ”₯ Add missing dependency
  • ad5d23b πŸ”¨ Check for key first
  • eed9ee0 πŸš‘ Fix secrets check
  • 8d5ea96 πŸ”¨ Update download url
  • 9ad7d18 πŸ”¨ Update url
  • 1aef54d πŸ‘• Shellcheck fix
  • 7e0bd6a πŸ‘• Fix shellcheck
  • 2528ae6 ⬆️ Update openssl
  • 21c927f πŸ”¨ Update temp link
  • a72d708 πŸ”¨ Update temporary url to working ingress
  • 13fdd82 πŸ”¨ Fix banner
  • 28a1b5b ✨ Replace links with v2.0.0 link

Full Changelog