diff --git a/README.md b/README.md index d441ab1ec..7acca3f09 100644 --- a/README.md +++ b/README.md @@ -906,10 +906,10 @@ SOFTWARE. [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-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-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/bc84a8e/README.md +[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/2c11e5b/README.md [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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [firefly-iii-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/firefly-iii/CHANGELOG.md b/firefly-iii/CHANGELOG.md index a21fcd14a..22a81c618 100644 --- a/firefly-iii/CHANGELOG.md +++ b/firefly-iii/CHANGELOG.md @@ -1 +1 @@ -- ⬆Update firefly-iii to v5.0.5 +- ⬇Downgrade to php 7.3.11-1 (arm issues) diff --git a/firefly-iii/README.md b/firefly-iii/README.md index ae34e6131..e455b68f2 100644 --- a/firefly-iii/README.md +++ b/firefly-iii/README.md @@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [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]: https://community.home-assistant.io/?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-bc84a8e-blue.svg -[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/bc84a8e +[release-shield]: https://img.shields.io/badge/version-2c11e5b-blue.svg +[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 \ No newline at end of file diff --git a/firefly-iii/config.json b/firefly-iii/config.json index 2e61fc16a..7dd7e3a09 100644 --- a/firefly-iii/config.json +++ b/firefly-iii/config.json @@ -1,12 +1,13 @@ { "name": "Firefly III", - "version": "bc84a8e", + "version": "2c11e5b", "slug": "firefly-iii", "description": "A free and open source personal finance manager", "url": "https://github.com/hassio-addons/addon-firefly-iii", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", - "ingress": false, - "ingress_port": 1337, + "services": [ + "mysql:want" + ], "startup": "application", "arch": [ "aarch64", @@ -28,17 +29,16 @@ "80/tcp": "Web interface" }, "options": { - "database": "sqlite", - "ssl": true, + "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { - "database": "list(sqlite|mysql)", - "mysql_host": "str?", - "mysql_database": "str?", - "mysql_user": "str?", - "mysql_password": "password?", + "remote_mysql_host": "str?", + "remote_mysql_database": "str?", + "remote_mysql_username": "str?", + "remote_mysql_password": "password?", + "remote_mysql_port": "int?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str",