-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docker run -d -p 8080:80 nextcloud:23 with all default options but still getting a non working CODE server #1659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do these requirements from Collabora Online still apply?
Because if so then I imagine a default subdomain is being used. It also means without properly configuring the reverse proxy to provide certificates for 2 subdomains it will not work, despite the installation instruction not mentioning this. |
I'd not recommend to run Collabora in the same container as Nextcloud. #630 might be useful for you. |
Thanks, I might try again. I specifically tried version 23 because of the integration / bundling because before, via compose, it also didn't work for me. Everything starts properly yet when it's time to use Collabora, unable to connect. I imagine there is some reverse proxy parameter I might miss. It's a shame that somehow default settings for this don't "just" work. |
I see everywhere that you use a separate domain for collabora, but nobody explains why/if this is mandatory, as the collabora server is on another port anyways. Any clue? |
I've left some comments what you need to do in order to get the built-in CODE server to run at #1896 (comment) |
The place to look to troubleshoot this sort of situation would be your Since you were using a non-default port, you may have simply encountered this (which would have been in your Nextcloud log):
The reason is because To follow-up on this, I suggest the help forum (https://help.nextcloud.com) and/or if there seems to be a bug in the activation process for
Those requirements apply mostly for install methods other than the Built-in one. I'm going to close this, since this isn't an image specific matter and there's nothing here to be done about this. |
Hi,
I run my own NextCloud instances on my local machine for testing and on my server. Unfortunately I can't manage to get collaborative editing. I noticed with the recent Hub II announcement that there is now NextCloud Office. I thought I would try again.
I ran the most simple example, namely
docker run -d -p 8080:80 nextcloud:23
, connect to it via http://localhost:8080, create my admin login and accept the suggest services, which seems to include CODE. I let the process end and everything seems to work.Unfortunately I can't edit rich documents and when I head to http://localhost:8080/settings/admin/richdocuments I get
Could not establish connection to the Collabora Online server.
, cf below :So at this point I'm a bit confused. When few months ago I tried the same setup with docker-compose I thought that maybe I missed something. Here though, as it seems to be all included and managed, I fail to see what I could have done wrong.
I checked the browser console, even tried another browser (but as it is server side I don't see how it could be related) and the container logs but can't see anything special, no error.
I noticed #1164 but opened another issue as that seems related to another setup relying on compose.
The text was updated successfully, but these errors were encountered: