diff --git a/README.md b/README.md index df5fefc..1b358d6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. -**Shipped version:** 1.3.0~ynh4 +**Shipped version:** 1.3.0~ynh5 **Demo:** https://demo.funkwhale.audio diff --git a/README_fr.md b/README_fr.md index 8c49b58..55ceb2a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé. -**Version incluse :** 1.3.0~ynh4 +**Version incluse :** 1.3.0~ynh5 **Démo :** https://demo.funkwhale.audio diff --git a/manifest.toml b/manifest.toml index 0027100..d94cf27 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Funkwhale" description.en = "Convivial and modern music server" description.fr = "Serveur de musique moderne et convivial" -version = "1.3.0~ynh4" +version = "1.3.0~ynh5" maintainers = ["Thovi98"] diff --git a/scripts/install b/scripts/install index ab061e6..68b56d9 100644 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,7 @@ mkdir -p $data_dir/data/{static,media,music} chmod 750 "$data_dir" chmod -R o-rwx "$data_dir/" -chown -R $app:$app "$data_dir/" +chown -R $app:www-data "$data_dir/" #================================================= # ADD A CONFIGURATION diff --git a/scripts/restore b/scripts/restore index 2d780e0..a92c9cd 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ mkdir -p $data_dir/data/{static,media,music} chmod 750 "$data_dir/" chmod -R o-rwx "$data_dir/" -chown -R $app:$app "$data_dir/" +chown -R $app:www-data "$data_dir/" #================================================= # RESTORE THE NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 30a1403..09f45a6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -58,7 +58,7 @@ ynh_script_progression --message="Assure correct permissions to $data_dir..." -- chmod 750 "$data_dir" chmod -R o-rwx "$data_dir/" -chown -R $app:$app "$data_dir/" +chown -R $app:www-data "$data_dir/" #================================================= # SPECIFIC UPGRADE