Skip to content

Releases: ibizaman/selfhostblocks

v0.2.10

26 Jan 21:59
Compare
Choose a tag to compare

New Features

  • Add shb.forgejo.users option to create users declaratively.

Fixes

  • Make Nextcloud create the external storage if it's a local storage and the directory does not exist yet.
  • Disable flow to change password on first login for admin Forgejo user. This is not necessary since the password comes from some secret store.

Breaking Changes

  • Fix internal link for Home Assistant which now points to the fqdn. This fixes Voice Assistant onboarding. This is a breaking change if one relies on reaching Home Assistant through the IP address but I don't recommend that. It's much better to have a DNS server running locally which redirects the fqdn to the server running Home Assistant.

Other Changes

  • Refactor tests and add playwright tests for services.

v0.2.9

26 Jan 20:07
Compare
Choose a tag to compare

New Features

  • Add Memories Nextcloud app declaratively configured.
  • Add Recognize Nextcloud app declaratively configured.

v0.2.8

26 Jan 20:06
Compare
Choose a tag to compare

New Features

  • Add dashboard for SSL certificates validity and alert they did not renew on time.

Fixes

  • Only enable php-fpm exporter when php-fpm is enabled.

Breaking Changes

  • Remove upgrade script from postgres 13 to 14 and 14 to 15.

v0.2.7

29 Dec 21:51
Compare
Choose a tag to compare
  • Added voice option for home-assistant
  • Added Nextcloud dashboard including a PHP-FPM Prometheus exporter

v0.2.6

02 Dec 22:16
ab86c6e
Compare
Choose a tag to compare

Add dashboard for deluge.

v0.2.5

02 Dec 20:13
30aa5dc
Compare
Choose a tag to compare

Minor release to fix modules using backup contract.

v0.2.4

29 Nov 23:25
260b502
Compare
Choose a tag to compare

Some fixes for modules using the backup contract.

v0.2.3

26 Nov 20:37
4e012d3
Compare
Choose a tag to compare

Backup, databasebackup and secret contracts now use the mkRequester/mkProvider style of contract implementation.

v0.2.0

21 Nov 21:49
9ecbbde
Compare
Choose a tag to compare

A lot of changes since v0.1.0. Most notably, more widespread usage of contracts and specifically usage of secret contract everywhere.

v0.1.0

30 May 03:58
222dfa7
Compare
Choose a tag to compare

Initial release for Self Host Blocks.