docker-onlyoffice-nextcloud | deploy Nextcloud with preconfigured free version | Continuous Deployment library
kandi X-RAY | docker-onlyoffice-nextcloud Summary
kandi X-RAY | docker-onlyoffice-nextcloud Summary
Here we offer you to deploy Nextcloud with preconfigured free version of ONLYOFFICE Docs (Document Server). Note that there're commercial versions of it. The table below will help you make the right choice. * It's possible to add documents for comparison from your local drive, from URL and from Nextcloud storage. ** Support for all conditions and gradient. Adding/Editing capabilities are coming soon.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-onlyoffice-nextcloud
docker-onlyoffice-nextcloud Key Features
docker-onlyoffice-nextcloud Examples and Code Snippets
Community Discussions
Trending Discussions on docker-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 docker-onlyoffice-nextcloud
Get the latest version of this repository running the command: git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud cd docker-onlyoffice-nextcloud
Run Docker Compose: Please note: the action must be performed with root rights. docker-compose up -d Please note: you might need to wait a couple of minutes when all the containers are up and running after the above command.
Now launch the browser and enter the webserver address. The Nextcloud wizard webpage will be opened. Enter all the necessary data to complete the wizard.
Go to the project folder and run the set_configuration.sh script: Please note: the action must be performed with root rights. bash set_configuration.sh
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