1
0
Fork 0
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:
Hayden 2021-07-05 16:05:32 -08:00 committed by GitHub
parent 3e2c9f41cf
commit 9b5cf36981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 361 additions and 235 deletions

View file

@ -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