Hi!
I created a docker using the following command in CLI (is there a way to create it using the template?):
docker create --name=daapd -v /etc/localtime:/etc/localtime:ro -v /mnt/cache/docker/apps/daapd/config -v /mnt/user/iTunes -e PGID=0 -e PUID=0 --net=host lsiodev/daapd
My log looks like this:
-----------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|
Brought to you by linuxserver.io
-----------------------------------
GID/UID
-----------------------------------
User uid: 0
User gid: 0
-----------------------------------
We are now refreshing packages from apt repositorys, this *may* take a while
Update: OK
Jan 27 20:42:38 Tower syslog-ng[60]: syslog-ng starting up; version='3.5.3'
Jan 27 20:42:39 Tower dbus[61]: [system] Successfully activated service 'org.freedesktop.Avahi'
Jan 27 21:17:01 Tower /USR/SBIN/CRON[85]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 27 22:17:01 Tower /USR/SBIN/CRON[88]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 27 23:17:01 Tower /USR/SBIN/CRON[91]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 00:17:01 Tower /USR/SBIN/CRON[94]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 01:17:01 Tower /USR/SBIN/CRON[97]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 02:17:01 Tower /USR/SBIN/CRON[100]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 03:17:01 Tower /USR/SBIN/CRON[103]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 04:17:01 Tower /USR/SBIN/CRON[106]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 05:17:01 Tower /USR/SBIN/CRON[109]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 06:17:01 Tower /USR/SBIN/CRON[112]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 06:25:01 Tower /USR/SBIN/CRON[115]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 28 07:17:01 Tower /USR/SBIN/CRON[188]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 28 08:17:01 Tower /USR/SBIN/CRON[191]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
1) I don't seem to be able to find where forked-daapd.conf is, so that I could turn off ipv6
2) When I open Apple remote on my phone nothing is appearing in the log
3) I created /mnt/cache/docker/apps/daapd/ folder myself, but it is empty and nothing is appearing there either
4) On my desktop PC, in iTunes, LS.IO Music showed up and I can select it but it says: "LS.IO Music" has no music.
What I'm trying to achieve is I would like to store my iTunes library on unRAID and be able to use either iPhone and Remote App or Apple TV to playback music from my library. My desktop has syncthing running which synchronizes iTunes folders between PC and unRAID.
I would appreciate any help regarding the setup and configuration.
Thanks in advance.