mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 12:35:22 +02:00
Bug/misc fixes (#618)
* Fixes #617 * set recipe settings default by env variables * add variables to docker-compse * update changelog * bump dependencies * add fallback name to scraper Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
3e2c9f41cf
commit
9b5cf36981
16 changed files with 361 additions and 235 deletions
15
template.env
15
template.env
|
@ -27,11 +27,10 @@ TOKEN_TIME=24
|
|||
SFTP_USERNAME=None
|
||||
SFTP_PASSWORD=None
|
||||
|
||||
# NOT USED Auto Import Options
|
||||
AUTO_IMPORT=True
|
||||
AUTO_IMPORT_RECIPES=True
|
||||
AUTO_IMPORT_SETTINGS=True
|
||||
AUTO_IMPORT_PAGES=True
|
||||
AUTO_IMPORT_THEMES=True
|
||||
AUTO_IMPORT_USERS=True
|
||||
AUTO_IMPORT_GROUPS=True
|
||||
# Default Recipe Settings
|
||||
RECIPE_PUBLIC=False
|
||||
RECIPE_SHOW_NUTRITION=False
|
||||
RECIPE_SHOW_ASSETS=False
|
||||
RECIPE_LANDSCAPE_VIEW=False
|
||||
RECIPE_DISABLE_COMMENTS=False
|
||||
RECIPE_DISABLE_AMOUNT=False
|
Loading…
Add table
Add a link
Reference in a new issue