onlyoffice-nextcloud | edit office documents from Nextcloud using ONLYOFFICE

 by   ONLYOFFICE PHP Version: v7.8.0 License: Apache-2.0

kandi X-RAY | onlyoffice-nextcloud Summary

kandi X-RAY | onlyoffice-nextcloud Summary

onlyoffice-nextcloud is a PHP library. onlyoffice-nextcloud has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

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

            kandi-support Support

              onlyoffice-nextcloud has a low active ecosystem.
              It has 329 star(s) with 100 fork(s). There are 34 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 187 open issues and 393 have been closed. On average issues are closed in 144 days. There are 15 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of onlyoffice-nextcloud is v7.8.0

            kandi-Quality Quality

              onlyoffice-nextcloud has 0 bugs and 0 code smells.

            kandi-Security Security

              onlyoffice-nextcloud has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              onlyoffice-nextcloud code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              onlyoffice-nextcloud is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              onlyoffice-nextcloud releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              onlyoffice-nextcloud saves you 1862 person hours of effort in developing the same functionality from scratch.
              It has 5551 lines of code, 252 functions and 67 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed onlyoffice-nextcloud and discovered the below as its top functions. This is intended to give you an instant insight into onlyoffice-nextcloud implemented functionality, and help decide if they suit your requirements.
            • 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
            Get all kandi verified functions for this library.

            onlyoffice-nextcloud Key Features

            No Key Features are available at this moment for onlyoffice-nextcloud.

            onlyoffice-nextcloud Examples and Code Snippets

            No Code Snippets are available at this moment for onlyoffice-nextcloud.

            Community Discussions

            Trending Discussions on onlyoffice-nextcloud

            QUESTION

            How to run docker-onlyoffice-nextcloud on windows through LAN only
            Asked 2019-Nov-07 at 16:53

            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:53

            If 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.

            Source: https://www.nextofwindows.com/allow-server-running-inside-wsl-to-be-accessible-outside-windows-10-host

            Source https://stackoverflow.com/questions/58707096

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install onlyoffice-nextcloud

            You can download it from GitHub.
            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

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ONLYOFFICE/onlyoffice-nextcloud.git

          • CLI

            gh repo clone ONLYOFFICE/onlyoffice-nextcloud

          • sshUrl

            git@github.com:ONLYOFFICE/onlyoffice-nextcloud.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link