Navidrome: Difference between revisions
Appearance
Initial page |
mNo edit summary |
||
| Line 4: | Line 4: | ||
Simply add to your system configuration and apply<syntaxhighlight lang="nix"> | Simply add to your system configuration and apply<syntaxhighlight lang="nix"> | ||
services.navidrome.enable = true; | services.navidrome.enable = true; | ||
</syntaxhighlight>The service should be available add | </syntaxhighlight>The service should be available add http://127.0.0.1:4533. Continue adding an admin login including setting a password. | ||
Revision as of 10:07, 16 February 2026
Navidrome is a self-hosted music streaming server that allows users to manage and play their personal music collections from various devices. Designed with a user-friendly interface, it supports features like playlists, searching, and streaming, all while emphasizing privacy and data ownership.
Setup
Simply add to your system configuration and apply
services.navidrome.enable = true;
The service should be available add http://127.0.0.1:4533. Continue adding an admin login including setting a password.