🎉 Release of add-on SQLite Web 3.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-09 10:37:15 +00:00
parent 413cbd85c0
commit 77c9c24f95
5 changed files with 21 additions and 24 deletions

View file

@ -848,10 +848,10 @@ SOFTWARE.
[prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[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
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.5.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v3.5.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.4.0-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v3.5.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,10 +1,17 @@
## Whats changed
## ✨ New features
## 🐛 Bug fixes
- Add optional configuration for database location @frenck (#207)
- 🚑 Fix Python version in container init script @frenck (#211)
## 🧰 Maintenance
- Replace and/or remove refrences to ludeeus @ludeeus (#208)
## 📚 Documentation
- 📚 Use new My Home Assistant link format @frenck (#210)
## ⬆️ Dependency updates
- ⬆️ Upgrades nginx to 1.20.2-r1 @frenck (#205)
- ⬆️ Upgrades add-on base image to 11.1.2 @frenck (#206)
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#209)

View file

@ -18,12 +18,6 @@ comparison to installing any other Home Assistant add-on.
1. Click "OPEN WEB UI" to open the SQLite Web interface.
1. Log in with your Home Assistant user.
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._
@ -73,7 +67,8 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2022 Joakim Sørensen
Copyright (c) 2018-2019 Joakim Sørensen
Copyright (c) 2019-2022 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -94,7 +89,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_sqlite-web
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_sqlite-web&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[contributors]: https://github.com/hassio-addons/addon-sqlite-web/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons
@ -103,6 +98,4 @@ SOFTWARE.
[ludeeus]: https://github.com/ludeeus
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-sqlite-web/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.html

View file

@ -4,8 +4,6 @@
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Explore your Home-Assistant database from your web browser!
## About
@ -30,14 +28,12 @@ If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[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.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.4.0
[release-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.5.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -9,6 +9,7 @@ codenotary: codenotary@frenck.dev
description: Explore your SQLite database
image: ghcr.io/hassio-addons/sqlite-web/{arch}
ingress: true
init: false
map:
- config:rw
name: SQLite Web
@ -17,4 +18,4 @@ schema:
database: str?
slug: sqlite-web
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
version: 3.4.0
version: 3.5.0