mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Grocy to c668900
This commit is contained in:
parent
27d12655df
commit
3d4a13b6d8
4 changed files with 34 additions and 33 deletions
|
@ -823,10 +823,10 @@ 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/f8b5224
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/f8b5224/README.md
|
||||
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/c668900
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/c668900/README.md
|
||||
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-f8b5224-blue.svg
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-c668900-blue.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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.18.3
|
||||
- ⬆️ Upgrades add-on base image to 13.1.3 (#339)
|
||||
- ⬆️ Upgrades add-on base image to 13.1.1 (#332)
|
||||
- 🎆 Updates maintenance/license year to 2023 (#331)
|
||||
- 🔨 Migrate old-style S6 scripts to s6-rc.d (#327)
|
||||
|
|
|
@ -57,6 +57,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-f8b5224-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/f8b5224
|
||||
[release-shield]: https://img.shields.io/badge/version-c668900-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/c668900
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif
|
|
@ -1,21 +1,28 @@
|
|||
name: Grocy
|
||||
version: c668900
|
||||
slug: grocy
|
||||
description: ERP beyond your fridge! A groceries & household management solution for
|
||||
your home
|
||||
url: https://github.com/hassio-addons/addon-grocy
|
||||
codenotary: codenotary@frenck.dev
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
init: false
|
||||
panel_icon: mdi:cart
|
||||
panel_admin: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: ERP beyond your fridge! A groceries & household management solution for
|
||||
your home
|
||||
image: ghcr.io/hassio-addons/grocy/{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
init: false
|
||||
map:
|
||||
- ssl
|
||||
name: Grocy
|
||||
ports:
|
||||
80/tcp: null
|
||||
ports_description:
|
||||
80/tcp: Web interface (Not required for Ingress)
|
||||
options:
|
||||
certfile: fullchain.pem
|
||||
culture: en
|
||||
currency: USD
|
||||
entry_page: stock
|
||||
|
@ -28,26 +35,21 @@ options:
|
|||
shoppinglist: true
|
||||
stock: true
|
||||
tasks: true
|
||||
grocy_ingress_user: ''
|
||||
keyfile: privkey.pem
|
||||
ssl: true
|
||||
tweaks:
|
||||
chores_assignment: true
|
||||
multiple_shopping_lists: true
|
||||
stock_best_before_date_tracking: true
|
||||
stock_count_opened_products_against_minimum_stock_amount: true
|
||||
stock_location_tracking: true
|
||||
stock_price_tracking: true
|
||||
stock_product_freezing: true
|
||||
stock_product_opened_tracking: true
|
||||
panel_admin: false
|
||||
panel_icon: mdi:cart
|
||||
ports:
|
||||
80/tcp: null
|
||||
ports_description:
|
||||
80/tcp: Web interface (Not required for Ingress)
|
||||
stock_count_opened_products_against_minimum_stock_amount: true
|
||||
ssl: true
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
grocy_ingress_user: ''
|
||||
schema:
|
||||
certfile: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
culture: list(ca|cs|da|de|el_GR|en|en_GB|es|fi|fr|he_IL|hu|it|ja|ko_KR|lt|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sl|sv_SE|ta|tr|uk|zh_CN|zh_TW)
|
||||
currency: match(^[A-Z]{3}$)
|
||||
entry_page: list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)
|
||||
|
@ -60,21 +62,19 @@ schema:
|
|||
shoppinglist: bool
|
||||
stock: bool
|
||||
tasks: bool
|
||||
grocy_ingress_user: str
|
||||
keyfile: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
ssl: bool
|
||||
tweaks:
|
||||
calendar_first_day_of_week: int(0,6)?
|
||||
chores_assignment: bool
|
||||
meal_plan_first_day_of_week: int(0,6)?
|
||||
multiple_shopping_lists: bool
|
||||
stock_best_before_date_tracking: bool
|
||||
stock_count_opened_products_against_minimum_stock_amount: bool
|
||||
stock_location_tracking: bool
|
||||
stock_price_tracking: bool
|
||||
stock_product_freezing: bool
|
||||
stock_product_opened_tracking: bool
|
||||
slug: grocy
|
||||
url: https://github.com/hassio-addons/addon-grocy
|
||||
version: f8b5224
|
||||
stock_count_opened_products_against_minimum_stock_amount: bool
|
||||
ssl: bool
|
||||
certfile: str
|
||||
keyfile: str
|
||||
grocy_ingress_user: str
|
||||
image: ghcr.io/hassio-addons/grocy/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue