Comment on Need some help setting up gethomepage in my server
tofubl@discuss.tchncs.de 1 day agoWould love to see it.
Here’s mine from the Paperless compose.yml (non functional):
webserver: image: ghcr.io/paperless-ngx/paperless-ngx [...] labels: - homepage.group=Productivity - homepage.name=Paperless - homepage.icon=paperless.png - homepage.href=https://[LOCAL URL] - homepage.description=Document Management - homepage.widget.type=paperlessngx - homepage.widget.url=http://[PAPERLESS IP:PORT] - homepage.widget.key=[PAPERLESS API TOKEN]
And here’s the error from Homepage frontend:
API Error: Unknown error URL: http://[PAPERLESS IP:PORT]/api/statistics/?format=json Raw Error: { "errno": -110, "code": "ETIMEDOUT", "syscall": "connect", "address": "[PAPERLESS IP]", "port": [PAPERLESS PORT] }
Darkassassin07@lemmy.ca 19 hours ago
Homepage is unable to reach the host you gave it. IP/hostname changed.
tofubl@discuss.tchncs.de 15 hours ago
I need to use the IP for specific reasons concerning my setup; and I don’t want the two containers to share a Docker network.
This used to work exactly as is when I set it up, but doesn’t anymore.
I tinkered with it some more now and I found that while I can ping the docker host, I can’t actually wget anything from any docker services from within the Homepage container. Currently at a loss why that might be.