January 17, 20233 yr Welcome 👋  This is the official support thread for the following community apps:  - Homarr (https://homarr.dev) - Jellyfin Discords Bot (https://github.com/manuel-rw/jellyfin-discord-music-bot) - Dash. (https://getdashdot.com/)  Please post your questions and issues here. We'll not be able to help you with application specific issues (eg. application bugs, security issues or non-template related issues). You should report them to the maintainers. Consider to donate, if these templates helped you: https://ko-fi.com/manicraft1001  Edited September 19, 20232 yr by manrw
August 21, 20232 yr Hey, Thank you for the work on this docker! How often does this docker get updated? I'm getting notifications in discord from the bot that there is a new version as of two weeks ago.
August 22, 20232 yr Author Hi, I don't have a fixed release schedule. If there are enough changes, I'll make a new release. You can see all releases (including source code) here: https://github.com/manuel-rw/jellyfin-discord-music-bot/releases . And yes, there was one 2 weeks ago. If you do not wish to receive notifications and disable the network communication, you can disable it like this: https://github.com/manuel-rw/jellyfin-discord-music-bot/wiki/📄-Environment-Variables Edited August 22, 20232 yr by manrw
September 10, 20232 yr Getting this in the syslog: Â homarr: Could not download icon https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/homarr.png Â
September 10, 20232 yr Ok fixed by editing the docker in advanced mode and changing the icon url to:  https://raw.githubusercontent.com/manuel-rw/unraid-templates/master/templates/homarr/icon.png  This icon url is taken from the app store.
September 13, 20232 yr Author Sorry for the late response. Yes, that is the correct way of fixing it. Did it prevent you from starting the container, when it was invalid?  @Squid what are the proper procedures to update outdated icon URLs?
September 13, 20232 yr Hey no problem with the app it just kept throwing an error in the syslog so just looked into it.
September 13, 20232 yr 14 hours ago, manrw said: @Squid what are the proper procedures to update outdated icon URLs? Just change the xml in the repository. If it's already installed, then advanced view will let you change.
September 13, 20232 yr Author But it will not update the icon from the template repository? So everyone that uses the old template has to update it manually?
September 26, 20232 yr Live demo link in unRAID apps ( https://dash.mauz.io/ ) goes to possibly dangerous websites vie multiple redirects. Should be https://dash.mauz.dev/
September 26, 20232 yr Author Thanks for letting me know. Updated: https://github.com/manuel-rw/unraid-templates/pull/8
October 2, 20232 yr I'm trying to setup a subdomain for Homarr using access lists within nginx. Both Homarr and Dashdot use http locally and ssl is forced on cloudflare's end. All my widgets work as expected except for Dash over the reverse proxy.. I get the error "detected protocol downgrade -Â The connection to your Dash. instance is using HTTP. This is a security risk, because HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is using HTTPS, or downgrade Homarr to HTTP (not recommended)." How do I force Dashdot to use ssl? I tried to look around in the documentation for dashdot but nothing jumped out at me.
October 2, 20232 yr Author You can use a proxy to forward HTTPS requests to the HTTP Dash. Or you could both downgrade them to HTTP as well. You just need to avoid mixing them up - that won't work. Â You need to do this outside of Homarr and Dash.. So it's unlikely that I can help you with your exact setup. Edited October 2, 20232 yr by manrw
October 7, 20232 yr Hi, how can i show the correct Storage Size, it showes me 0  There is an answer on Discord:  Well you need to mount the host into the container, you are only mounting some path in your user directory. That mount is not optional. https://getdashdot.com/docs/install/docker-compose  but i don't understand how i have to do it.  Thx 4 helping me out
October 8, 20232 yr Author 20 hours ago, eLpresidente said: Hi, how can i show the correct Storage Size, it showes me 0  There is an answer on Discord:  Well you need to mount the host into the container, you are only mounting some path in your user directory. That mount is not optional. https://getdashdot.com/docs/install/docker-compose  but i don't understand how i have to do it.  Thx 4 helping me out Hi, thanks for the question. The current version of the template has this mounting point: https://github.com/manuel-rw/unraid-templates/blob/8dbfed6e4d30850456da3ec31f8d9f9cb0d32b5e/templates/dashdot/dashdot.xml#L37 Do you maybe run an older version of the template? If you don't mind, can you post a screenshot of your mount points here?
October 9, 20232 yr Hi! Trying out the slskd docker and getting this error: Â 10:46:46 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args) Â
October 9, 20232 yr 20 hours ago, manrw said: Do you maybe run an older version of the template? i just installed it from the Appstore in Unraid but i guess it should be the latest  Quote If you don't mind, can you post a screenshot of your mount points here? Sure, its just /mnt/host i guess But i canceld the Sorage in DASHDOT_WIDGET_LIST, because the HDD's won't go into spindown. Is it possible that it need to run a while ? i got planty Storage Space 4x 16TB 1x3TB and 3x1TB Plates   Thanks for helping me out Edited October 9, 20232 yr by eLpresidente
October 9, 20232 yr 11 minutes ago, Keek Uras said: Hi! Trying out the slskd docker and getting this error: Â 10:46:46 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args) Â I went ahead and removed and reinstalled the app. Same error. I grabbed a full error this time: Â [10:58:20 INF] Using application directory /app [10:58:20 INF] Using configuration file /app/slskd.yml [10:58:20 INF] Storing application data in /app/data [10:58:21 INF] Listening for HTTP requests at http://0.0.0.0:5030/ [10:58:21 INF] Listening for HTTPS requests at https://0.0.0.0:5031/ [10:58:21 INF] Using randomly generated self-signed certificate [10:58:21 INF] Using base url / [10:58:21 INF] Serving static content from /slskd/wwwroot [10:58:21 INF] Configuration complete. Starting application... [10:58:21 INF] Application started [10:58:21 INF] Listening for incoming connections on port 50300 [10:58:21 INF] Checking GitHub Releases for latest version [10:58:21 INF] Initializing shares [10:58:21 INF] Share cache StorageMode is 'Memory'. Attempting to load from backup... [10:58:21 INF] Share cache backup validated. Attempting to restore... [10:58:21 INF] Share cache successfully restored from backup [10:58:21 INF] Share cache loaded from disk successfully. Sharing 0 directories and 0 files [10:58:21 INF] Warming browse response cache... [10:58:21 INF] Browse response cached successfully in 9ms [10:58:21 ERR] Disconnected from the Soulseek server: Connection refused [10:58:21 INF] Waiting about a second before reconnecting [10:58:21 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args) Please advise. Thanks!
October 9, 20232 yr Author 1 hour ago, Keek Uras said: Hi! Trying out the slskd docker and getting this error: Â 10:46:46 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args) Â Hi, thanks for the question. This looks to me like your ISP is blocking the request. Can you execute the following two commands and post the output here? Â Quote nslookup vps.slsknet.org Quote ping 208.76.170.59 Â
October 9, 20232 yr Author 1 hour ago, eLpresidente said: i just installed it from the Appstore in Unraid but i guess it should be the latest  Sure, its just /mnt/host i guess But i canceld the Sorage in DASHDOT_WIDGET_LIST, because the HDD's won't go into spindown. Is it possible that it need to run a while ? i got planty Storage Space 4x 16TB 1x3TB and 3x1TB Plates   Thanks for helping me out Thanks for posting it. I updated the template and I think this should fix the issue you're having. Unraid Apps refreshes each few hours to the new templates - so please wait a few hours until it updated. To update please remove the entire container and create it again using the "Apps".
October 9, 20232 yr 13 minutes ago, manrw said: Hi, thanks for the question. This looks to me like your ISP is blocking the request. Can you execute the following two commands and post the output here?   Thank you for the quick response. Here is the output of both:  ping 208.76.170.59 Pinging 208.76.170.59 with 32 bytes of data: Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Ping statistics for 208.76.170.59:    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds:    Minimum = 212ms, Maximum = 214ms, Average = 213ms  nslookup vps.slsknet.org Server: UnKnown Address: 172.16.0.1 Non-authoritative answer: Name:   vps.slsknet.org Address: 208.76.170.59 Â
October 9, 20232 yr Author Just now, Keek Uras said: Thank you for the quick response. Here is the output of both:  ping 208.76.170.59 Pinging 208.76.170.59 with 32 bytes of data: Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Ping statistics for 208.76.170.59:    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds:    Minimum = 212ms, Maximum = 214ms, Average = 213ms  nslookup vps.slsknet.org Server: UnKnown Address: 172.16.0.1 Non-authoritative answer: Name:   vps.slsknet.org Address: 208.76.170.59  Can you do the same from inside the container?
October 9, 20232 yr 17 minutes ago, manrw said: Thanks for posting it. I updated the template and I think this should fix the issue you're having. Unraid Apps refreshes each few hours to the new templates - so please wait a few hours until it updated. To update please remove the entire container and create it again using the "Apps". Thanks for helping me out.. i will try it tomorrow so it will be updated.. did you fixed the Storage error that it will show the utilization or that error with the dont working spin down ?Â
October 9, 20232 yr Author 4 minutes ago, eLpresidente said: Thanks for helping me out.. i will try it tomorrow so it will be updated.. did you fixed the Storage error that it will show the utilization or that error with the dont working spin down ? I think I'm not able to help you with the drives not spinning down. All I know is that modern drives don't need to spin down - this seems to be a relict from the past and modern drives can cope with it. Regarding the template update: Yes, that *should* fix the missing utilization. Please let me know if it does once the template has updated. Edited October 9, 20232 yr by manrw
October 9, 20232 yr 27 minutes ago, manrw said: Can you do the same from inside the container? Unfortunately no. The console opens for a few seconds and then disappears. I can resolve the FQDN from the console within unRAID but can't ping the IP. Both the server and my box are on the same network, so that makes no sense.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.