First of all, thank you very much for your fork and docker images.
I tried to build it on my own with your dockerfile, but i got an error during build the container:
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
gpg: WARNING: unsafe permissions on homedir '/root/.gnupg'
gpg: keyring '/etc/apt/trusted.gpg.d/onlyoffice.gpg' created
gpg: keyserver receive failed: No data
The command '/bin/sh -c echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && apt-get -y update && apt-get -yq install wget apt-transport-https gnupg locales lsb-release && mkdir -p $HOME/.gnupg && gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/onlyoffice.gpg --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && chmod 644 /etc/apt/trusted.gpg.d/onlyoffice.gpg && locale-gen en_US.UTF-8 && echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && wget -O - https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.deb.sh | bash && if [ $(lsb_release -cs) = focal ]; then RABBITMQ_VERSION=3.8.11-1; else RABBITMQ_VERSION=3.9 ; fi && apt-get -yq install adduser apt-utils bomstrip certbot curl gconf-service htop libasound2 libboost-regex-dev libcairo2 libcurl3-gnutls libcurl4 libgtk-3-0 libnspr4 libnss3 libstdc++6 libxml2 libxss1 libxtst6 mysql-client nano net-tools netcat-openbsd nginx-extras postgresql postgresql-client pwgen rabbitmq-server=${RABBITMQ_VERSION}* redis-server software-properties-common sudo supervisor ttf-mscorefonts-installer xvfb zlib1g && if [ $(ls -l /usr/share/fonts/truetype/msttcorefonts | wc -l) -ne 61 ]; then echo 'msttcorefonts failed to download'; exit 1; fi && echo "SERVER_ADDITIONAL_ERL_ARGS=\"+S 1:1\"" | tee -a /etc/rabbitmq/rabbitmq-env.conf && sed -i "s/bind .*/bind 127.0.0.1/g" /etc/redis/redis.conf && sed 's|\(application\/zip.*\)|\1\n application\/wasm wasm;|' -i /etc/nginx/mime.types && pg_conftool $PG_VERSION main set listen_addresses 'localhost' && service postgresql restart && sudo -u postgres psql -c "CREATE DATABASE $ONLYOFFICE_VALUE;" && sudo -u postgres psql -c "CREATE USER $ONLYOFFICE_VALUE WITH password '$ONLYOFFICE_VALUE';" && sudo -u postgres psql -c "GRANT ALL privileges ON DATABASE $ONLYOFFICE_VALUE TO $ONLYOFFICE_VALUE;" && service postgresql stop && service redis-server stop && service rabbitmq-server stop && service supervisor stop && service nginx stop && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2
I tried it first with docker build and after that with make all, in both cases the same error.
Did I do something wrong, or are there instructions somewhere that I missed?
Hi,
Has anyone here already tried to re-enable the function to change at least the logo and the link behind the logo again via the API?
In version 6 this was still easily possible via the API, but as of v7 this seems to be reserved for the ONLYOFFICE Developer Edition.
I suspect that the code for this has not been removed, but only deactivated, similar to mobile editing.
I am also interested in a solution to change the default language of the spell checker.
Hi , I’m building 7.3.0 version but I’m getting some errors and trying to fix yhem. I think their public git is not what they use to build packages ( based on some replies on github issues )
@privnote42 I was getting same compile error till few minutes ago, but the problem was the keyserver not working…
Does anyone else here actually have this error, too?
When I open docx files with firefox on my mobile phone, I get this error very often.
The page does not load correctly, instead the grey bars flash up and down.
(I have not had any problems with Chrome yet)
Hi, altough I was able to build and use my previous image ( with fix not in master ) , I’ve rebuilt my images with the official 7.3.3 branch.
Could you check if it works for you?