Jump to content

manrw

Members
  • Posts

    71
  • Joined

  • Last visited

Posts posted by manrw

  1. Notice regarding breaking changes in Homarr version 0.14

    Version 0.14 has introduced breaking changes. They are documented here:

    https://homarr.dev/blog/2023/11/10/authentication#breaking-changes


    The template has already been updated. You manually need to adjust your existing container if you installed before the update.
    The required mounting path is /data in the container. New installations with the template require no manual steps.

  2. On 10/20/2023 at 6:49 AM, Cody Peters said:

    Awesome, thanks. Looking forward to the update.

     

    As for the GPU thing, it looks like its not actually implemented yet from Dash. The creator wants to, but is not able to test/invest the time into it and is asking for community assistance. 


    I updated the template: https://github.com/manuel-rw/unraid-templates/pull/9

    It may take multiple hours to update on your server. To update, you must completely remove the container and add it again from the app store.
    Let me know if this resolves your issue.
     

    5 hours ago, rikdegraaff said:

    The weird thing is that is stops so quickly after starting, I don't have the chance to check in the console.

    I know that the dockers connectivity is the issue, cause when on bridge without VPN it is working.

     

    But what is wrong with the config, I mean other dockers do work while routed through Gluetun.

    What can I do to change the dns? And where.
    Sorry for all the questions but I'm a beginner using docker.


    What does the log show? The latest log should still be available, even after the container stopped.
    Alternatively, you can view the log using the CLI and the command "docker container logs <container-id>".
    You can change the DNS in multiple ways in Docker. But let's see what the log says first and then we can troubleshoot more precise.

    Warning: The log may contain information, that you don't want to show. Make sure to remove any information you don't want to post. Binding other containers to a container's network can be a bit finicky in Unraid sometimes. So just try out and see what sticks :)

  3. On 10/21/2023 at 12:40 AM, Keek Uras said:

    I've tried adding my folders to slskd using this info: https://github.com/slskd/slskd/blob/master/docs/docker.md and adding them as variables does not work. I've also added them as paths, that doesn't work either. When I log into the app and go into shares, I see this (screenshot):

     

    If I rescan shares, it finds nothing. Any suggestions?

     


     

    image.png


    Hi, thanks for the question.
    This is out of scope of the template - but I'll try to help you.

    Ensure that you configured the YAML with the appropriate paths:

    shares:
      directories: - /music

    Note: This path must be the inner mountpoint of your container.
     

    • Thanks 1
  4. On 10/21/2023 at 7:31 AM, rikdegraaff said:

    Hi @manrw,

     

    I have a question about routing traffic through

    another container while using slskd.

    Because I live in the Netherlands, I would like to route that docker through a VPN container.

    In my opinion I routed it just like other apps with "--net=container:GluetunVPN" as Extra argument.

    But still, that doesnt work for me.

    I get the following error(s):

     

    [07:27:14 WRN] Failed to check version: Failed to retrieve latest release version from GitHub: Resource temporarily unavailable (api.github.com:443)
    [07:27:14 FTL] Application terminated unexpectedly
    Soulseek.AddressException: Failed to resolve address '': Resource temporarily unavailable
     ---> System.Net.Sockets.SocketException (00000001, 11): Resource temporarily unavailable

     

    Is it possible at all to route the traffic of slskd through a VPN container, and is it really needed here?

     

    Hope to hear from you.

    Thanks in advance!


    Hi, thanks for the question.
    Using a VPN should be a viable solution with Soulseek - it is P2P after all.
    However, the trolls seem to be much less of a problem compared to Torrent.
    Ultimately, it's up to you if you want to use a VPN. You should also take into account that your VPN provider might not allow P2P for certain plans or prohibit it.
    Less reputable providers will also often keep logs and records of your traffic - so using a VPN doesn't necessarily "hide" you.

    Ensure, that you selected the network mode "none" in the dropdown and "--net=container:GluetunVPN" in the extra arguments.
    The log you posted indicates, that it can't connect to api.github.com nor to Soulseek. I'd suggest you to use ping, wget, curl different hostnames to check your connectivity.
    You can also try to use a different DNS server - like Quad9, Cloudflare or others that are less censored.

  5. Got it. Yes, it is possible. I'll adjust the template then...

    https://getdashdot.com/docs/config/features#dashdot_port

     

    Quote

    Why have a webui port option if it does not work, regardless of network mode. 

     

    It is not. Other Unraid templates have the same issue. Unraid templates are sadly complex enough to create such behaviour. However, I can add the option to configure the Dash. port.

  6. 9 hours ago, Cody Peters said:

    Hello,

     

    Having 2 issues. 

     

    1: When I change the port, the docker does not launch with the new port number. 3001 is already used by another service. When I change it to 3005 in the WebUI field, it still launches with 3001.

     

    2. When I add the ,gpu tag in the advanced settings, it just hangs after the speed test. No further information available.

     

    EDIT:

    Actually it looks like after a minute or two of running the whole dashboard dies: (regardless of GPU or not)
    image.thumb.png.5318162e5def02c8c45fac1eafbf0319.png


    I assume you're talking about Dash.?

    1. As mentioned by @JonathanM, Dash. will always run on the same goal. By using the bridge network mode, you can expose the traffic to a different port outside. Ensure that you've set bridge as network mode and check your port definition (https://github.com/manuel-rw/unraid-templates/blob/af4ed47281c724abf3f0c5358387d58276591e8c/templates/dashdot/dashdot.xml#L36)

    2. This support thread is only for issues related to the Docker template. This sounds like an application related issue - therefore please report it to Dash. itself: https://github.com/MauriceNino/dashdot

     

  7. Just now, Keek Uras said:

    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.


    Oh, so you executed the commands on your PC / Laptop instead of Unraid in your first message?
    If the Unraid machine can't ping the IP, it is pretty clear that something in your network is blocking access.
    Since this is not related to the template, it is likely that you'll have to figure it out yourself:

    - Is the IP being resolved from the FQDN the same on your Unraid as on your PC? If not that might be a problem.

    - Do you have VLans / conditional routing for your devices?
    - Do you have multiple subnets / DNS in your network?

  8. 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.

    • Like 1
  9. 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?
    image.png.9d4325884ace324df095b34ca623afa3.png

  10. 1 hour ago, eLpresidente said:

    i just installed it from the Appstore in Unraid but i guess it should be the latest

    image.png.a76eb7cb0075248ff2c12d41ea77d4ed.png

     

    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 

     

    image.thumb.png.49e86441feda3aff177e51f77f510a3b.png

     

    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".

    • Like 1
  11. 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

     

  12. 20 hours ago, eLpresidente said:

    Hi, how can i show the correct Storage Size, it showes me 0 

    image.png.cfbf083f4f360a764d6f868778d87b44.png

     

    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?

  13. 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.

  14. On 9/10/2023 at 9:16 PM, dopeytree said:

    Keep getting this notice in the syslog:

     

    homarr: Could not download icon https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/homarr.png

     

     

    2 hours ago, casperse said:

    Me to

     

    Hi, the support in this thread has been discontinued, because the original maintainer did not wish to continue providing support for Unraid Apps. The solution has been posted in the new thread:

    Can you let me know, if this fixes it for you? Did the incorrect Icon prevent you from starting Homarr?

  15. 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

    • Thanks 1
  16. 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

     

    • Thanks 1
  17. Quick Update:
    - I bought an additional 1 TB SSD which will store all docker containers and my VMs
    - I have restored some of my data (reverse proxy, nextcloud, ...). I also found some backups of important tools!
    - I made several copies of the backups and made a disk image of the entire 1 TB HDD
    - I completly removed the 1 TB HDD from the system and will keep it like this for now
    - I bought 5 TB external backup storage, which I will backup to using Duplicati

    I should be ready to turn it on and plug the new 1 TB SDD in. Will you assist me for configuration, that I don't break something again?

×
×
  • Create New...