⬆️ Updating add-on Firefly III to 2c11e5b

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-01 17:44:14 +00:00
parent 18e86dfc8c
commit c536f23212
4 changed files with 17 additions and 17 deletions

View file

@ -906,10 +906,10 @@ SOFTWARE.
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/bc84a8e [addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/2c11e5b
[addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/bc84a8e/README.md [addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/2c11e5b/README.md
[firefly-iii-issue]: https://github.com/hassio-addons/addon-firefly-iii/issues [firefly-iii-issue]: https://github.com/hassio-addons/addon-firefly-iii/issues
[firefly-iii-version-shield]: https://img.shields.io/badge/version-bc84a8e-blue.svg [firefly-iii-version-shield]: https://img.shields.io/badge/version-2c11e5b-blue.svg
[firefly-iii-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/firefly-iii-armhf.svg [firefly-iii-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/firefly-iii-armhf.svg
[firefly-iii-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [firefly-iii-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[firefly-iii-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [firefly-iii-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1 +1 @@
- ⬆Update firefly-iii to v5.0.5 - ⬇Downgrade to php 7.3.11-1 (arm issues)

View file

@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/bc84a8e/README.md [docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/2c11e5b/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/?u=frenck [forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.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-bc84a8e-blue.svg [release-shield]: https://img.shields.io/badge/version-2c11e5b-blue.svg
[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/bc84a8e [release]: https://github.com/hassio-addons/addon-firefly-iii/tree/2c11e5b
[screenshot]: https://github.com/hassio-addons/addon-firefly-iii/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-firefly-iii/raw/master/images/screenshot.png

View file

@ -1,12 +1,13 @@
{ {
"name": "Firefly III", "name": "Firefly III",
"version": "bc84a8e", "version": "2c11e5b",
"slug": "firefly-iii", "slug": "firefly-iii",
"description": "A free and open source personal finance manager", "description": "A free and open source personal finance manager",
"url": "https://github.com/hassio-addons/addon-firefly-iii", "url": "https://github.com/hassio-addons/addon-firefly-iii",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": false, "services": [
"ingress_port": 1337, "mysql:want"
],
"startup": "application", "startup": "application",
"arch": [ "arch": [
"aarch64", "aarch64",
@ -28,17 +29,16 @@
"80/tcp": "Web interface" "80/tcp": "Web interface"
}, },
"options": { "options": {
"database": "sqlite", "ssl": false,
"ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem" "keyfile": "privkey.pem"
}, },
"schema": { "schema": {
"database": "list(sqlite|mysql)", "remote_mysql_host": "str?",
"mysql_host": "str?", "remote_mysql_database": "str?",
"mysql_database": "str?", "remote_mysql_username": "str?",
"mysql_user": "str?", "remote_mysql_password": "password?",
"mysql_password": "password?", "remote_mysql_port": "int?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",