← Back
Editing: info.xml
<?xml version="1.0"?> <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>richdocumentscode</id> <name>Collabora Online - Built-in CODE Server</name> <summary>Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use</summary> <description>< integration app.** Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers. * This app provides a built-in server with all of the document editing features of Collabora Online. * Easy to install, for personal use or for small teams. * A bit slower than a standalone server and without the advanced scalability features. **System Requirements:** - Linux running on ```x86-64``` or ```arm64/aarch64``` - A ```glibc``` based distribution/container (```musl libc``` is **not** supported) - Fontconfig (```libfontconfig.so.1```) - Additional requirements can be found in [here](https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode) *The download is rather big so it is possible you will experience a time-out when installing via the web interface.* You can use the OCC command install the built-in server from the command-line instead: ``` sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode ``` Where `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives. Updates can be done like this: ``` sudo -u wwwrun php -d memory_limit=512M ./occ app:update --all ``` Of course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server) Additional troubleshooting tips can be found [here](https://github.com/CollaboraOnline/richdocumentscode?tab=readme-ov-file#troubleshooting). ]]></description> <version>26.4.104</version> <licence>apache</licence> <author>Collabora Productivity</author> <namespace>RichDocumentsCODE</namespace> <documentation> <user>https://collaboraoffice.com/</user> <admin>https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode</admin> <developer>https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode</developer> </documentation> <category>office</category> <category>integration</category> <website>https://collaboraoffice.com/</website> <bugs>https://github.com/CollaboraOnline/richdocumentscode/issues</bugs> <repository type="git">https://github.com/CollaboraOnline/richdocumentscode.git</repository> <screenshot small-thumbnail="https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-for-thumbnail.png">https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-1.png</screenshot> <screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-2.png</screenshot> <screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-3.png</screenshot> <screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-4.png</screenshot> <screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-5.png</screenshot> <screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocumentscode/collabora-online-screenshot-6.png</screenshot> <dependencies> <nextcloud min-version="25" max-version="35"/> <architecture>x86_64</architecture> </dependencies> <settings> <admin>OCA\RichDocumentsCODE\Settings\Admin</admin> <admin-section>OCA\RichDocumentsCODE\Settings\Section</admin-section> </settings> </info>
Save File
Cancel