I am setting up nextcloud AIO in a podman container on my VPS. After some struggle, I got to the installation page, but domain checking is simply not working out.
After looking up, I decided to check the port from host machine. Strangely, curl localhost:11000
hangs indefinitely.
nextcloud-aio-domaincheck
container is running, and it mapped port as 0.0.0.0:11000->11000/tcp
. The domaincheck server should be reachable, and I don’t think firewall would be preventing localhost access…
The single line log from domaincheck container is:
2025-03-20 13:47:43: (…/src/server.c.1939) server started (lighttpd/1.4.76)
I am utterly lost here. Does anyone know what would be possible reasons, and how to troubleshoot the issue? Any pointers would be greatly appreciated. Thank you in advance!
CrackedLinuxISO@lemmy.dbzer0.com 2 weeks ago
Are you able to independently confirm that the domaincheck container is listening to the right port? Eg
netstat -tunlp
on the hostsomeacnt@sh.itjust.works 2 weeks ago
I got
It is listening at the right port. But Recv-Q is nonzero, which seems quite strange.