Jidovu Marius Adrian

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by Jidovu Marius Adrian

  1. Also you need to make changes to the db type and such.

    For all the available configuration parameters look them here: https://helpcenter.onlyoffice.com/installation/docs-community-install-docker.aspx

     

    Below is the complete list of parameters that can be set using environment variables.

    ONLYOFFICE_HTTPS_HSTS_ENABLED: Advanced configuration option for turning off the HSTS configuration. Applicable only when SSL is in use. Defaults to true.
    
    ONLYOFFICE_HTTPS_HSTS_MAXAGE: Advanced configuration option for setting the HSTS max-age in the onlyoffice NGINX vHost configuration. Applicable only when SSL is in use. Defaults to 31536000.
    
    SSL_CERTIFICATE_PATH: The path to the SSL certificate to use. Defaults to /var/www/onlyoffice/Data/certs/tls.crt.
    
    SSL_KEY_PATH: The path to the SSL certificate private key. Defaults to /var/www/onlyoffice/Data/certs/tls.key.
    
    SSL_DHPARAM_PATH: The path to the Diffie-Hellman parameter. Defaults to /var/www/onlyoffice/Data/certs/dhparam.pem.
    
    SSL_VERIFY_CLIENT: Enable verification of client certificates using the CA_CERTIFICATES_PATH file. Defaults to false.
    
    DB_TYPE: The database type. Supported values are postgres, mariadb or mysql. Defaults to postgres.
    
    DB_HOST: The IP address or the name of the host where the database server is running.
    
    DB_PORT: The database server port number.
    
    DB_NAME: The name of a database to be created on the image startup.
    
    DB_USER: The new user name with superuser permissions for the database account.
    
    DB_PWD: The password set for the database account.
    
    AMQP_URI: The AMQP URI to connect to the message broker server.
    
    AMQP_TYPE: The message broker type. Supported values are rabbitmq or activemq. Defaults to rabbitmq.
    
    REDIS_SERVER_HOST: The IP address or the name of the host where the Redis server is running.
    
    REDIS_SERVER_PORT: The Redis server port number.
    
    NGINX_WORKER_PROCESSES: Defines the number of NGINX worker processes.
    
    NGINX_WORKER_CONNECTIONS: Sets the maximum number of simultaneous connections that can be opened by a NGINX worker process.
    
    JWT_ENABLED: Specifies the enabling the JSON web token validation by ONLYOFFICE Docs. Defaults to false.
    
    JWT_SECRET: Defines the secret key to validate the JSON web token in the request to ONLYOFFICE Docs. Defaults to secret.
    
    JWT_HEADER: Defines the HTTP header that will be used to send the JSON web token. Defaults to Authorization.
    
    JWT_IN_BODY: Specifies the enabling the token validation in the request body to the ONLYOFFICE Docs. Defaults to false.
    
    USE_UNAUTHORIZED_STORAGE: Set to true if using self-signed certificates for your storage server, e.g. Nextcloud. Defaults to false.
    
    GENERATE_FONTS: When true, regenerates fonts list and the fonts thumbnails etc. at each start. Defaults to true.
    
    METRICS_ENABLED: Specifies the enabling StatsD for ONLYOFFICE Docs. Defaults to false.
    
    METRICS_HOST: Defines StatsD listening host. Defaults to localhost.
    
    METRICS_PORT: Defines StatsD listening port. Defaults to 8125.
    
    METRICS_PREFIX: Defines StatsD metrics prefix for backend services. Defaults to ds..
    
    LETS_ENCRYPT_DOMAIN: Defines the domain for Let's Encrypt certificate.
    
    LETS_ENCRYPT_MAIL: Defines the domain administator mail address for Let's Encrypt certificate.

    Replace the MYSQL with MARIADB

  2. 32 minutes ago, Xenu said:

     

     

    Fresh install. Same error regardless of what video I try. I have another docker image with yt-download that has no problems.

    For now install other youtube downloader... I can not give any ETA when the app will be re-built right now.

  3. After you created the usb stick you need to go and launch the executable file inside. Have you done that ?

     

    -Edit-

     

    Launch make_bootable.bat if you are using windows

    make_bootable_linux if you are using linux and make_bootable_mac if you are using macosx

     

    That will make the usb stick to be bootable.

  4. I have "MSI x470 gaming plus max" and I have no issues with the motherboard.

    I did update the bios to the latest version, enable IOMMU and HVM, disabled C-States, disabled ram XMP and I let it run at stock speed.

    Also look for "Power Supply Idle Control" (or similar) and set it to "typical current idle" (or similar).

    What did you use when you created the VM ? SeaBIOS or OVMF

  5. I have the same issue with unraid 6.9 rc 2, though it did not happen with fresh unraid install and it appeared after I installed some of the plugins and I also did try with new flash drive and it did not fix it.

    I think is because one of the plugins, my guess would be auto mounting a hdd using unassigned devices plugin.

     

    Did you find a fix for the issue ?

     

  6. 5 hours ago, Satyam said:

    @cirialkilr  did you manage to resolve this ...?

    i get the same error however when the cgheck the logs on the SQL server i see the below error


    Aborted connection 50 to db: 'onlyoffice_mailserver' user: 'mail_admin' host: 'onlyoffice-mail-server.onlyoffice' (Got an error reading communication packets

     

    @Jidovu Marius Adrian  can you please help.

    As of right now i can not try to replicate your issue and find a solution because i am on a laptop and i have some problems in the real life.

    You may want to have a look here for the reasons you get the aborted connection error : Communication Errors and Aborted Connections

  7. Goautoyt is being completely rewritten and will come under the name Golty and I can not give any ETA because it will be released as version 1.0 to be stable and have as many suggested features as possible.

    That issue might not be fixed on this version ( I am speaking about Goautoyt not Golty). Best I can do right now is to add it to the bug list.

    I am sorry I can not help more but right now I am stuck in Germany for a month or so because I had an accident to the left hand and I am using only my right hand and I am also using a laptop instead of my desktop.

     

  8. 34 minutes ago, fnwc said:

    I successfully downloaded a video, but was unable to move the file out of the destination directory. Perhaps it's a permission issue on the file?

    Have you changed anything to the docker template?

    Normally you should be able to move/delete the files inside the main folder but not the folder itself.