CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
119 stars 29 forks source link

FreeBSD (under Freenas jail) #35

Open onurbaser opened 4 years ago

onurbaser commented 4 years ago

If I am not wrong, Glibc is not available under freebsd. So is there any way to use an alternative to this System Requirement? Thank you

Nextcloud @ Freenas jail (FreeNAS-11.2-U7)

RafalLukawiecki commented 4 years ago

I am also running NC in a FreeNAS/FreeBSD jail. Using the NC web UI the installation of both Collabora CODE and the integration app proceeded without an error, but I am not sure how to configure it further. I see these in the NC Settings:

Screenshot 2020-06-30 at 14 40 19 Screenshot 2020-06-30 at 14 40 33 Screenshot 2020-06-30 at 14 40 56

I can also see them in the www/nextcloud/apps folder. I don't know how functional those are, as I am not sure what URLs etc to use to set it up.

onurbaser commented 4 years ago

Yes, same here. I can install both of it without an error but when I point it to local server address, it cannot find. I thought the reason is unmet requirement (Glibc).

goerbs commented 4 years ago

The same for me

cju77 commented 4 years ago

Same issue here!

diode-ee commented 4 years ago

Came here to join the list of others that are having this issue. Any fix to this?

deneb2 commented 3 years ago

same here

johnjaylward commented 3 years ago

When I try to install the plugin using the FreeNas/TrueNas plugin I get the following issue:

App "Collabora Online - Built-in CODE Server" cannot be installed because the following dependencies are not fulfilled: The following architectures are supported: x86_64

I don't see a plugin version that is specific to FreeBSD. My server is x86_64, but is not Linux based.

Is there something I can do to get it working?

jdakhayman commented 3 years ago

When I try to install the plugin using the FreeNas/TrueNas plugin I get the following issue:

App "Collabora Online - Built-in CODE Server" cannot be installed because the following dependencies are not fulfilled: The following architectures are supported: x86_64

I don't see a plugin version that is specific to FreeBSD. My server is x86_64, but is not Linux based.

Is there something I can do to get it working?

I Have Nextcloud install in a jail on stock Freebsd 12.2-RELEASE. Everything works other than this. I get the same error message as johnjaylward

jdakhayman commented 3 years ago

If I am not wrong, Glibc is not available under freebsd. So is there any way to use an alternative to this System Requirement? Thank you

Nextcloud @ Freenas jail (FreeNAS-11.2-U7)

When I try to install the plugin using the FreeNas/TrueNas plugin I get the following issue:

App "Collabora Online - Built-in CODE Server" cannot be installed because the following dependencies are not fulfilled: The following architectures are supported: x86_64

I don't see a plugin version that is specific to FreeBSD. My server is x86_64, but is not Linux based. Is there something I can do to get it working?

I Have Nextcloud install in a jail on stock Freebsd 12.2-RELEASE. Everything works other than this. I get the same error message as johnjaylward

This issue has been here for over 6 months with no response.

Is it possible to actually get a answer either way?

"Yes we are working on it, its more involved then you think."

"No, it'll never happen."

I completely understand that is is oss. But a simple Yes/No from the devs would at least provide some feedback.

jda

kendy commented 3 years ago

@jdakhayman You are right - we should have answered, terribly sorry about that :-(

The thing is that richdocumentscode uses AppImage under thee hood; and the executable there is highly Linux-dependent, so it is unlikely it will work unless somebody ports it to FreeBSD.

Very happy to help you with code pointers if you (or somebody here) would like to help there?