Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/documentserver_community.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a159562f9845fff24408d2e2c592561fc0fd079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<info>
	<id>documentserver_community</id>
	<name>Community Document Server</name>
	<summary>Document server for OnlyOffice, community edition</summary>
	<description><![CDATA[Document server for OnlyOffice, community edition.

The community document server is designed to make it easy to get OnlyOffice running in a Nextcloud instance without the need to setup an external document server,
the community document server does not support all features of the official OnlyOffice document server and does not provide the same performance and scalability.

If you are setting up a larger instance or require the additional performance, please see https://onlyoffice.com for options for getting the official document server.

The community document server will automatically be configured if no other document server is configured for OnlyOffice.

Additionally, the community document server only supports running on x86-64 Linux servers.]]>
	</description>
	<version>0.1.8</version>
	<licence>agpl</licence>
	<author>Robin Appelman</author>
	<namespace>DocumentServer</namespace>
	<types>
		<filesystem/>
	</types>

	<category>office</category>
	<website>https://github.com/nextcloud/documentserver_community</website>
	<bugs>https://github.com/nextcloud/documentserver_community/issues</bugs>
	<repository type="git">
		https://github.com/nextcloud/documentserver_community.git
	</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/main.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/new.png</screenshot>
	<dependencies>
		<nextcloud min-version="18" max-version="20"/>
	</dependencies>

	<background-jobs>
		<job>OCA\DocumentServer\BackgroundJob\Cleanup</job>
	</background-jobs>

	<repair-steps>
		<post-migration>
			<step>OCA\DocumentServer\Migration\RebuildFonts</step>
		</post-migration>
	</repair-steps>

	<commands>
		<command>OCA\DocumentServer\Command\FlushChanges</command>
		<command>OCA\DocumentServer\Command\Fonts</command>
	</commands>
</info>