Integrating OnlyOffice with NextCloud
-
@Obsolesce said in Integrating OnlyOffice with NextCloud:
I clicked the download button, because well... why not? I wanted to download it. Crazy me for thinking the download button would take me to download the community edition.
I think you are expecting that someone is going to push you towards the free version rather than trying to sell you on paying for a paid support version. That makes no sense. Might it happen, sure. Is it likely or logical? No. You state it like it would seem crazy, but if you use some empathy for the people who are paid by convincing people to pay for their support or upgraded features, it makes no sense to shove the free version in their faces. They already make it trivially easy to find and quite obvious that it is there and they make a point of going out of their way to promote it elsewhere (like posting about it around here.)
What's crazy is thinking that something that has stated clearly it is open source and free, has posted their code, has trivial links showing where to get it.... is actually not any of those things and sketchy because they want to be a successful business. It's not a rational expectation.
-
Would you think that Chevy doesn't sell cheaper cars, just because their salesman suggested a more expensive one? Does McDonald's not have a dollar menu just because their greeting is for the limited time, and more expensive item? Or course not, that would be nutty.
The job of the sales person or marketing message is to up sell you. If you want the cheapest (lowest margin or lowest profit) option, you are going to need to do some foot work yourself and avoid what people are trying to sell you.
This applies to every aspect of your life. Your job is going to try to low ball you on salary. Your car salesman is going to try to upsell you. Your college is not going to try to give you a discount. You name it, every interaction you have someone is at least casually trying to get more out of you, and it often works. That's why sales people get paid, and why marketers gets paid.
OnlyOffice is no different. They are acting reasonably, rationally, ethically, and normally - exactly how you'd expect a good company with an open source product would act.
They actually go really far out of their way to make the open and free aspects clear, moreso than the average open and free company by a bit.
-
-
@Obsolesce said in Integrating OnlyOffice with NextCloud:
y not? I wanted to download it. Crazy me for thinking the download button would take me to download the community edition.
It is clear though, Community Edition is that way always
-
Hello, I represent ONLYOFFICE here, and I can answer your questions, although @scottalanmiller has already done my job, I think)
We have both free and commercial builds. Just take ONLYOFFICE Community Edition (to be more exact Document Server that is a part of CE) if you need a free one. It is easy.
-
Just install our Document Server. We recommend using Docker https://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx
-
Get the integration app from the Nextcloud App Store https://apps.nextcloud.com/apps/onlyoffice
-
Go to the Nextcloud settings and do this https://monosnap.com/file/X8NYAafxd9gxiBSDFIEQwBWNLPxYZQ
CE has some limitations - up to 20 users. The license is AGPL v3
Integration Edition (IE) is a commercial build, a way of delivering our Document Server to enterprises.
The source code of Document Server is open and available on GitHub, so both CE and IE are open source.
Sorry if our website seemed complicated, the thing is that we have many products - for home users, SMBs, for developers, and so on. But I here to answer the questions, really sorry that I missed previous ones.
-
-
Also, I have some great news! ONLYOFFICE and Nextcloud formed an official technological partnership which means that we are ready to enhance our integration. How? We wrote a blog post about it. Brief overview:
What has been done:
-
Sharing via public link
-
Easier work with OpenDocument
-
Virtual app appliances installation (the easiest way to install the ONLYOFFICE+Nextcloud combo).
Plans
-
Connecting ONLYOFFICE desktop
-
Inserting images from the file manager
-
Force Save
-
Converted file downloading from the file manager.
-
Sharing from the editor
-
-
@hellonadya something I'd love to see is a clear "how to" on your website of using an external reverse proxy. The current instructions expect that the proxy is local (on the same box as NextCloud and OnlyOffice) and when the parts are on three different servers, things work a bit differently.
-
@scottalanmiller ok, we'll try to do this :smiling_face:
-
@hellonadya said in Integrating OnlyOffice with NextCloud:
@scottalanmiller ok, we'll try to do this :smiling_face:
Awesome, thanks. There are just a few details that differ and are confusing because the standard docs don't apply and there isn't clear documentation (that I've found) that expresses what the systems are really looking for.
-
@scottalanmiller you can DM me what problems you've had. Maybe I will be able to have the answers sooner
-
I just did this with Nextcloud 17.0.1 and OnlyOffice 5.4.2, running on separate Debian 10 instances.
I'll get a guide wrote up sometime I hope. I need to replicate this out, so I will likely have time to do so.
I used this out of date guide as my main reference since everything was on Debian.
https://www.linuxbabe.com/ubuntu/integrate-nextcloud-onlyofficeIt had issues of course. all guides tend to as they age. but it was close enough.
-
@JaredBusch said in Integrating OnlyOffice with NextCloud:
I just did this with Nextcloud 17.0.1 and OnlyOffice 5.4.2, running on separate Debian 10 instances.
both NC and OO are running certbot themselves because bad planning. i have 60 days until NC renews and 90 until OO renews to look at WTF I did here and clean it up.
-
@JaredBusch said in Integrating OnlyOffice with NextCloud:
@JaredBusch said in Integrating OnlyOffice with NextCloud:
I just did this with Nextcloud 17.0.1 and OnlyOffice 5.4.2, running on separate Debian 10 instances.
both NC and OO are running certbot themselves because bad planning. i have 60 days until NC renews and 90 until OO renews to look at WTF I did here and clean it up.
Why is that bad planning?
-
@Dashrender said in Integrating OnlyOffice with NextCloud:
@JaredBusch said in Integrating OnlyOffice with NextCloud:
@JaredBusch said in Integrating OnlyOffice with NextCloud:
I just did this with Nextcloud 17.0.1 and OnlyOffice 5.4.2, running on separate Debian 10 instances.
both NC and OO are running certbot themselves because bad planning. i have 60 days until NC renews and 90 until OO renews to look at WTF I did here and clean it up.
Why is that bad planning?
I would assume because 1 cert would be enough to cover the entire site.
-
@Dashrender said in Integrating OnlyOffice with NextCloud:
@JaredBusch said in Integrating OnlyOffice with NextCloud:
@JaredBusch said in Integrating OnlyOffice with NextCloud:
I just did this with Nextcloud 17.0.1 and OnlyOffice 5.4.2, running on separate Debian 10 instances.
both NC and OO are running certbot themselves because bad planning. i have 60 days until NC renews and 90 until OO renews to look at WTF I did here and clean it up.
Why is that bad planning?
Because things were rush/done without full planning for what was needed to make things happen correctly.
That was not my thing. But the thing I'm presented with now. I can fix it. Just annoying.