🎉 Release of add-on SQLite Web 3.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-05-17 08:20:33 +00:00
parent 1c1dcd6a6b
commit ce16e81d3e
6 changed files with 26 additions and 18 deletions

View file

@ -832,10 +832,10 @@ SOFTWARE.
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[plex-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.3.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v3.3.0/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.4.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v3.4.0/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,17 +1,10 @@
## Whats changed
## 🚀 Enhancements
## ✨ New features
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#201)
## 🧰 Maintenance
- 🔒 Pass sign token to main workflow @frenck (#202)
## 📚 Documentation
- 📚 Add My buttons to documentation @frenck (#203)
- Add optional configuration for database location @frenck (#207)
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#200)
- ⬆️ Upgrades nginx to 1.20.2-r1 @frenck (#205)
- ⬆️ Upgrades add-on base image to 11.1.2 @frenck (#206)

View file

@ -26,7 +26,13 @@ button My button below.
## Configuration
This add-on has no configuration options.
**Note**: _Remember to restart the add-on when the configuration is changed._
### Option: Database
An optional database path that can set to instruct SQLite web to use a specific
database file. When not set, the default Home Assistant database file location
is used.
## Changelog & Releases

View file

@ -22,6 +22,6 @@ This enables you to easily explore all tables and content that is saved in your
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.3.0
[release-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.4.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -13,6 +13,8 @@ map:
- config:rw
name: SQLite Web
panel_icon: mdi:database
schema:
database: str?
slug: sqlite-web
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
version: 3.3.0
version: 3.4.0

View file

@ -0,0 +1,7 @@
---
configuration:
database:
name: Database
description: >-
Path to a custom database location to use. This can be helpful in case
your database isn't in the default location.