Karatekid

Members
  • Posts

    36
  • Joined

Posts posted by Karatekid

  1. 4 hours ago, Djoss said:

    I guess the welcome site is server by another web server?

    Tried to overwrite the Congratulations Page.

    Insert a index.html and a folder called web_images. In the HTML i call the prictures with <img src="web_images/icon.png">

    Maybe the call in the index html is wrong or better I need to give the proxy the folder.

    Also when I call 192.1.2.3:81 directly the images are not found.

     

    4 hours ago, Djoss said:

    Did you applied the same strategy/config as the portainer's one?

    yes. try to learn it buts really complicated if you do it the first one.

    I think my problem is, that all the folders which the site (unraid, static,...) refere to are not found.

  2. On 4/11/2019 at 3:42 AM, Djoss said:

    First, make sure to upgrade to the latest docker image, which contains a fix for subfolder forwarding.

     

    Then, do you need to pass the "/portainer/" part of the URL to the forward host? if not, then set the location to "/portainer/" and the forward IP to "192.1.2.3/" (not the ending slashes).

    Thank you for your super support.

    I managed to get portainer running. But only when I''m opening domain.de/portainer/ and not with domain.de/portainer

     

    Problems are currently

    - A static site as welcome site under domain.de --> background pictures laying a folder under it and will not be shown

    - Unraid under domain.de/unraid --> missing js --> Only working when domain.de refers to 192.1.2.3:80

    - Proxy Manager under domain.de/proxy --> Nothing will be shown

     

    Idea was

    domain.de --> Direct to proxy manager 192.1.2.3:81 to give out a static page

    domain.de/unraid --> 192.1.2.3:80

    domain.de/proxy --> 192.1.2.3:7818

     

     

  3. ok than an example how it should work but it doesn't or I'm understanding something wrong.

     

    I want to have

     

    domain.de --> static page

    domain.de/portainer --> portainer webui access

     

    192.1.2.3:81 --> default_www/startpage/nginx_proxy_manager

    192.1.2.3:9000 --> Portainer

     

    Domain name: domain.de

    sheme: http

    IP: 192.1.2.3

    Port: 81

     

    Custom Location

    location: /portainer

    sheme: http

    IP: 192.1.2.3

    Port: 9000