mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
clean up
This commit is contained in:
parent
f1fab8afb1
commit
2e31f6d0c5
4 changed files with 6 additions and 10 deletions
|
@ -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__
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue