mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Merge pull request #317 from bcurran3/MiniDLNA-fix-capitalization-erros
MiniDLNA - consistent and proper global naming convention
This commit is contained in:
commit
8aa684e799
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ Ansible config and a bunch of Docker containers.
|
|||
* [Joomla](https://www.joomla.org/) - Open source content management system
|
||||
* [https://krusader.org/](https://krusader.org/) - Twin panel file management for your desktop
|
||||
* [Lidarr](https://github.com/lidarr/Lidarr) - Music collection manager for Usenet and BitTorrent users
|
||||
* [MiniDlna](https://sourceforge.net/projects/minidlna/) - simple media server which is fully compliant with DLNA/UPnP-AV clients
|
||||
* [MiniDLNA](https://sourceforge.net/projects/minidlna/) - simple media server which is fully compliant with DLNA/UPnP-AV clients
|
||||
* [Miniflux](https://miniflux.app/) - An RSS news reader
|
||||
* [Mosquitto](https://mosquitto.org) - An open source MQTT broker
|
||||
* [Mylar](https://github.com/evilhero/mylar) - An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
|
||||
|
|
|
@ -745,7 +745,7 @@ timemachine_log_level: error
|
|||
timemachine_port: "10445"
|
||||
|
||||
###
|
||||
### minidlna
|
||||
### MiniDLNA
|
||||
###
|
||||
minidlna_media_directory1: "{{ movies_root }}"
|
||||
minidlna_media_directory2: "{{ tv_root }}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: minidlna Docker Container
|
||||
- name: MiniDLNA Docker Container
|
||||
docker_container:
|
||||
name: minidlna
|
||||
image: vladgh/minidlna
|
||||
|
|
Loading…
Reference in a new issue