mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on SQLite Web to dfc5055
This commit is contained in:
parent
265f09700c
commit
4e8967dfcf
6 changed files with 23 additions and 7 deletions
|
@ -917,10 +917,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/27dd2cb
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/27dd2cb/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/dfc5055
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/dfc5055/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-27dd2cb-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-dfc5055-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,3 +1,4 @@
|
|||
# Changelog since v3.3.0
|
||||
- Add optional configuration for database location (#207)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.2 (#206)
|
||||
- ⬆️ Upgrades nginx to 1.20.2-r1 (#205)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -41,6 +41,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-27dd2cb-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/27dd2cb
|
||||
[release-shield]: https://img.shields.io/badge/version-dfc5055-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/dfc5055
|
||||
[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: 27dd2cb
|
||||
version: dfc5055
|
||||
|
|
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