Skip to content

Commit

Permalink
Update guide_navidrome.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SalocinHB committed Dec 15, 2022
1 parent 61624e5 commit e05bc4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/guide_navidrome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ After downloading, we check the integrity of the tar-archive. If hashsums are ma
LICENSE
README.md
navidrome
[…]
[isabell@stardust ~]$
The downloaded files can then be deleted:
Expand All @@ -82,11 +81,11 @@ Configuration

Create config file
------------------
We create the configuration-file ``~/var/lib/navidrome/navidrome.toml`` in the working directory of Navidrome and add the following line:
Create the configuration-file ``~/var/lib/navidrome/navidrome.toml`` and add the following line:

.. code-block:: ini
MusicFolder = '/home/isabell/music/'
MusicFolder = '/home/<username>/music/'
For a more detailed configuration we can check the configuration-options-page_.

Expand All @@ -95,9 +94,10 @@ Setup daemon
We setup the service for Navidrome and therefore create ``~/etc/services.d/navidrome.ini`` with the following content:

.. code-block:: ini
[program:navidrome]
directory=/home/isabell/var/lib/navidrome
command=/home/isabell/opt/navidrome/navidrome --configfile "/home/isabell/var/lib/navidrome/navidrome.toml"
directory=%(ENV_HOME)s/var/lib/navidrome
command=%(ENV_HOME)s/opt/navidrome/navidrome --configfile %(ENV_HOME)s/var/lib/navidrome/navidrome.toml
startsecs=60
autorestart=yes
Expand Down

0 comments on commit e05bc4c

Please sign in to comment.