1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

Merge pull request #9 from YunoHost-Apps/fix-404

Fix 404
This commit is contained in:
Navan Chauhan 2022-08-28 18:23:52 -06:00 committed by GitHub
commit fb5f9987ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -44,7 +44,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.3.3~ynh1
**Shipped version:** 1.3.3~ynh2
**Demo:** https://app.tandoor.dev/accounts/login/?demo

View file

@ -44,7 +44,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.3.3~ynh1
**Version incluse :** 1.3.3~ynh2
**Démo :** https://app.tandoor.dev/accounts/login/?demo

View file

@ -14,11 +14,11 @@ location / {
}
location /static/ {
alias __FINALPATH__/staticfiles/;
alias __FINALPATH__/staticfiles;
}
location /media/ {
alias __DATADIR__/;
alias __FINALPATH__/mediafiles;
}

View file

@ -6,7 +6,7 @@
"en": "Application for managing recipes, planning meals, building shopping lists and much much more!",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"version": "1.3.3~ynh1",
"version": "1.3.3~ynh2",
"url": "https://tandoor.dev",
"upstream": {
"license": "AGPL-3.0-or-later",
@ -16,7 +16,7 @@
"userdoc": "https://docs.tandoor.dev",
"code": "https://github.com/TandoorRecipes/recipes"
},
"license": "MIT",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Navan Chauhan",
"email": "tandoor@navan.email"

View file

@ -73,7 +73,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="venv"
ynh_setup_source --dest_dir="$final_path" --keep="venv mediafiles"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"