diff --git a/conf/systemd.service b/conf/systemd.service index ef0fa1f..4021a5c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Navidrome Music Server and Streamer compatible with Subsonic/Airsonic +Description=Navidrome: music Server and Streamer After=remote-fs.target network.target AssertPathExists=__CONFIG_PATH__ diff --git a/doc/descriptions/POST_INSTALL.md b/doc/descriptions/POST_INSTALL.md index 59d29e2..d970650 100644 --- a/doc/descriptions/POST_INSTALL.md +++ b/doc/descriptions/POST_INSTALL.md @@ -1,11 +1,9 @@ -## Configuration - -#### Where are stored your music files +### Where are stored your music files Your music files are stored by default in your shared [multimedia folder](https://github.com/YunoHost-Apps/yunohost.multimedia) `/home/yunohost.multimedia/share/Music`. This folder is accessible from Nextcloud with *External Storages* enabled. This will allow you to easily upload your music files to the server. You can configure an alternative path to you music files by editing the path `MusicFolder = "/home/yunohost.multimedia/share/Music"` in this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/). Remember to restart Navidrome service if you change your configuration file. -#### Client player +### Client player You must activate *public site* if you want to connect a client player to Navidrome. diff --git a/doc/descriptions/POST_INSTALL_fr.md b/doc/descriptions/POST_INSTALL_fr.md index 3b504e7..b0fbde7 100644 --- a/doc/descriptions/POST_INSTALL_fr.md +++ b/doc/descriptions/POST_INSTALL_fr.md @@ -1,11 +1,9 @@ -## Configuration - -#### Où stocker votre musique +### Où stocker votre musique Votre musique est a stockée par default dans le [dossier multimédia](https://github.com/YunoHost-Apps/yunohost.multimedia) partagé `/home/yunohost.multimedia/share/Music`. Ce dossier, facilement accessible depuis Nextcloud avec *Stockages externes* activée, vous permettra d'*uploader* facilement vos fichiers de musique sur votre server. Vous pouvez personnaliser le dossier de stockage de vos fichiers de musique en éditant le fichier de configuration `/var/lib/navidrome/navidrome.toml` et rediriger la variable `MusicFolder = "/home/yunohost.multimedia/share/Music"`. Vous pouvez également changer d'autre réglage en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/). Pensez à redémarrer le service de Navidrome si vous modifiez votre fichier de configuration. -#### Utilisation d'un client +### Utilisation d'un client Vous devez activer *site public* si vous souhaitez connecter un lecteur client à Navidrome. diff --git a/scripts/restore b/scripts/restore index f946b6c..0e30ab5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -20,7 +20,7 @@ ynh_restore_file --origin_path="$install_dir" #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the NGINX web server configuration..." +ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=2 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"