🎉 Release of add-on SQLite Web 2.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-08-23 22:22:19 +00:00
parent 3cf0aa5225
commit 59e65d2fe1
4 changed files with 33 additions and 26 deletions

View file

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

View file

@ -1,17 +1,22 @@
## Changes [Full Changelog][changelog]
- 09eff4b :arrow_up: Updates peewee to v3.9.5 (#25) @renovate[bot] This release add ingress support! 🎉
- 3b35050 :arrow_up: Updates lua-resty-http to version 0.13-r0 (#27)
- cb33f1a :arrow_up: Updates nginx-mod-http-lua to version 1.14.2-r1 (#28) ### 🔨 Changes
- 5d82e61 :arrow_up: Updates nginx to version 1.14.2-r1 (#29)
- 07fa6b8 :arrow_up: Updates datasette to v0.27.1 (#30) @renovate[bot] - :pencil2: Maintaince -> Maintenance
- eeb2e74 :arrow_up: Updates flask to v1.0.3 (#33) @renovate[bot] - :arrow_up: Updates flask to v1.1.1 (#37)
- :arrow_up: Updates datasette to v0.29.2 (#39)
[Full Changelog][changelog] - :arrow_up: Updates peewee to v3.10.0 (#44)
- :arrow_up: Upgrades add-on base image to v2.0.3
*** - :arrow_up: Upgrades cython to 0.29.10-r0
- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server
This release was created with [reporeleaser][reporeleaser] :tada: - :sparkles: Adds Ingress support (#45)
- :arrow_up: Upgrades nginx to 1.16.1-r0
[reporeleaser]: https://pypi.org/project/reporeleaser/ - :hammer: Updates HA Auth URL in NGinx LUA script
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.1.0...v1.2.0 - :arrow_up: Upgrades add-on base image to v2.1.0
- :hammer: Use Hass.io DNS as NGinx resolver
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.1.0...v2.0.0
Questions? Join our Discord server! https://discord.me/hassioaddons

View file

@ -20,11 +20,11 @@ This enables you to easily explore all tables and content that is saved in your
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus [buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.2.0/README.md [docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912 [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-v1.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v1.2.0 [release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.0.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,11 +1,13 @@
{ {
"name": "SQLite Web", "name": "SQLite Web",
"version": "1.2.0", "version": "2.0.0",
"slug": "sqlite-web", "slug": "sqlite-web",
"description": "Explore your SQLite database", "description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6210]", "webui": "[PROTO:ssl]://[HOST]:[PORT:6210]",
"startup": "services", "startup": "services",
"ingress": true,
"ingress_port": 1337,
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
@ -18,11 +20,11 @@
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "default",
"ports": { "ports": {
"6210/tcp": 6210, "80/tcp": null,
"6220/tcp": 6220 "6220/tcp": 6220
}, },
"ports_description": { "ports_description": {
"6210/tcp": "SQLite Web interface", "80/tcp": "SQLite Web interface (Not required for Hass.io Ingress)",
"6220/tcp": "Datasette API endpoint" "6220/tcp": "Datasette API endpoint"
}, },
"map": [ "map": [