whats-up-docker icon indicating copy to clipboard operation
whats-up-docker copied to clipboard

Necessary Docker API Section Access

Open jrbarronumd opened this issue 1 year ago • 0 comments

Hello, and thanks for sharing your work!

I'm trying to get set up with WUD, and the local machine is going well. I also have a remote server on my network running a few things that I'd like to watch. I've been using Homepage to access the Docker API for some time now, with this docker socket proxy container by Tecnativa, recommended by the Homepage docs. The idea behind the proxy container is to selectively expose the socket externally, and it is very conservative as a default.

There is a relatively list of API sections that can be allowed by the proxy container - Is there a defined list of calls used by WUD? I'm guessing the conservatism will have to be pretty well shredded if I want WUD to update containers, but right now it can't even see the socket at all, and I'm not seeing much detail in the logs, other than the snippet below. Any suggestions are greatly appreciated.

19:10:24.680  WARN whats-up-docker/watcher.docker.my-server:
    Error when trying to get the list of the containers to watch ((HTTP code 403) unexpected - <html><body><h1>403 Forbidden</h1>
    Request forbidden by administrative rules.
    </body></html>
    
     )

Thanks again!

jrbarronumd avatar Feb 26 '24 20:02 jrbarronumd