Nextcloud - Daniel Hansson
-
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.