diff --git a/README.md b/README.md index 54d224f0..7f6225fc 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,20 @@ The open platform for beautiful analytics and monitoring [:books: Grafana add-on documentation][addon-doc-grafana] +### ✓ [Grocy][addon-grocy] + +![Latest Version][grocy-version-shield] +![Supports armhf Architecture][grocy-armhf-shield] +![Supports armv7 Architecture][grocy-armv7-shield] +![Supports aarch64 Architecture][grocy-aarch64-shield] +![Supports amd64 Architecture][grocy-amd64-shield] +![Supports i386 Architecture][grocy-i386-shield] +![Docker Pulls][grocy-pulls-shield] + +ERP beyond your fridge! A groceries & household management solution for your home + +[:books: Grocy add-on documentation][addon-doc-grocy] + ### ✓ [Happy Bubbles][addon-happy-bubbles] ![Latest Version][happy-bubbles-version-shield] @@ -581,6 +595,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: FTP][ftp-issue] - [Open an issue for the add-on: Glances][glances-issue] - [Open an issue for the add-on: Grafana][grafana-issue] +- [Open an issue for the add-on: Grocy][grocy-issue] - [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue] - [Open an issue for the add-on: Home Panel][home-panel-issue] - [Open an issue for the add-on: IDE][ide-issue] @@ -748,6 +763,16 @@ SOFTWARE. [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.1.0 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.1.0/README.md +[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues +[grocy-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy-armhf.svg +[grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg +[grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.0 [addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.0/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md new file mode 100644 index 00000000..faba24f2 --- /dev/null +++ b/grocy/CHANGELOG.md @@ -0,0 +1 @@ +🎉 The initial release of the add-on 🎉 \ No newline at end of file diff --git a/grocy/README.md b/grocy/README.md new file mode 100644 index 00000000..277958e0 --- /dev/null +++ b/grocy/README.md @@ -0,0 +1,46 @@ +# Community Hass.io Add-ons: Grocy + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +[![Support my work on Patreon][patreon-shield]][patreon] + +ERP beyond your fridge! A groceries & household management solution for your home. + +## About + +[Grocy][grocy] - ERP beyond your fridge is a powerful groceries & household +management solution for your home, delivering features like: + +- Stock management +- Shopping list +- Recipes +- Chores & tasks +- Inventory +- and many more. + +[Try out the online demo of Grocy][grocy-demo]. + +[Click here for the full documentation][docs] + +![Grocy screenshot][screenshot] + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.1.0/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-grocy/112422?u=frenck +[grocy-demo]: https://demo-en.grocy.info +[grocy]: https://grocy.info/ +[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg +[patreon-shield]: https://www.frenck.nl/images/patreon.png +[patreon]: https://www.patreon.com/frenck +[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg +[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.1.0 +[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json new file mode 100644 index 00000000..071b6e0b --- /dev/null +++ b/grocy/config.json @@ -0,0 +1,62 @@ +{ + "name": "Grocy", + "version": "0.1.0", + "slug": "grocy", + "description": "ERP beyond your fridge! A groceries & household management solution for your home", + "url": "https://github.com/hassio-addons/addon-grocy", + "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", + "startup": "system", + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7", + "i386" + ], + "boot": "auto", + "hassio_api": true, + "hassio_role": "default", + "map": [ + "ssl" + ], + "ports": { + "80/tcp": 9192 + }, + "ports_description": { + "80/tcp": "Web interface" + }, + "options": { + "culture": "en", + "currency": "$", + "features": { + "batteries": true, + "calendar": true, + "chores": true, + "equipment": true, + "recipes": true, + "shoppinglist": true, + "tasks": true + }, + "ssl": true, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" + }, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "culture": "match(^(da|de|en|es|fr|it|nl|no|pl|ru|ta|tr)$)", + "currency": "str", + "features": { + "batteries": "bool", + "calendar": "bool", + "chores": "bool", + "equipment": "bool", + "recipes": "bool", + "shoppinglist": "bool", + "tasks": "bool" + }, + "ssl": "bool", + "certfile": "str", + "keyfile": "str" + }, + "image": "hassioaddons/grocy-{arch}" +} \ No newline at end of file diff --git a/grocy/icon.png b/grocy/icon.png new file mode 100644 index 00000000..2e2c59c7 Binary files /dev/null and b/grocy/icon.png differ diff --git a/grocy/logo.png b/grocy/logo.png new file mode 100644 index 00000000..9b2fdbd5 Binary files /dev/null and b/grocy/logo.png differ