mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat(frontend): ✨ Fix scheduler, forgot password flow, and minor bug fixes (#725)
* feat(frontend): 💄 add recipe title * fix(frontend): 🐛 fixes #722 side-bar issue * feat(frontend): ✨ Add page titles to all pages * minor cleanup * refactor(backend): ♻️ rewrite scheduler to be more modulare and work * feat(frontend): ✨ start password reset functionality * refactor(backend): ♻️ refactor application settings to facilitate dependency injection * refactor(backend): 🔥 remove RECIPE_SETTINGS env variables in favor of group settings * formatting * refactor(backend): ♻️ align naming convention * feat(backend): ✨ password reset * test(backend): ✅ password reset * feat(frontend): ✨ self-service password reset * purge password schedule * update user creation for tests Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
@@ -45,14 +45,6 @@ services:
|
||||
PGID: 1000
|
||||
TZ: America/Anchorage
|
||||
|
||||
# Default Recipe Settings
|
||||
RECIPE_PUBLIC: true
|
||||
RECIPE_SHOW_NUTRITION: true
|
||||
RECIPE_SHOW_ASSETS: true
|
||||
RECIPE_LANDSCAPE_VIEW: true
|
||||
RECIPE_DISABLE_COMMENTS: false
|
||||
RECIPE_DISABLE_AMOUNT: false
|
||||
|
||||
# Gunicorn
|
||||
WEB_CONCURRENCY: 2
|
||||
# WORKERS_PER_CORE: 0.5
|
||||
@@ -89,14 +81,6 @@ services:
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_DB: mealie
|
||||
|
||||
# Default Recipe Settings
|
||||
RECIPE_PUBLIC: true
|
||||
RECIPE_SHOW_NUTRITION: true
|
||||
RECIPE_SHOW_ASSETS: true
|
||||
RECIPE_LANDSCAPE_VIEW: true
|
||||
RECIPE_DISABLE_COMMENTS: false
|
||||
RECIPE_DISABLE_AMOUNT: false
|
||||
|
||||
# Gunicorn
|
||||
WEB_CONCURRENCY: 2
|
||||
# WORKERS_PER_CORE: 0.5
|
||||
|
||||
Reference in New Issue
Block a user