mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on SQLite Web 3.4.0
This commit is contained in:
parent
1c1dcd6a6b
commit
ce16e81d3e
6 changed files with 26 additions and 18 deletions
|
@ -832,10 +832,10 @@ SOFTWARE.
|
||||||
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[plex-i386-shield]: https://img.shields.io/badge/i386-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-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.3.0/README.md
|
[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-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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
## 🚀 Enhancements
|
## ✨ New features
|
||||||
|
|
||||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#201)
|
- Add optional configuration for database location @frenck (#207)
|
||||||
|
|
||||||
## 🧰 Maintenance
|
|
||||||
|
|
||||||
- 🔒 Pass sign token to main workflow @frenck (#202)
|
|
||||||
|
|
||||||
## 📚 Documentation
|
|
||||||
|
|
||||||
- 📚 Add My buttons to documentation @frenck (#203)
|
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ 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
|
## 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
|
## Changelog & Releases
|
||||||
|
|
||||||
|
|
|
@ -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
|
[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
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.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-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.3.0
|
[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
|
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png
|
|
@ -13,6 +13,8 @@ map:
|
||||||
- config:rw
|
- config:rw
|
||||||
name: SQLite Web
|
name: SQLite Web
|
||||||
panel_icon: mdi:database
|
panel_icon: mdi:database
|
||||||
|
schema:
|
||||||
|
database: str?
|
||||||
slug: sqlite-web
|
slug: sqlite-web
|
||||||
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
|
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