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

info.xml « appinfo - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31e61991c2229af9e4ad9893705753fd1905f265 (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
<?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>ransomware_protection</id>
	<name>Ransomware protection</name>
	<summary><![CDATA[This app prevents uploading files with known ransomware file endings]]></summary>
	<description><![CDATA[This app prevents the Nextcloud Sync clients from uploading files with known ransomware file endings.

⚠️ This app does not replace regular backups. Especially since it only prevents infected clients from uploading and overwriting files on your Nextcloud server. It does not help in case your server is infected directly by a ransomware.

⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files cannot be affected by another way.]]></description>
	<version>1.13.0</version>
	<licence>agpl</licence>
	<author>Joas Schilling</author>
	<namespace>RansomwareProtection</namespace>

	<types>
		<logging/>
	</types>

	<category>files</category>
	<category>monitoring</category>
	<category>security</category>

	<website>https://github.com/nextcloud/ransomware_protection</website>
	<bugs>https://github.com/nextcloud/ransomware_protection/issues</bugs>
	<repository>https://github.com/nextcloud/ransomware_protection.git</repository>

	<screenshot>https://github.com/nextcloud/ransomware_protection/raw/master/docs/user-notification.png</screenshot>
	<screenshot>https://github.com/nextcloud/ransomware_protection/raw/master/docs/admin-settings.png</screenshot>
	<screenshot>https://github.com/nextcloud/ransomware_protection/raw/master/docs/admin-notification.png</screenshot>
	<screenshot>https://github.com/nextcloud/ransomware_protection/raw/master/docs/user-active-protection.png</screenshot>
	<screenshot>https://github.com/nextcloud/ransomware_protection/raw/master/docs/user-paused-protection.png</screenshot>

	<dependencies>
		<nextcloud min-version="22" max-version="24" />
	</dependencies>

	<commands>
		<command>OCA\RansomwareProtection\Command\Block</command>
	</commands>

	<settings>
		<admin>OCA\RansomwareProtection\Settings\Admin</admin>
		<personal>OCA\RansomwareProtection\Settings\Personal</personal>
	</settings>
</info>