Search Criteria
Package Details: onlyoffice-documentserver-bin 8.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/onlyoffice-documentserver-bin.git (read-only, click to copy) |
---|---|
Package Base: | onlyoffice-documentserver-bin |
Description: | Online office suite comprising viewers and editors for texts, spreadsheets and presentations |
Upstream URL: | https://github.com/ONLYOFFICE/DocumentServer |
Licenses: | AGPL |
Conflicts: | onlyoffice-documentserver |
Submitter: | VVL |
Maintainer: | VVL |
Last Packager: | VVL |
Votes: | 4 |
Popularity: | 0.50 |
First Submitted: | 2021-08-11 23:47 (UTC) |
Last Updated: | 2024-11-17 09:34 (UTC) |
Dependencies (4)
- rabbitmq
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – MariaDB database
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline) (optional) – reverse-proxy
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR, postgresql17-docsAUR, postgresql17AUR) (optional) – PostgreSQL database
Latest Comments
« First ‹ Previous 1 2 3
mindless_canary commented on 2022-08-13 15:19 (UTC)
Okay. As I had to move my OnlyOffice Installation to a new server, I once again ran into BrainwreckedTech's problem.
Additionally to having noto-fonts installed other steps have to be taken:
sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allfontsgen --input="/usr/share/webapps/onlyoffice/documentserver/core-fonts" --allfonts-web="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/AllFonts.js" --allfonts="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin/AllFonts.js" --images="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images" --selection="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin/font_selection.bin" --output-web="/usr/share/webapps/onlyoffice/documentserver/fonts" --use-system="true"
to genereate the fonts.sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allthemesgen --converter-dir="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin" --src="/usr/share/webapps/onlyoffice/documentserver/sdkjs/slide/themes" --output="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images"
to generate the themes.This package REALLY needs an overhaul.
mindless_canary commented on 2022-04-26 23:19 (UTC) (edited on 2022-04-26 23:20 (UTC) by mindless_canary)
This error message results from not having fonts installed. For me installing noto-fonts solved the problem (maybe reinstall/recompile onlyoffice?... didnt have the time to check that).
Maybe fonts should be a dependency for this package.
circuit10 commented on 2022-04-26 17:44 (UTC)
I executed the command manually and I still get the same error as BrainwreckedTech
VVL commented on 2022-02-21 05:59 (UTC)
This is the same error you wrote about last time. Try to execute command by yourself:
And it should pass right. I'll try to fix it in future releases.
BrainwreckedTech commented on 2022-02-20 05:26 (UTC) (edited on 2022-02-20 05:27 (UTC) by BrainwreckedTech)
There's also this error. Not sure if it's upstream or not.
BrainwreckedTech commented on 2022-02-20 05:24 (UTC) (edited on 2022-02-20 05:25 (UTC) by BrainwreckedTech)
On initial installation, post_install() is executed before the post-transaction hook that creates the onlyoffice user that post_install() wants to use.
VVL commented on 2021-10-24 14:55 (UTC) (edited on 2021-10-24 14:55 (UTC) by VVL)
You can change it in config, /etc/webapps/onlyoffice/documentserver/default.json
jiriks74 commented on 2021-10-24 14:48 (UTC)
How am I able to change the port?
« First ‹ Previous 1 2 3