-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with initial setup #55
Comments
Just a guess, but I'd try the HumHub Server here. Btw, I set up my system before the last two fields were added and they are still blank, maybe that is also something you could try. |
Thanks for your response! Unfortunately neither
I am suspecting it might be related to the docker containers not being able to talk to each other, but I really have no clue what the issue is (because I can reach both HumHub and the OnlyOffice Document Server via a web browser). |
127.0.0.1 may work on your host machine but probably not from inside the onlyoffice docker container. I'd try finding the IP address of the humhub server container and use that instead. Additionally you could open a bash inside the containers and use wget/curl (Let's hope it's installed) to check connectivity to the other container. |
Hi @rasenmaeher92,
The exact addresses in your case depend on your network configuration. |
Hi @SergeyKorneyev, The public address of the Document Server is (in my case http://127.0.0.1:8080). The screenshot shows that I can navigate to the welcome page and http://127.0.0.1:8080/healthcheck/ returns If I am not mistaken they should all be in the same network, as that is the default for docker containers. Thus, I have entered http://127.0.0.1:8080 as the address for the document server in the humhub configuration (which does not work): In addition, I have also tried to use the internal IPs of the docker containers (e.g. 127.17.0.4), which had already described in the initial post, but that also does not work. For reference, this is an overview of all the running containers (created via To verify connectivity, I tried to use |
In this case, 127.0.0.1 is considered as the Document Server address inside the container. So it can be reached from the host using port 8080, but requests from the inside of the container cannot be sent outside. |
I am trying to connect an Only Office Document Server to my HumHub community installation to test things before they are being installed on a production HumHub installation.
I am using the following command to launch a HumHub installation on my local machine (WSL2 - Ubuntu 20.04 LTS):
which works fine. I can init the installation, create an Admin user, install and activate modules.
Next I run:
to launch the document server, which also works fine (I am able to reach http://127.0.0.1:8080/welcome/).
After installing the Only Office Connector module in HumHub, I am however encountering issues in its configuration. I found the IP address of the documentserver docker container (127.17.0.4) and thus entered the following configuration:
Upon clicking Submit to save these settings, a red error appears on top: "ONLYOFFICE Docs not accessible.". Furthermore, upon refreshing the site, the entry for "Server address for internal requests from ONLYOFFICE Docs" is gone. When actually trying to use the OnlyOffice Document Server functionality, the Only Office UI loads and quickly first a warning appears: "The document could not be saved. Please check connection settings or contact your administrator. [...]" and before one can interact with this warning, another error appears. "Download failed"
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: