🎉 Release of add-on SQLite Web 2.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-10-25 16:09:17 +00:00
parent 9fd5e6f81b
commit 5c7534dd20
5 changed files with 26 additions and 16 deletions

View file

@ -1075,10 +1075,10 @@ SOFTWARE.
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.2.2
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.2.2/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.3.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.3.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-v2.2.2-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg
[sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web-armhf.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

View file

@ -1,16 +1,18 @@
[Full Changelog][changelog]
This is a general maintenance release.
### 🔨 Changes
- ⬆ Updates flask to v1.1.2 (#73)
- ⬆ Updates peewee to v3.13.3 (#75)
- 🔨 Implement OCI image specification on labels
- ⬆ Updates datasette to v0.43 (#78)
- ⬆ Upgrades add-on base image to v5.2.1
- ✏ Split add-on documentation
- ⬆ Updates sqlite-web to v0.3.7 (#82)
- 🔨 Refactor add-on to use the generic base image
- 🚑 Fix cache warning during build
- ⬆ Updates datasette to v0.50.2 (#92)
- 🔨Add patch 2.7.6-r6
- 🔨Add py3-setuptools 47.0.0-r0
- 🔨Change path to /usr/lib from /usr/local/lib
- 🔨Add optional configurable folder path for DB (#94)
- ⬆ Upgrades nginx to 1.18.0-r1
- ⬆ Upgrades add-on base image to v8.0.5
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v2.2.1...v2.2.2
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v2.2.2...v2.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons

View file

@ -55,7 +55,13 @@ you are troubleshooting.
### Option: `database_path`
The path for the database file relative to `/config/`
The path for the database file relative to `/config/` or the folder path
configuration.
### Option: `folder_path`
If the database has been moved from `/config/` allows the folder to be specified
for example `/share/somefolder/`. Please ensure the trailing slash is set.
### Option: `read_only`

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/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v2.2.2-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.2.2
[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.3.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "2.2.2",
"version": "2.3.0",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
@ -29,6 +29,7 @@
"6220/tcp": "Datasette API endpoint"
},
"map": [
"share:rw",
"ssl",
"config:rw"
],
@ -43,6 +44,7 @@
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"database_path": "str",
"folder_path": "str?",
"read_only": "bool",
"datasette": "bool",
"ssl": "bool",