Navidrome: Difference between revisions

Onny (talk | contribs)
Add note on file path permissions
Onny (talk | contribs)
Add note on enable public sharing
Line 11: Line 11:
     "/mnt/audio/music"
     "/mnt/audio/music"
   ];
   ];
};
</syntaxhighlight>
=== Tips and tricks ===
==== Enable sharing ====
Single tracks, albums or playlists can be publicly shared. To enable the feature, add<syntaxhighlight lang="nix">
services.navidrome = {
  enable = true;
  settings.EnableSharing = true;
};
};
</syntaxhighlight>
</syntaxhighlight>