this post was submitted on 18 Feb 2025
22 points (95.8% liked)

Selfhosted

42631 readers
584 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi all, I am trying to use Collabora online, but am stuck. I set it up via the docker instructions here (https://sdk.collaboraonline.com/docs/installation/CODE_Docker_image.html).

But when I go to https://127.0.0.1:9980/, all I get is "OK". The reverse proxy works, but the same "OK". How do I actually use the Collabora?

I am anticipating a web interface to a document editor by the browser.

all 16 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 days ago (1 children)
[–] [email protected] 3 points 1 day ago

That's a good troll because I legit am irritated by it :)

[–] [email protected] 8 points 2 days ago (1 children)
[–] [email protected] 4 points 2 days ago

Meaning, surely Collabora office does more than just say "OK", right?

[–] [email protected] 3 points 2 days ago

I have it hooked up to nextcloud and get a UI for documents in there. There's an area in the settings there where you can point it to collabora. I haven't used it outside of that, but it does have a UI. It's not on the root url though. I forget where it is, but you may be able to find what that is.

[–] [email protected] 3 points 2 days ago

You need a way to hand it a file for editing, nextcloud can do that

[–] [email protected] 2 points 2 days ago (2 children)

I haven’t worked with Collabora before so I could be completely wrong but it looks like from the install doc that the “OK” string is what should be expected.

Is CODE the server backend to handle syncing and do you need to install a separate application that points to that server?

I know standard notes is like that.

[–] [email protected] 7 points 2 days ago (4 children)

Ah, so Collabora is the backend and there has to be a frontend? That was not clear to me. Is there a common frontend? I should add, I am specifically trying to avoid using NextCloud and OwnCloud.

[–] [email protected] 4 points 2 days ago

The parent comment is correct. CODE is the server, you need the "Collabora Online app" for document editing. I'm not aware if there are alternatives to the ownCloud / Nextcloud apps.

[–] [email protected] 3 points 2 days ago

Moodle can also use collabora.

[–] [email protected] 2 points 2 days ago

Hate to say it, but I cannot find an alternate front end to it. There might be one, but documentation on it is pretty scarce, every tutorial I've ever seen has just told how to let nextcloud use it.

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

I don't know of another frontend. You might want to try only office instead.

Anti Commercial-AI license

[–] [email protected] 1 points 2 days ago

But, does Collabora office just display the message "OK" and that's it? I was expecting a display of some sort.

[–] [email protected] 0 points 2 days ago (2 children)

I would assume that means it's not configured. What do the logs say?

[–] [email protected] 1 points 2 days ago

I see a few "unknown resource" lines for, for example /login from me trying to figure out where to go. My logs are as follows: https://tinyurl.com/4u626dyz (Lemmy won't let me paste the full logs)

Nothing strikes me as problematic? What am I missing? The instructions don't say much more than the docker installation process.