diff --git a/README.md b/README.md index 4422eab..9ee366b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Shipped version:** 1.5.4~ynh1 +**Shipped version:** 1.5.5~ynh1 **Demo:** https://app.tandoor.dev/accounts/login/?demo diff --git a/README_fr.md b/README_fr.md index a617800..5121eec 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Version incluse :** 1.5.4~ynh1 +**Version incluse :** 1.5.5~ynh1 **Démo :** https://app.tandoor.dev/accounts/login/?demo diff --git a/conf/.env.template b/conf/.env.template index 7b3d03a..86cf6a2 100644 --- a/conf/.env.template +++ b/conf/.env.template @@ -81,14 +81,14 @@ GUNICORN_MEDIA=0 # Email Settings, see https://docs.djangoproject.com/en/3.2/ref/settings/#email-host # Required for email confirmation and password reset (automatically activates if host is set) -# EMAIL_HOST='localhost' -# EMAIL_PORT=25 -# EMAIL_HOST_USER= -# EMAIL_HOST_PASSWORD= -# EMAIL_USE_TLS=0 -# EMAIL_USE_SSL=0 +EMAIL_HOST='127.0.0.1' +EMAIL_PORT=25 +EMAIL_HOST_USER= +EMAIL_HOST_PASSWORD= +EMAIL_USE_TLS=0 +EMAIL_USE_SSL=0 # email sender address (default 'webmaster@localhost') -# DEFAULT_FROM_EMAIL= +DEFAULT_FROM_EMAIL=tandoor@__DOMAIN__ # prefix used for account related emails (default "[Tandoor Recipes] ") # ACCOUNT_EMAIL_SUBJECT_PREFIX= diff --git a/conf/app.src b/conf/app.src index 3d8397b..fca2822 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.4.8.tar.gz -SOURCE_SUM=391dd11394ebe33cc32d9a21761572521a7a3b926b2cd799ccde095ed78df936 +SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.5.tar.gz +SOURCE_SUM=5a10d5792d36bfa95e7be753bb9a29d44ca9a3d1170605062c3d03668edcae3f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 90fbc09..9b96631 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,6 +10,9 @@ location __PATH__/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; + # set max upload size + client_max_body_size 128M; + # Include SSOWAT user panel. # include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.json b/manifest.json index 0b319d6..b02c173 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!", "fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !" }, - "version": "1.5.4~ynh1", + "version": "1.5.5~ynh1", "url": "https://tandoor.dev", "upstream": { "license": "AGPL-3.0-or-later", @@ -22,7 +22,7 @@ "email": "tandoor@navan.email" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [