mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-03 18:41:30 +00:00
🎉 Release of add-on SQLite Web 3.4.0
This commit is contained in:
parent
331879a463
commit
71ffead9c5
6 changed files with 26 additions and 18 deletions
|
@ -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.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
|
||||
|
|
|
@ -1,17 +1,10 @@
|
|||
## What’s 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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -38,6 +38,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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
|
|
@ -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
|
||||
|
|
7
sqlite-web/translations/en.yaml
Normal file
7
sqlite-web/translations/en.yaml
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue