mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
⬆️ Upgrades Grocy to 3.3.2
This commit is contained in:
parent
9762c1a753
commit
3b9efdb729
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ RUN \
|
|||
\
|
||||
&& yarn global add modclean \
|
||||
\
|
||||
&& git clone --branch "v3.3.1" --depth=1 \
|
||||
&& git clone --branch "v3.3.2" --depth=1 \
|
||||
https://github.com/grocy/grocy.git /var/www/grocy \
|
||||
\
|
||||
&& cd /var/www/grocy \
|
||||
|
|
|
@ -50,7 +50,7 @@ options:
|
|||
grocy_ingress_user: ""
|
||||
schema:
|
||||
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|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|ta|tr|zh_CN|zh_TW)
|
||||
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)
|
||||
features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue