mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on SQLite Web 2.0.1
This commit is contained in:
parent
345f281065
commit
57b8977ffa
4 changed files with 17 additions and 22 deletions
|
@ -990,10 +990,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.0.0
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.0/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.0.1
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.1/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.0.0-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v2.0.1-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
|
||||
|
|
|
@ -1,22 +1,16 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This release add ingress support! 🎉
|
||||
This is a general maintenance release.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :pencil2: Maintaince -> Maintenance
|
||||
- :arrow_up: Updates flask to v1.1.1 (#37)
|
||||
- :arrow_up: Updates datasette to v0.29.2 (#39)
|
||||
- :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
|
||||
- :sparkles: Adds Ingress support (#45)
|
||||
- :arrow_up: Upgrades nginx to 1.16.1-r0
|
||||
- :hammer: Updates HA Auth URL in NGinx LUA script
|
||||
- :arrow_up: Upgrades add-on base image to v2.1.0
|
||||
- :hammer: Use Hass.io DNS as NGinx resolver
|
||||
- :sparkles: Adds icon to show in the sidebar (#48)
|
||||
- :arrow_up: Updates peewee to v3.11.2 (#52)
|
||||
- :arrow_up: Upgrades add-on base image to v3.0.0
|
||||
- :arrow_up: Updates datasette to v0.32 (#57)
|
||||
- :arrow_up: Upgrades add-on base image to v3.0.1
|
||||
- :arrow_up: Upgrades nginx to 1.16.1-r1
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.1.0...v2.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v2.0.0...v2.0.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
|
@ -36,11 +36,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.1/README.md
|
||||
[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
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:6210]",
|
||||
"startup": "services",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:database",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue