Code Monkey home page Code Monkey logo

onlyoffice / docspace Goto Github PK

View Code? Open in Web Editor NEW
165.0 21.0 88.0 337.37 MB

ONLYOFFICE DocSpace is a room-based collaborative platform which allows organizing a clear file structure depending on users' needs or project goals. Flexible access permissions and user roles allow fine-tuning the access to the whole space or separate rooms.

Home Page: https://www.onlyoffice.com/docspace.aspx

License: GNU Affero General Public License v3.0

collaboration file-sharing onlyoffice react dotnet

docspace's Issues

Docker images keep restarting

After build/build.backend.docker.sh script on Ubuntu Server 22.04, everything looking good, but docker containers keep restarting.
The "docker logs d0ac597f70ae" shows the following error:
Unhandled exception. System.InvalidOperationException: The type 'ASC.FederatedLogin.LoginProviders.ZoomLoginProvider, ASC.FederatedLogin' could not be found. It may require assembly qualification, e.g. "MyType, MyAssembly". at Autofac.Configuration.Core.ConfigurationExtensions.GetType(IConfiguration configuration, String key, Assembly defaultAssembly) at Autofac.Configuration.Core.ComponentRegistrar.RegisterConfiguredComponents(ContainerBuilder builder, IConfiguration configuration) at Autofac.Configuration.Core.ConfigurationRegistrar.RegisterConfiguration(ContainerBuilder builder, IConfiguration configuration) at Autofac.Configuration.ConfigurationModule.Load(ContainerBuilder builder) at Autofac.Module.Configure(IComponentRegistryBuilder componentRegistry) at Autofac.Core.Registration.ModuleRegistrar.<.ctor>b__1_0(IComponentRegistryBuilder reg) at Autofac.ContainerBuilder.Build(IComponentRegistryBuilder componentRegistry, Boolean excludeDefaultModules) at Autofac.ContainerBuilder.Build(ContainerBuildOptions options) at Autofac.Extensions.DependencyInjection.AutofacServiceProviderFactory.CreateServiceProvider(ContainerBuilder containerBuilder) at Microsoft.Extensions.Hosting.HostApplicationBuilder.Build() at Microsoft.AspNetCore.Builder.WebApplicationBuilder.Build() at Program.<Main>$(String[] args) in /app/onlyoffice/src/products/ASC.People/Server/Program.cs:line 61 at Program.<Main>(String[] args) Aborted (core dumped)

Any tips on how to fix this?

User Invitations not working!

After compiling everything from source on ubuntu-22.04.3 server x86_64, user Invitations do not work.
Front-end says it was sent in a Green Toast in top right, but actual invitation never arrives.
Tried various email addresses.

Where should I look for the issue?

Thanks.

Error in login page

Hi, I have been trying to login in my docspace, but there is an error in the login page, when i hit the login button it does not work, nothing happens, here is an image of the error in the devtool (in brave browser the same error):

my docspace domain is: joselmm.onlyoffice.com

i cannot login in

Here is a preview of the css file that causes the error:

image

also, i'm sure everythings is ok with my account, beacause i am logged in the desktop version and all my files are good

Thank you for your support

Selfhosted Docker - SMTP settings not applied

I have a Docker installation (ONLYOFFICE DocSpace v 1.1.1).
I changed the SMTP settings to use an alternate email server.
The test email works correctly.
I verified that the "SMTP test message" is sent via the custom SMTP server I specified.

However every email sent (such as new invite, welcome message, recovery email, etc.) does not use the custom SMTP server.
Instead all emails come from the default email service (notify.onlyoffice.info)

DocSpace restore from backup does not recognise license

I am not sure if this is a bug, or it is supposed to work like this, but if this is the intended behavior it should be added to the restore docs.

When restoring a backup to DocSpace Spaces (one of multiple Spaces) from third party storage or local storage, once the restore is successful, it pops up a message in the top right corner of the screen that the Trial period ends in 30 days. After re-uploading the license it goes away, but I think it should not have the need to re-upload the license since the license is already located on the server, but it seems that after the restore it just can not read it.

OS: Ubuntu 22.04
DocSpace version: v2.6.1
Installation type: DEB

Let me know if i need to provide more information.

Access denied for user 'root'@'localhost' (using password: YES)

I want to log in to mysql, according to the default user name and password given by the official website, but the login failed, "Access denied for user 'root'@'localhost' (using password: YES)
1715670401083

Is there anything wrong with my access to mysql? Where can I get the docker profile for mysql?

Wrong port configuration after docker deployment

Hi, I was deploying docspace community version with docker on my ubuntu 22.04 for a test run last Friday, using the installation sh script you offered. The script ran gracefully, and all docker containers are up (excluding migration container exited). However, so far I have encountered a few issues:

  1. After deploying, I was able to access onlyoffice in my browser for the first time and have successfully registered; but the /wizard page have never rendered. Specifically, it loaded for a while, and redirected to /login with an 500 internal server error page rendered.
  2. I cannot access any documents. The server logs indicates that onlyoffice-doceditor throws an ERR_INVALID_URL, with input 'http://127.0.0.1:8083:8083/api/2.0/files/file/5/openedit?', where 8083 is the external port (-ep) argument I provided to the installation script.
  3. I attempt to log in after a while, and even the login page would not render.
    Below is a logged example of failed request:
screenshot

If needed, the following is the full argument set I ran with (sensitive info replaced with placeholder <>):

sudo bash docspace-install.sh docker -hub https://dockerhub.icu/ -it community -js <> -mysqlrp <> -mysqlu <> -mysqlp <> -rdsu <> -rdspass <> -rbtu <> -rbtpass <> -dsv latest -docsv latest -mysqlport 33061 -ep 8083

All containers are healthy, except for onlyoffice/docspace-doceditor:latest. I do believe that these problems are somewhat due to the wrongly configured axios baseUrl "http://:8083:8083". Would you shed some light on this?

Selfhosted Docker - Custom DNS (Alternate URL) not working.

I have a Docker installation (ONLYOFFICE DocSpace v 1.1.1).
Things work OK with default local IP address URL ( i.e. http://192.168.0.113).
What I want is to use the fully qualified domain name.
I enabled "DNS Settings", and under "Custom Domain Name" I entered the FQDN (docspace.example.com).
But value is not used at all. Emails still show the IP address. Invite links also use the IP address URL.

Note that what I really want is to specify an alternate base URL to use (i.e. https://docspace.example.com)
That's because I use a reverse proxy to access the site securely.

Docspace Embed Code not working

https://[xxx].onlyoffice.com/portal-settings/developer-tools/javascript-sdk
I have followed the instruction on the link above.

Then I imported the script into an HTML file.
As a result, the script does not load and only shows "Fallback text".

There is anything else to config to make this work?

504 Gateway Time-out

Hello, Hi, I ran into a problem, clicking the edit document button redirects me back, and in some cases I get the error "504 gateway timeout", I used your Shell script, which successfully installed all the configuration containers through the SSL encryption protocol, let's get it. How to properly arrange what I need so that I can use DocSpace

DocSpace Version: Community
Docker: version 26.0, build 2ae903e
OS: Ubuntu Server 22.04 LTS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.