pranasziaukas

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by pranasziaukas

  1. I love ghostfolio but I fully agree that users generally come to Unraid because of friendly community and streamlined container experience. Unfortunately, having to maintain several other containers just to start ghostfolio is far from streamlined design. Why these can't be bundled?
  2. That's pretty inconvenient though. Can I run as root or have a way to quickly execute the `ytdl-sub` command from the UI? Also, it would be awesome if the cron job outputted some logs, which AFAICT it currently doesn't.
  3. How do I change the Docker port 6881? It's not adjustable in the template for some reason, and no matter what I do I get ``` docker run -d --name='qbittorrent' ... -p '8080:8080/tcp' -p '54321:6881/tcp' -p '54321:6881/udp' ... ``` which drives me crazy. I can port forward whatever in my router but, to the best of my understanding, the qBittorrent client reports its port 6881 to a torrent tracker which blacklists 6881.
  4. Giving this a spin today, the project looks lovely! Also experienced issues with the "Test email" function. I initially tried the 465 port (SSL) which caused the whole container to hang with no useful logs. Then changed it to 587 and it worked fine.