mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +00:00
Bump up Grocy version to v3.2.0
This commit is contained in:
parent
8557f74afc
commit
7dad321cd4
3 changed files with 3 additions and 2 deletions
|
@ -110,6 +110,7 @@ The private key file to use for SSL.
|
||||||
|
|
||||||
Is used for setting the language. Choose between:
|
Is used for setting the language. Choose between:
|
||||||
|
|
||||||
|
- `ca` (Catalan)
|
||||||
- `cs` (Czech)
|
- `cs` (Czech)
|
||||||
- `da` (Danish)
|
- `da` (Danish)
|
||||||
- `de` (German)
|
- `de` (German)
|
||||||
|
|
|
@ -40,7 +40,7 @@ RUN \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& yarn global add modclean \
|
||||||
\
|
\
|
||||||
&& git clone --branch "v3.1.3" --depth=1 \
|
&& git clone --branch "v3.2.0" --depth=1 \
|
||||||
https://github.com/grocy/grocy.git /var/www/grocy \
|
https://github.com/grocy/grocy.git /var/www/grocy \
|
||||||
\
|
\
|
||||||
&& cd /var/www/grocy \
|
&& cd /var/www/grocy \
|
||||||
|
|
|
@ -48,7 +48,7 @@ options:
|
||||||
keyfile: privkey.pem
|
keyfile: privkey.pem
|
||||||
schema:
|
schema:
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
culture: list(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|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|ta|tr|zh_CN|zh_TW)
|
||||||
currency: match(^[A-Z]{3}$)
|
currency: match(^[A-Z]{3}$)
|
||||||
entry_page: list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)
|
entry_page: list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)
|
||||||
features:
|
features:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue