Jump to content

flosken

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by flosken

  1. On 4/27/2024 at 3:27 PM, Duckers said:

    Hoi, what am i missing? My image host works just fine, and when i launch webui from docker list in unraid, it opens as expected in the subdomain it's assigned. But for hastebin for instance, opening it's webui is still local IP, and when i click on it's hastebin link in NPM, it redirects immediately to my image host.

    I setup the cloudflare CNAME the exact same way as with the image host, ssl is set up as well. Other containers won't work either.

     

    chrome_zPAd2PiEvn.png

    Are you sure your hastebin runs in https? My guess is that it should be http.

  2. 13 hours ago, cambriancatalyst said:

    Hi, this was working for the longest time and, at some point, it broke in my environment. Have tried re-pulling the image, redoing the config, host vs. bridge network modes, and rebuilding the DB but for some reason the container just finds itself in a constant state of restart. Here is what is getting run after I apply the docker template. Does this look right? Is there anything else I can attempt to troubleshoot? Any help or suggestions you can provide are very much appreciated. Thank you

     

    ```

    docker run
      -d
      --name='invidious'
      --net='br0'
      --ip='192.168.1.27'
      -e TZ="America/New_York"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Tower"
      -e HOST_CONTAINERNAME="invidious"
      -e 'TCP_PORT_3000'='3000'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:3000]/'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/invidious.png'
      -v '/mnt/user/appdata/invidious/config/':'/invidious/config':'rw'
      --restart=always 'quay.io/invidious/invidious' 

    69cd5458af0048cac4b74a1fda58a1652db5971dbb3199bbe07518db4de227b1

    ```

    Have you set the HMAC_key variable?

    https://github.com/iv-org/invidious/issues/3854

×
×
  • Create New...