amerkurev / doku

💽 Doku - Docker disk usage dashboard
https://docker-disk.space
MIT License
285 stars 12 forks source link

Doku not showing any anything - Error in log #22

Open cobalt027 opened 1 year ago

cobalt027 commented 1 year ago

Hello! I'm running this in unraid 6.11.5 with the template from the AppCenter. I'm seeing this in the logs for Doku: time="2023-07-16T12:05:57-04:00" level=error msg="failed to execute request: docker disk usage" err="Error response from daemon: a disk usage operation is already running"

What have I done wrong?

ewoks commented 8 months ago

+1 for the same running in container on Synology @amerkurev any hints?

bedelaitre commented 6 months ago

It seems that DOKU doesn't support reverse proxy using HTTPS.

My reverse proxu is "https://app.xxxxx.synology.me", with HTTPS.

In the log file (with log set to debug), I can see references to http://app.xxxxx.synology.me (with HTTP)

time="2024-02-21T14:33:21Z" level=debug msg="request started" http_method=GET http_proto=HTTP/1.1 http_scheme=http remote_addr=192.54.200.178 ts="Wed, 21 Feb 2024 14:33:21 UTC" uri="http://app.xxxxx.synology.me/v0/disk-usage" user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"

ewoks commented 6 months ago

@bedelaitre not sure that your error is directly related to original one