onlyoffice-nextcloud | edit office documents from Nextcloud using ONLYOFFICE
kandi X-RAY | onlyoffice-nextcloud Summary
kandi X-RAY | onlyoffice-nextcloud Summary
You will need an instance of ONLYOFFICE Docs (Document Server) that is resolvable and connectable both from Nextcloud and any end clients. ONLYOFFICE Document Server must also be able to POST to Nextcloud directly. ONLYOFFICE Document Server and Nextcloud can be installed either on different computers, or on the same machine. If you use one machine, set up a custom port for Document Server as by default both ONLYOFFICE Document Server and Nextcloud work on port 80. You can install free Community version of ONLYOFFICE Docs or scalable Enterprise Edition with pro features. To install free Community version, use Docker (recommended) or follow these instructions for Debian, Ubuntu, or derivatives.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get file config
- Track a file .
- Registers the services .
- Get file history
- Check the healthcheck service URL .
- Decode JWT .
- Open a file .
- Get file params
- Set watermark settings .
- Lock public key
onlyoffice-nextcloud Key Features
onlyoffice-nextcloud Examples and Code Snippets
Community Discussions
Trending Discussions on onlyoffice-nextcloud
QUESTION
As the title suggests, I am trying to run nextcloud with OnlyOffice in Docker Desktop for Windows, and I am trying to congfigure nginx to accept connections through LAN, such that I can connect to my server from other computers on the network, all of which are running Windows 10.
Though I have read through many posts around the internet with similar issues, none of them seem to have my particular setup, and I am unable to figure out what to do from here.
What I have managed to do so far:
1- Installed docker engine for windows community edition in addition to Kitematic GUI. I am using Docker's default containers, so I have not installed VirtualBox. Configured docker to have its "DockerDesktop.vhdx" on my "D:/" drive.
2- Installed docker-onlyoffice-nextcloud using the instructions on the github page here: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud. I ran into the issue of the nextcloud server not being able to access the OnlyOffice server and managed to "fix" that by opening the localhost:100 port on the OnlyOffice server using Kitematic and configuring the OnlyOffice app in the nextcloud server to connect to it (did that using the nextcloud web interface).
3- I can now access nextcloud on http://localhost/ on the host computer but I have had no luck connecting to it from any other computer on the network.
Problem:
I am unable to figure out what is preventing me from connecting to the server locally, but I am guessing that it has something to do with the nginx server configuration.
Tried:
Some people suggested checking the nginx.conf to make sure that listen 80; is enabled, and it seems to me like it is. Others suggested using server_name localhost; after the listen 80; and that did not seem to do anything either.
I have checked Windows sharing options to turn on Network Discovery, thinking it might have something to do with it, to no avail.
For reference, below are the configuration files and scripts used for this setup:
docker-compose.yml
...ANSWER
Answered 2019-Nov-07 at 16:53If the issue is in windows firewall, then try disabling it and testing the connection to see if it works. If it does work, reactivate windows firewall, and then you can proceed to follow the instructions below:
1- Click Start and Type Windows Firewall on your host PC.
2- Click on Windows Firewall with Advanced Security.
3- Find Inbound Rules on the left side of the window, and right click it.
4- Click New Rule.. and a new window will come up.
5- Choose Port on the Rule Type tab, then click Next.
6- Under the Protocol and Ports tab, choose TCP in the first choice, and Specific Local Ports: in the second choice, and type in 80 in the text box. Click Next.
7- Under the Action tab, choose Allow the Connection.
8- Under the Profile tab, select Check all boxes and click Next.
9- Under the Name tab, give your rule a name, and type in a small description of what it is so you can remember why you created it. Click Finish.
This rule should now be active, and you should be able to connect to your server by typing in its IP Address on another machine on the same network.
Note that I am by no means informed enough on the subject matter and that I am learning as I go. I am using this package of software for personal tasks and to learn, so security is not a big issue for me, and I have no idea how bad this "solution" of mine is from an expert's point of view.
So Please Proceed With Caution.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install onlyoffice-nextcloud
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page