mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
11 lines
657 B
Markdown
11 lines
657 B
Markdown
# MiniDLNA
|
|
|
|
Homepage: [https://sourceforge.net/projects/minidlna/](https://sourceforge.net/projects/minidlna/)
|
|
|
|
MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP clients. The MiniDNLA daemon serves media files (music, pictures, and video) to clients on a network. Example clients include applications such as Totem and Kodi, and devices such as portable media players, Smartphones, Televisions, and gaming systems (such as PS3 and Xbox 360).
|
|
|
|
## Usage
|
|
|
|
Set `minidlna_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
|
|
|
The very basic MiniDLNA web interface can be found at http://ansible_nas_host_or_ip:8201.
|