mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
fix 404
This commit is contained in:
parent
257df84a83
commit
38a8bf0165
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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="$final_path/venv"
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="venv mediafiles"
|
||||
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
|
|
Loading…
Reference in a new issue