Nextcloud - Daniel Hansson
-
Not sure if any of you know this guy, I've used his tools and have know him for years. He has a new Nextcloud VM out that includes TURN for Nextcloud Talk. This is pretty cool.
Also, if you haven't ever watched his "NextCloud and OnlyOffice installed in under 20 minutes" video, it's a fun thing to watch. You can skip the middle portions if you don't like watching the script roll by.
I know most of you would rather fight with these installers on your own, but it you are ever in a hurry, this is a sweet path.
https://www.techandme.se/how-to-install-nextcloud-onlyoffice-in-under-20-minutes/
-
Odd, I've tried the "just use the app" and it never works.
-
@scottalanmiller said in Nextcloud - Daniel Hansson:
Odd, I've tried the "just use the app" and it never works.
I don't follow. You mean the Talk app should be able to work directly with another talk app? (both the same NextCloud Talk of course)
-
@JasGot said in Nextcloud - Daniel Hansson:
@scottalanmiller said in Nextcloud - Daniel Hansson:
Odd, I've tried the "just use the app" and it never works.
I don't follow. You mean the Talk app should be able to work directly with another talk app? (both the same NextCloud Talk of course)
No, I mean the OnlyOffice / Colabora installs. It always ends up requiring another server.
-
@scottalanmiller said in Nextcloud - Daniel Hansson:
No, I mean the OnlyOffice / Colabora installs. It always ends up requiring another server.
It's funny. I tried to play with OO on my Nextcloud server today to answer some questions for a customer, and I, too, found it was looking for another server.
Al the more reason to find benefit in Daniel's work.
-
I've never had a problem setting up Nextcloud and OnlyOffice. But I never tried to put them on the same server.
-
@JaredBusch said in Nextcloud - Daniel Hansson:
I've never had a problem setting up Nextcloud and OnlyOffice. But I never tried to put them on the same server.
Right, I've only had issues when attempting to do the "one server" thing that NC Hub advertises.
-
It works pretty well with Docker. Here's a repo to get started: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
It's using SQLite, but you could easily just create a container for postgres or whatever and use that.
-
-
@stacksofplates said in Nextcloud - Daniel Hansson:
It works pretty well with Docker. Here's a repo to get started: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
It's using SQLite, but you could easily just create a container for postgres or whatever and use that.
I have mine running in Docker too, on postgress, nginx and php-fpm. I probably have a docker-compose file for that setup somewhere.
-
@marcinozga said in Nextcloud - Daniel Hansson:
@stacksofplates said in Nextcloud - Daniel Hansson:
It works pretty well with Docker. Here's a repo to get started: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
It's using SQLite, but you could easily just create a container for postgres or whatever and use that.
I have mine running in Docker too, on postgress, nginx and php-fpm. I probably have a docker-compose file for that setup somewhere.
We have CODE, but on Docker, too. No issues there.
-
@scottalanmiller said in Nextcloud - Daniel Hansson:
@marcinozga said in Nextcloud - Daniel Hansson:
@stacksofplates said in Nextcloud - Daniel Hansson:
It works pretty well with Docker. Here's a repo to get started: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
It's using SQLite, but you could easily just create a container for postgres or whatever and use that.
I have mine running in Docker too, on postgress, nginx and php-fpm. I probably have a docker-compose file for that setup somewhere.
We have CODE, but on Docker, too. No issues there.
I've never had any luck with CODE, no idea why, ONLYOFFICE just worked.
-
@marcinozga said in Nextcloud - Daniel Hansson:
@scottalanmiller said in Nextcloud - Daniel Hansson:
@marcinozga said in Nextcloud - Daniel Hansson:
@stacksofplates said in Nextcloud - Daniel Hansson:
It works pretty well with Docker. Here's a repo to get started: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud
It's using SQLite, but you could easily just create a container for postgres or whatever and use that.
I have mine running in Docker too, on postgress, nginx and php-fpm. I probably have a docker-compose file for that setup somewhere.
We have CODE, but on Docker, too. No issues there.
I've never had any luck with CODE, no idea why, ONLYOFFICE just worked.
CODE worked just fine, but separate server using Docker. We like it because it uses the file formats that we use.
-
I tried this tonight because I was curious. Man, that is SO much easier to get everything installed and working together.