Nextcloud version (eg, 24.0.1): 31.0.7
Talk Server version (eg, 14.0.2): 21.1.2
Custom Signaling server configured: latest docker
Custom TURN server configured: inside docker
Custom STUN server configured: inside docker
In case the web version of Nextcloud Talk is involved:
Operating system (eg, Windows/Ubuntu/ā¦): Linux 6.8.12-11-pve x86_64
Browser name and version (eg, Chrome v101): Chrome v138
The issue you are facing:
I have 2 Ubuntu containers inside Proxmox Virtual Environment machine.
Both containers are on same local network anche can access internet.
Inside fisrt container Iāve installed Nextcloud (Apache2 + downloaded zip from nextcloud website).
Inside second container Iāve put docker with HPB, but I canāt make them connectā¦
Is this the first time youāve seen this error? (Y/N): First time I try to setup Nextcloud!
Steps to replicate it:
followed steps in the HPB docker guide
The output of your Nextcloud log in Admin > Logging or errors in nextcloud.log in /var/www/:
https://bin.disroot.org/?c4fbc5dd28304a0a#F7k6cVqdKox8VqP9crsNn54qURpjHe5AJB6ypPrET6GN
The output of your Apache/nginx/system log in /var/log/apache2/access.log
:
Your browser log if relevant (javascript console log, network log, etc.):
What I tried so far on HPB container (outside docker shell):
compose.yaml
Apache2 configuration on HPB container:
ufw allow 3478/tcp
ufw allow 3478/udp
docker compose up -d
docker compose logs
https://bin.disroot.org/?1784fa6a670572f8#BJctbThRKJSCSAiCPftawsrXQe2vtxrGBddBVfUxAG6Q
curl http://localhost:8181/api/v1/welcome
{"nextcloud-spreed-signaling":"Welcome","version":"2.0.3~docker"}
curl -i http://172.17.0.2/standalone-signaling/api/v1/welcome
curl: (7) Failed to connect to 172.17.0.2 port 80 after 3102 ms: Could not connect to server
curl -i http://172.17.0.1/standalone-signaling/api/v1/welcome
HTTP/1.1 404 Not Found
Date: Wed, 23 Jul 2025 16:11:26 GMT
Server: Apache/2.4.63 (Ubuntu)
Content-Length: 272
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.63 (Ubuntu) Server at 172.17.0.1 Port 80</address>
</body></html>