diff --git a/src/apps.json b/src/apps.json index 87b034175..4037d1ce9 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7534,6 +7534,17 @@ }, "website": "https://newrelic.com" }, + "Nextcloud": { + "cats": [ + 19 + ], + "html": [ + "]*>[^<]*nextcloud_[^<]*oc_config={.*\"version\":\"([\\d.]+)\"\\;version:\\1" + ], + "icon": "nextcloud.svg", + "implies": "PHP", + "website": "https://nextcloud.com/" + }, "Next.js": { "cats": [ 18, diff --git a/src/icons/nextcloud.svg b/src/icons/nextcloud.svg new file mode 100644 index 000000000..3126a03f1 --- /dev/null +++ b/src/icons/nextcloud.svg @@ -0,0 +1,98 @@ + + + +image/svg+xml \ No newline at end of file