mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
commit
fb5f9987ac
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,11 +14,11 @@ location / {
|
|||
}
|
||||
|
||||
location /static/ {
|
||||
alias __FINALPATH__/staticfiles/;
|
||||
alias __FINALPATH__/staticfiles;
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
alias __DATADIR__/;
|
||||
alias __FINALPATH__/mediafiles;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue