diff --git a/data/apps.json b/data/apps.json
index fef8534ff6663067299ae4f07c17113ed2a2c85c..f6c9913b3862678d8f34895d8544be3f072a3401 100644
--- a/data/apps.json
+++ b/data/apps.json
@@ -4,13 +4,13 @@
     "categories": [
       "integration"
     ],
-    "userDocs": "https://afterlogic.com/docs/webmail-lite-8",
-    "adminDocs": "https://afterlogic.com/docs/webmail-lite-8/configuring-webmail/nextcloud-integration",
-    "developerDocs": "https://afterlogic.com/docs/webmail-lite-8",
+    "userDocs": "https://afterlogic.com/docs/webmail-lite",
+    "adminDocs": "https://afterlogic.com/docs/webmail-lite/configuring-webmail/nextcloud-integration",
+    "developerDocs": "https://afterlogic.com/docs/webmail-lite",
     "issueTracker": "https://github.com/afterlogic/nextcloud-connector/issues",
     "website": "https://afterlogic.org/webmail-lite",
     "created": "2018-09-27T11:38:07.915275Z",
-    "lastModified": "2022-05-11T10:29:00.804925Z",
+    "lastModified": "2022-10-31T10:21:54.872813Z",
     "releases": [
       {
         "version": "2.0.4",
@@ -4766,8 +4766,33 @@
     "issueTracker": "https://github.com/nextcloud/cookbook/issues",
     "website": "https://github.com/nextcloud/cookbook/",
     "created": "2019-03-18T18:15:40.098418Z",
-    "lastModified": "2022-10-26T02:21:29.071689Z",
+    "lastModified": "2022-10-31T12:20:53.406275Z",
     "releases": [
+      {
+        "version": "0.9.17",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.4.0",
+        "platformVersionSpec": ">=21.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/cookbook/releases/download/v0.9.17/Cookbook-0.9.17.tar.gz",
+        "created": "2022-10-31T12:20:53.385144Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T12:20:53.481571Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.4",
+        "rawPlatformVersionSpec": ">=21 <=24",
+        "signature": "Fu+XvaEfO33hgHwprZaa9MIcKVNF3sMfzE+xAbtC/63t2IY8mAAqE2T3Bo6AkdwBfD1nzv96Kk8pd2IhUPy0FsdzBrVZRJFIprwY1p5UA5J60Glo0cLs1DFpkY7Rjcl9HvEJMAUd2MZibByU4A4iFYB0iX9TLy12KYw5Sd1XKQsiqXqiyqVD8tIPN/RIIka+qxGiNHF65M5EmX1m9KqtuElS0DUycYCWyDiB61/Z6szkCuomwEfXy0mdCcRTDOVI7HwOsHcFzOuFJis0/W3VfACNFAX4wv6ZIom61qGAeMjUIvUKPzaGt1FL2/3bn4NuM4Dm+WAy9sZnDWrWONfLuI1uOW0HWOzLMXpyCdyuj3GMtuCWQ8iB2asFANH6yt/Yidu3JnBtIM6fDlr1EcJwZmlwfs5eh84TnKIPQRdibztW7mqLjIxL+5WCOFR/Sxb5xmrJyrAALFBWke7PYpcO/TA7zNEYUaIcMNT6aPKRFDYJ9HRYD++B7UtiY0Q8HSQbx1Zc8Z0Z4euIQQ7S4yV+f4VD6hRfg2B8sXMo8/x8VQdMPV0+PS4R6QR3Tp9T6q7X/qInkz0WHds4ptx0SDtMRCojBYxXtVMhCIbqJ5zp9LlvPzFsZaMJVVoKkJm19VkdUzGwcy/KhhsTpM2lf+C+JN5Y0L/DDooW7WPVt3XSf5s=",
+        "translations": {
+          "en": {
+            "changelog": "### Added\n- Add alarm sound to timers\n  [#1120](https://github.com/nextcloud/cookbook/pull/1120) @MarcelRobitaille\n- Allow import of recipes with HowToSections\n  [#1300](https://github.com/nextcloud/cookbook/pull/1282) @christianlupus\n\n### Changed\n- Create build script for GitHub pages with GitHub actions to allow for custom building\n  [#1203](https://github.com/nextcloud/cookbook/pull/1203) @christianlupus\n- Added a new client and badges to the readme @TheMBeat\n- Replace native alert and confirm dialogs with custom ones from nextcloud vue\n  [#1261](https://github.com/nextcloud/cookbook/pull/1261) @MarcelRobitaille\n- Store imported HTML file for future enhanced parsing\n  [#1267](https://github.com/nextcloud/cookbook/pull/1267) @christianlupus\n\n### Fixed\n- Added new public page styling in preparation for NC25\n  [#1201](https://github.com/nextcloud/cookbook/pull/1201) @christianlupus\n- Fix API endpoint helpers to enforce JSON answers and minor styling enhancements\n  [#1202](https://github.com/nextcloud/cookbook/pull/1202) @christianlupus\n- Fix XPath to allow for microdata parsing with multiple adjacent schema objects in HTML code\n  [#1220](https://github.com/nextcloud/cookbook/pull/1220) @christianlupus\n- Fix filters for array-valued entries in recipes\n  [#1222](https://github.com/nextcloud/cookbook/pull/1222) @christianlupus\n- Add overlay when app navigation is open\n  [1122](https://github.com/nextcloud/cookbook/pull/1122) @MarcelRobitaille\n- Add filter to prevent special chars in folder names\n  [#1268](https://github.com/nextcloud/cookbook/pull/1268) @christianlupus\n- Fix bug with websites that provide array of schema entries\n  [#1282](https://github.com/nextcloud/cookbook/pull/1282) @christianlupus\n\n### Maintenance\n- Use the pre-built database images for MySQL and PostgreSQL tests\n  [#1204](https://github.com/nextcloud/cookbook/pull/1204) @christianlupus\n- Update stylelint-config-idiomatic and fix code styling\n  [#1224](https://github.com/nextcloud/cookbook/pull/1224) @christianlupus\n- Remove obsolete code from Recipe service class\n  [#1226](https://github.com/nextcloud/cookbook/pull/1226) @christianlupus\n- Allow for PlantUML diagrams in documentation\n  [#1229](https://github.com/nextcloud/cookbook/pull/1229) @christianlupus\n- Remove deprecated `::v-deep` CSS syntax @christianlupus\n- Disable webpack bundle analyzer plugin by default to speed up development cycle\n  [#1263](https://github.com/nextcloud/cookbook/pull/1263) @MarcelRobitaille\n- Update github actions\n  [1269](https://github.com/nextcloud/cookbook/pull/1269)\n  [1270](https://github.com/nextcloud/cookbook/pull/1270)\n  [1271](https://github.com/nextcloud/cookbook/pull/1271)\n  [1273](https://github.com/nextcloud/cookbook/pull/1273)\n  [1274](https://github.com/nextcloud/cookbook/pull/1274)\n  [1277](https://github.com/nextcloud/cookbook/pull/1277)\n- Prepare the GitHub action scripts to be compatible with the upcoming version split in version 0.10.0\n  [#1285](https://github.com/nextcloud/cookbook/pull/1285) @christianlupus\n- Add logging to diagnose bugs in production\n  [#1283](https://github.com/nextcloud/cookbook/pull/1283) @MarcelRobitaille\n- Log every network request\n  [#1291](https://github.com/nextcloud/cookbook/pull/1291) @MarcelRobitaille\n\n### Documentation\n- Fix bad writing\n  [#1256](https://github.com/nextcloud/cookbook/pull/1256) @MarcelRobitaille\n\n### Removed\n- Remove the deprecated endpoints from version 0.9.15\n  [#1200](https://github.com/nextcloud/cookbook/pull/1200) @christianlupus"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "0.9.16-rc1",
         "phpExtensions": [],
@@ -4988,6 +5013,11 @@
     },
     "isFeatured": false,
     "authors": [
+      {
+        "name": "Jeppe Zapp",
+        "mail": "mrzapp@users.noreply.github.com",
+        "homepage": ""
+      },
       {
         "name": "Marcel Robitaille",
         "mail": "mail@marcelrobitaille.me",
@@ -5002,11 +5032,6 @@
         "name": "Christian Wolf",
         "mail": "github@christian-wolf.click",
         "homepage": ""
-      },
-      {
-        "name": "Jeppe Zapp",
-        "mail": "mrzapp@users.noreply.github.com",
-        "homepage": ""
       }
     ],
     "ratingRecent": 0.5,
@@ -8566,8 +8591,33 @@
     "issueTracker": "https://github.com/te-online/files_linkeditor/issues",
     "website": "https://github.com/te-online/files_linkeditor",
     "created": "2018-01-23T10:04:40.037726Z",
-    "lastModified": "2022-07-07T22:11:19.855832Z",
+    "lastModified": "2022-10-31T18:40:47.482953Z",
     "releases": [
+      {
+        "version": "1.1.12",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=20.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/te-online/nextcloud-app-releases/raw/main/files_linkeditor/v1.1.12/files_linkeditor.tar.gz",
+        "created": "2022-10-31T18:40:47.477197Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T18:40:47.540499Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=20 <=25",
+        "signature": "VHITFfWxe9XaFpZF5Np1Bv9d6THq6q9lx9GC9+9FWUR0ztsHoGIh1UKX1kk81Jtr CxlmdVUDs2ED+R3eUUKh6B9NmboPsvrKGm2Aia57UfiE+0Ova66xezAXak1mww4B S7sqQc5I8N7G0u/fASWi0GtxyIcmAUzSHXZSER5k9UmMM3cMy0owbNKqaodzqsq9 VdP4hDuurChmdoXUFaegFvGo4MVcSmQSOf4Y6wM/A7g9Y5kBeywE5csy4rLjr6tw qEicfz7nC6QLYqlU3uTSRuL7gCcBp1c5CfKQf2DckXekuqTc/pF7SbBfl+tZe2DW JclpaiehemKNJLWUg53JNFtgr5z9oXfOi8LHpU22bfmN/x4+xCbDxu186sGTIzFS aOEHMRSRqvDN1KLjEui0Ioe7pdpyzYqVZy54qQidXbAwzINuKLVfh/SfDYXOLnRX XfVKNRCl3SP4YwpZFlmGxQzMI3ZcOqQV4o5hTocHDw151TqjHfxIPi0m6pRgUjTQ IYED3HVmXBYWVOiPcEUWvYIyrHCrb8yv45t9GCcXb5IfvYHQaBDK44NAK+waKoSh rRjBQNDtGX7v/sHpuv6fnu0OOgpD0gpl+NkvJBZMptjjlW/l4yq0DN7FgcXPPBMF MSMfoBe33gQuhK2wx5G1Ltc/H8sCngzUex/eK3p/OO0=",
+        "translations": {
+          "en": {
+            "changelog": "- Run tests for Nextcloud 25 and bump compatibility to Nextcloud 25"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.1.11",
         "phpExtensions": [],
@@ -14326,16 +14376,16 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=22.0.0 <26.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.0-20220729-nightly/integration_openproject-2.0.0-20220729-nightly.tar.gz",
-        "created": "2022-07-29T08:38:48.365930Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.1/integration_openproject-2.0.1.tar.gz",
+        "created": "2022-08-16T04:31:12.921044Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-07-29T08:38:48.663858Z",
-        "isNightly": true,
+        "lastModified": "2022-08-19T07:25:54.509791Z",
+        "isNightly": false,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=22 <=25",
-        "signature": "SwSulFP9cPLSg/25Ns81O1enmLibnQpWuyvF+PjTxyOuujBuPteb0I2JaOKxXmzPXeNQS14clzHecHZgjLEInOkx8VwIvRbWHkDZTjED3EaVuTHywrX5k+6HeyeeMp3RPwd0HKcpL1lY182zyNJP5Minito22jDuGQaUvDJ8mrqcz5PoIoRwQk3axE0WZXrDYv6nl941w5DvH7vab1j7UkACR/4K1JrXn4rnOv3jji4Kz0N9I0psiaJAzLr/v9XZLq4kzgO1FSFRZ2Rp9TXhwBnXcpiZy4pzkKQCfqL29dOEWAcOLA95UTc9e0870LnoUaQSoSqGtzcEiAMQpSSa5E/XDwL4ukJEsls4dkLs/nYaEvAYdM5HnfshiSgkZHmZFBCwweKKqFOZDTeylEgKrGtn2L7nO5WXE4lZisksdtGGRVRghj3HiNHaYLiU0ZYNQvTi2BDhJ7Qu4s76XkVwFn+hrB4KeauVJxvZqgI63lRBqSVsCPQftp5g3gBkXVDSzPbgG3SXHyAJTxsIvl8LbygnFMKUrrFQHtKdt4uzqhMIbTwcym2hG6hn1TqODKHku49lWyh2Gz/6TlFN9mFLcbFv8NrfjtBfj1O7UIqWAHVZ9aiaDY9CEMo3ZruqcQGx2RI0FVXCTJJemxM1YSQK9LkA9iqs34VoTlnuVArUOOw=",
+        "signature": "d65TQo43t0b9f3sUL3e7gkRRt2MzgWovLFjjk2LipMr6OJqyUbph3MZfcahOoqYc5QzqLJAKlIaB5LXLNJemXe350NVVn230a8Zgx8ZQmxkS+aI7+Ow0aIgzSJwOiYDutQs4LDxhLCXLPYBk/Y8HOq4b+d7FkXqJ+yCg+ILSQkweh70eWwTSNYaLeTS1hMOdNvjAJH1AXTnEYi5k2mqjP8UjlXSa/V99H1zeDChtgHcJOn7hAaYa/fSpfUH9QnNZ9q7bwg2nNPf2/+P+ynP9ySjeoTWToGHHQaFIFoSymyJG0NNZLPxKwJ2mvE34BqMmGrHGOmIDyyHg18ZkSZhL4BaiASWxRMSZhGQGKelVhDAeyRTzGRbDe4FPz3k0mABgjL6fMSn0IiuO19h6Hj0aoI+UCplYyjw4XUt4lKVkJhbWjpEH2diNoNBf6xeDqdB8jNHAWBSYudE0RfNWo7A0Sr4uFYrqcEG9r/PHsEpfHwzqyeyJ+oH2lt36HKIx3Rz5gTzo4jLJsgMfJ34A7TzKqir1J8R5Phhk8ZS117ZacJD/cOOvqKJR/IIoZEfsQuecTF8aXYZ1e/Lrk23ifYas1P3cv1724M5KkFvzVIpO9JQEHzgOW/9la0ofA/72+pvMrxYwzTG+k+XR91Mn+tAx1cixqCYW1yfhL+sLyvSo73o=",
         "translations": {
           "en": {
             "changelog": ""
@@ -14351,16 +14401,16 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=22.0.0 <26.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.1/integration_openproject-2.0.1.tar.gz",
-        "created": "2022-08-16T04:31:12.921044Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.0-20220729-nightly/integration_openproject-2.0.0-20220729-nightly.tar.gz",
+        "created": "2022-07-29T08:38:48.365930Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-08-19T07:25:54.509791Z",
-        "isNightly": false,
+        "lastModified": "2022-07-29T08:38:48.663858Z",
+        "isNightly": true,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=22 <=25",
-        "signature": "d65TQo43t0b9f3sUL3e7gkRRt2MzgWovLFjjk2LipMr6OJqyUbph3MZfcahOoqYc5QzqLJAKlIaB5LXLNJemXe350NVVn230a8Zgx8ZQmxkS+aI7+Ow0aIgzSJwOiYDutQs4LDxhLCXLPYBk/Y8HOq4b+d7FkXqJ+yCg+ILSQkweh70eWwTSNYaLeTS1hMOdNvjAJH1AXTnEYi5k2mqjP8UjlXSa/V99H1zeDChtgHcJOn7hAaYa/fSpfUH9QnNZ9q7bwg2nNPf2/+P+ynP9ySjeoTWToGHHQaFIFoSymyJG0NNZLPxKwJ2mvE34BqMmGrHGOmIDyyHg18ZkSZhL4BaiASWxRMSZhGQGKelVhDAeyRTzGRbDe4FPz3k0mABgjL6fMSn0IiuO19h6Hj0aoI+UCplYyjw4XUt4lKVkJhbWjpEH2diNoNBf6xeDqdB8jNHAWBSYudE0RfNWo7A0Sr4uFYrqcEG9r/PHsEpfHwzqyeyJ+oH2lt36HKIx3Rz5gTzo4jLJsgMfJ34A7TzKqir1J8R5Phhk8ZS117ZacJD/cOOvqKJR/IIoZEfsQuecTF8aXYZ1e/Lrk23ifYas1P3cv1724M5KkFvzVIpO9JQEHzgOW/9la0ofA/72+pvMrxYwzTG+k+XR91Mn+tAx1cixqCYW1yfhL+sLyvSo73o=",
+        "signature": "SwSulFP9cPLSg/25Ns81O1enmLibnQpWuyvF+PjTxyOuujBuPteb0I2JaOKxXmzPXeNQS14clzHecHZgjLEInOkx8VwIvRbWHkDZTjED3EaVuTHywrX5k+6HeyeeMp3RPwd0HKcpL1lY182zyNJP5Minito22jDuGQaUvDJ8mrqcz5PoIoRwQk3axE0WZXrDYv6nl941w5DvH7vab1j7UkACR/4K1JrXn4rnOv3jji4Kz0N9I0psiaJAzLr/v9XZLq4kzgO1FSFRZ2Rp9TXhwBnXcpiZy4pzkKQCfqL29dOEWAcOLA95UTc9e0870LnoUaQSoSqGtzcEiAMQpSSa5E/XDwL4ukJEsls4dkLs/nYaEvAYdM5HnfshiSgkZHmZFBCwweKKqFOZDTeylEgKrGtn2L7nO5WXE4lZisksdtGGRVRghj3HiNHaYLiU0ZYNQvTi2BDhJ7Qu4s76XkVwFn+hrB4KeauVJxvZqgI63lRBqSVsCPQftp5g3gBkXVDSzPbgG3SXHyAJTxsIvl8LbygnFMKUrrFQHtKdt4uzqhMIbTwcym2hG6hn1TqODKHku49lWyh2Gz/6TlFN9mFLcbFv8NrfjtBfj1O7UIqWAHVZ9aiaDY9CEMo3ZruqcQGx2RI0FVXCTJJemxM1YSQK9LkA9iqs34VoTlnuVArUOOw=",
         "translations": {
           "en": {
             "changelog": ""
@@ -17588,8 +17638,33 @@
     "issueTracker": "https://github.com/pulsejet/memories/issues",
     "website": "https://github.com/pulsejet/memories",
     "created": "2022-09-09T00:37:51.887116Z",
-    "lastModified": "2022-10-29T06:25:10.071317Z",
+    "lastModified": "2022-10-31T04:29:06.836734Z",
     "releases": [
+      {
+        "version": "3.5.2",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=23.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/pulsejet/memories/releases/download/v3.5.2/memories.tar.gz",
+        "created": "2022-10-31T04:28:31.813548Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T04:28:31.896241Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=23 <=24",
+        "signature": "ndTeU83lTPymr04OKwAMi9I+dRKm9f0lVzow+4hsWtUPXTZjEKcfgg8JaF1U553PaCs+HZWmx1IKsrt/lsmgAXE4xaOZm8dz/Y8pjtdEtbsjZ0nq/WB/kBIK864gax+hWAP3A54yokvgeLbWlLSzD1jgDeklLjR/ddGeUG9jI5XnCQBtfwQDHldGRObR9cnWC6jLN/9KotA4OysHMde/C1xBYfEbuP6ElCwiVTE7SZQFzjefp+YxPViJ6926ydK0dCOim5otUh/dJRJNi9lDvo+n+HmmOToBbyfCTPRC5754SZtQYVu0luu0Bq2SU5QnWyQkb5mT1k2jMUw3dmHm6ykg6YjVx3gqKW66Nc/ZWedE02gHTbekjpgIwmSYtWVX4Ls1oJQglC+8rZc+7HFlGa0mU5wjDV672an/4KRBvaHHDkn+WTtNehbnwQfJoskzNI5gUUGXj5l9jfX9L0yC5hLIx3pU/7CePrETKyp9zsVZlGyDVnuNYJ8C34lDoA2d8EyKBlxcZYFBubS00KPRt/DcEED5lGL/0gci1v7j/cViNUjP4sY+XjmLJemC0QekNcKqLIZAe4jqEczd7NJRJsN3ednzCrwY/mnu2vrSKNyW/KXnje3VQw3FI2gnYg579ToISSEYEmnu/0tOzgG1QtagB7w8RYsgwCz2FVVKZew=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "3.5.1",
         "phpExtensions": [],
@@ -18904,8 +18979,33 @@
     "issueTracker": "https://github.com/owncloud/music/issues",
     "website": "https://github.com/owncloud/music",
     "created": "2017-07-27T20:44:13.379611Z",
-    "lastModified": "2022-08-13T19:34:12.736823Z",
+    "lastModified": "2022-10-31T22:06:13.785177Z",
     "releases": [
+      {
+        "version": "1.7.0",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.1.0 <8.2.0",
+        "platformVersionSpec": ">=13.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/owncloud/music/releases/download/v1.7.0/music_1.7.0_for_nextcloud.tar.gz",
+        "created": "2022-10-31T22:06:13.779066Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T22:06:13.822768Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.1 <=8.1",
+        "rawPlatformVersionSpec": ">=13 <=25",
+        "signature": "jpU8JM5Q26T2AYaldKn2QVBHuau2PhvAd/6pild7jR2oYEbiEH/8srs6G3+9VBT4\nikvr7bz0kVjh0UR+K3iPVb5R54bzVbZFgF4eUrAiVwXNlPiPFqIeO9WaVpsozeNJ\n2gu/HGecVw0zXbCKNxcbdP6u+2aNx07d507d6v1HJirUm/u8FdrUdIMfA5X0gPJT\nnpoEqc74eMglJKXUCBGQKGldTsI+55hwFZsARJcliMtEbozgh1Tt4PIKpXqtY1Vx\ns5dSjgExqnWbh0d0MqjUkeKu/qx76OPBsIDvNrQdc1pD2RbvEYyKZ6XiuYpHTosb\nPLNsiQle0dTR7ArR8vKLTb3ixzdBN5+RJm5dD5PCMNv9IoabRmKDP4JshnbcMMkk\nr2ib+abLxk9Ju4ZCSoaSFdHTVdmvr8tPgG616e69ElzMlBxRUCb2Jt0owwMcT1qy\nG2oLuATDTl6GYTVMUFxtwoQkXWrJvM5tauWTfw86F+HT2NIsNtool1Tt8+pFMpt1\nKcxKNnHXvqk/OMbc+CZYs/luOYjdNNlcQyUKk8k04JPyF92bnqSOtNwzP9Gnc9lV\nA82h29Be9iBRZGc71shh4TDBSX3s7iEwIW+YBk3bBkWFO4U2CnIrGL7ABddXxgj1\n//yeH0W59OqPg0HB/QiGBhigiaxo8Q6vU0BGm4ZYvVA=",
+        "translations": {
+          "en": {
+            "changelog": "### Added\n- Two-line layout for the controls pane on narrow windows\n  [#1004](https://github.com/owncloud/music/issues/1004) [#204](https://github.com/owncloud/music/issues/204)\n- Muting/unmuting by clicking the speaker icon\n  [#1013](https://github.com/owncloud/music/pull/1013) @Root-Core\n- Many new keyboard shortcuts\n  [#1013](https://github.com/owncloud/music/pull/1013) @Root-Core\n  * Numpad +/-: Increase/decrease volume\n  * M: Mute toggle\n  * J/L: Seek backwards/forward\n  * K: Play/Pause toggle\n  * Shift + Comma/Period: Decrease/Increase playback speed\n  * Arrow Left/Right: Seek backwards/forward (was formerly skip previous/next)\n  * Ctrl + Arrow Left/Right: Skip previous/next\n  * Step size of seeking and volume control is increased when shift held down\n- 'Skip previous' shown in the play/pause context menu on narrow screens where it doesn't fit in the controls pane\n- Preview of the seek position shown while hovering over the seek bar\n  [#1007](https://github.com/owncloud/music/pull/1007) @Root-Core\n\n### Changed\n- Use background color definitions from the cloud core when available. Fixes a problem with the Nextcloud Breeze Dark theme introduced in v1.6.0.\n  [#1002](https://github.com/owncloud/music/pull/1002)\n- Subsonic: Search functions now find also songs by artist or album name and albums by artist name\n  * This prevents the Substreamer client from going haywire when shuffle play for an artist requested (!)\n  [#1000](https://github.com/owncloud/music/issues/1000)\n- Subsonic: Method `getCoverArt` returns a placeholder image (instead of an error) if the album/artist in question has no cover art set\n  [#1000](https://github.com/owncloud/music/issues/1000)\n- Context menu on the play/pause button can be opened with right click in addition to the long press\n  [#1006](https://github.com/owncloud/music/pull/1006) @Root-Core\n- Playback speed change by clicking the menu option now has step size 0.25 instead of 0.5. Right-click or long-press decreases the speed.\n  [#1013](https://github.com/owncloud/music/pull/1013) @Root-Core\n- Wider progress bar on wide high-resolution screens\n  [#1004](https://github.com/owncloud/music/issues/1004)\n- Removed the undocumented keyboard shortcuts for toggling the layout on Albums and Folders views\n- Respect the global keyboard shortcut disable switch introduced by Nextcloud 25\n\n### Fixed\n- Small issues in the mobile and tablet layouts\n- Subsonic: API method `getTopSongs` ignoring the argument `count`\n- Subsonic: Some clients (at least Substreamer, Jamstash, Sonixd) experiencing perpetual 302 redirect loops\n  [#1000](https://github.com/owncloud/music/issues/1000)\n- Subsonic: `getScanState` in json mode returning \"false\" as string instead of bool caused Substreamer to poll it indefinitely\n  [#1000](https://github.com/owncloud/music/issues/1000)\n- Podcast title not showing on the German translation of 'Podcast channel \"{{ title }}\" added'\n  [#1005](https://github.com/owncloud/music/pull/1005) @Root-Core\n- Alphabet navigation breaking down when the artist name starts with a Unicode character greater than U+FFFF\n  [#1021](https://github.com/owncloud/music/issues/1021)\n- Nextcloud 25: Web UI not working except for in a narrow window; alphabet navigation not working; layout issues\n  [#1017](https://github.com/owncloud/music/issues/1017)"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.6.0",
         "phpExtensions": [],
@@ -21366,8 +21466,33 @@
     "issueTracker": "https://github.com/kenda/nextcloud-openhab/issues",
     "website": "",
     "created": "2020-01-06T20:27:33.309151Z",
-    "lastModified": "2022-08-14T21:31:20.415777Z",
+    "lastModified": "2022-10-31T13:24:32.747083Z",
     "releases": [
+      {
+        "version": "0.10.0",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.3.0 <8.1.0",
+        "platformVersionSpec": ">=12.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/kenda/nextcloud-openhab/releases/download/v0.10.0/openhab.tar.gz",
+        "created": "2022-10-31T13:24:32.739236Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T13:24:32.793128Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.3 <=8.0",
+        "rawPlatformVersionSpec": ">=12 <=25",
+        "signature": "DCMf1lYNfDuBjTlrNTGMt+MpECeAmW0iTIFa6hesdMo0H5CE4TBN9pJorLXbfFcsu0aWOR3ID37tBevZP7AMm/b1lQcCHc2RseQcht8Rhwls6W5CieAOy/fy28dhH7aqcsJ4IeeIU/iqDWySPds3t8ttDd6ZW3MITh/RKapKCtSDeG6o4cx5nfxShmAag+x1ijMwLE8ttBLqza9uqTXFLUeXwjqqoovew7mg44IRh5d1FrSS6g/BrFydLpO1RQto3XA133g4mok0Wl1Vc2KyqbZ183NnzmJoPlLWpabbWkOQu4+Mm4H+ZwNXnEfx6bRptf6Gz1unuC4bEyvDgzcw0zzAGOde9W3scOcTwV15Yzia8wRsu2+0Be/+Kf2hYjwwCTZTXT0fcKFB6VcFFH9Immy8dyGpBQO1/DDvX+XNRE8RsTqB9CwcpJ6mOl8OSHfm+4VGUQ1FvNw2iRLfs96+7aKpR47XGkRx5vz4ZaBlWDuheVU/ttybJSL5iCu1qLdvGMAlgP4LqeyTswwuQk8S3Dxq4eI2wQut7pEmjMcz1m72Lc0WI6GUGQ40ChkJ97NwiNpxAELoCWYLEAcbZ7nEeo+NFy8Kg2esQTpbqy0wDPj9FRxu3gao5lrPQL+wmMeh6QFAz9kIOwr7RGvnlL3iMBqRnY1YqjQZ2cx20TJw3jU=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "0.9.7",
         "phpExtensions": [],
@@ -21867,26 +21992,26 @@
     "issueTracker": "https://github.com/marius-wieschollek/passwords/issues",
     "website": "",
     "created": "2018-01-19T18:08:43.002344Z",
-    "lastModified": "2022-10-29T19:53:30.390249Z",
+    "lastModified": "2022-10-31T14:47:06.220228Z",
     "releases": [
       {
-        "version": "2022.11.20-build4598",
+        "version": "2022.11.20-build4602",
         "phpExtensions": [],
         "databases": [],
         "shellCommands": [],
         "phpVersionSpec": ">=8.0.0 <8.2.0",
         "platformVersionSpec": ">=23.0.0 <26.0.0",
         "minIntSize": 32,
-        "download": "https://git.mdns.eu/nextcloud/passwords/-/jobs/14452/artifacts/raw/passwords.tar.gz",
-        "created": "2022-10-29T19:53:30.407809Z",
+        "download": "https://git.mdns.eu/nextcloud/passwords/-/jobs/14471/artifacts/raw/passwords.tar.gz",
+        "created": "2022-10-31T14:47:06.236800Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-10-29T19:53:30.420322Z",
+        "lastModified": "2022-10-31T14:47:06.253011Z",
         "isNightly": true,
         "rawPhpVersionSpec": ">=8.0 <=8.1",
         "rawPlatformVersionSpec": ">=23 <=25",
-        "signature": "EWeANipAaBsiTo3hE88AOKzqUEzcrC9Fq6bLHyCOmNsJzJJIoQPCs1w83rxK6ZLh3YSyhgjsCV37KoH4De3CmqQi8NOOq8+zC0IY3DGH63gjg0+ngXxGEa0MskkgxneF2U6ABLmHvFYjKFwGxxFrVeQvsDEfrR1tC+P+yQaPvkVg1+hDFliFPzkFdDSlcFElp/U7IAf0RrGhJymu1y9RcOvMrR9siQuqeO7kWHl0Imp4V75Tnf0K0tBLqgE2/cDJZwprcEWu9gWz64NlLDbSWhH4E3kQpgzDPOJvezWW3bKvUncM49VsuBo8t+4SghqVL6vnNVFQTZ2PpCuAfALM1Nvi3Rh/VEVezCUJWLPg3wZYXLltnK9mou/IGBrflAq58ILwrvtFDOV14vWZR/QjsbNkDlA578pHHzQblgimCgYB6kt7XrVB8/EchvVVBWIIh3lilB2JTpaFkxPGZi1svDiFvqaLhyugooO9fsFWD4U3Lb3mrjZUKuJRAt3mDijCTFo+lx514g1gbKZC89KhakgDeHktnmITOTgub+nvJ/E0V6WRZs0k1qhbW7f4lhcu8i7Q4XgpRinitviDCc4mKrWmUKiNhE5u/MpWovXpoqANMa4Wdb/zrxupNE2oBAlyVMlrOfzt3m9HjZ5Q3TYpHXE0m46HWRf9vgw6ZivNQfY=",
+        "signature": "p8Sfi7ColQ0eCjTEwpr0zdeGCvJlQORFcbJnViHFXlAlQ+JS5+Nu26gQ9AVcmQTLVTEfG2i3AhJ//2p/ftJnj3WCF0GoFQlQIc6gouj7TleIiJtxH5wo/uvDvfN3DgJCrcwd7NErL92WB0zWP9TCw6NPbJHsqo9xVCuVlzMZk3XcHnTzbvvvAd4TxvxeaQxU+E6sRlvvCiAirD4zEM5l5HMop0nk+Nom2quv+oc4gHiZzvgpzTSwF/N58qxbGouQmgIuXkkjcIjmLbYMvfPLvV+5a97KW8DRG9D41K/7RXt52cBbVD6bFs7106BxxU88FXV1CrrrQNOEXL+cJP73JYhD8zwMlwUn+INKUaV0gDDc/RxPwocNahuwsCoAa5If9kA8sAVXggvv4IvVar6efuBbcviXOs9HaNPX4pXh8dwczPLXYOSZ+TnlSr3Yn8h8DDJ4JTAxP3+4B2oA6Nyj/K8LdgUEGcRvNtkwyKNE6wyLe63SQ+N//g6MS2fM0iFJOIFyfc4xlqR3RFZ1JzUc/xyAa+CG4EuSkrhrMBTTuwn3y6prBTWWdh4Sj6nPJsrKVwt4Hg6+ImIVxgAqy2P00JMFR5bmQvy5J7velxReEYNyGx/oEKh3GC6J1UTmGppMHS6rGA6X1ohg/A/j2r3DsomSDZqOKJoFXhH1+QIZsYE=",
         "translations": {
           "en": {
             "changelog": "### Added\n- Nextcloud 25 Support"
@@ -23500,8 +23625,33 @@
     "issueTracker": "https://github.com/nextcloud/polls/issues",
     "website": "https://github.com/nextcloud/polls",
     "created": "2017-07-16T18:54:41.216906Z",
-    "lastModified": "2022-10-14T07:01:09.745594Z",
+    "lastModified": "2022-10-31T07:44:10.447608Z",
     "releases": [
+      {
+        "version": "3.8.3",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.4.0",
+        "platformVersionSpec": ">=22.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/polls/releases/download/v3.8.3/polls.tar.gz",
+        "created": "2022-10-31T07:44:10.423039Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T07:44:10.499618Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.4",
+        "rawPlatformVersionSpec": ">=22 <=24",
+        "signature": "oJwBt1oOLPOx1RpvDS7qmYo5V0iH6hZHPdnw77JUc6GN71F1jTBxR/+gNC7pZrZ8\nJ4i8a4YPPpPfDrzz6ZB5c+KE7XIf0LzyrylPxkfgB37owUpVzs5Ci/zVHHM+Dwte\nZyrhE9Hia1lYm10SyUnxut4ODNkg5Nt3N3d7FxWQolcEEKpXa1ds7IzhuFwd/H9k\nnGrPNAc9vv8rUJjl+PD6gmycUyM7/NAQR42wQhKVZzvjxMrUW1YGjHG4eMzRYw6u\nU6w0AGMelGYRJGYr6Pb6o0BSyOnAioD4bfCRxjEuy7Z3/rBP2aPjMpf/gS64n7vB\n4RnzUXCPIT/hHGAuKLOMyF6INNAe84Qofie4i8rYHTV+c7hqY4ki9OAK+jnHRMqL\n/ULlf3yrYE5zQilNlW57ERzsTvELz4irvvJ4xtyn+/Veh664IvaQGsLTbarVVdzS\nbuSBjSyzsornMJzsW9j8/SA8DEGL1G7Ofnfr1FqTGoMwjDLgOc/ad2DH/jAa8co/\nPHYiKaKPNqZF/zCPelgZkauTx+baGOCs4ASBTgvP1PBKmsUcYg6bEVVMNcDONyzV\nG9ChEv2chw6CqQMeQXR2aJ25wTpJ20TPeuAiDDGN71OPUtFfYn0wtVNY9LHTNRpP\nLrkWH/FzPh0nE6bilEmpKi26kH8KNBD5z+n60pFRDAo=",
+        "translations": {
+          "en": {
+            "changelog": "### Fix\n - Fix poll export containeing participants with deleted shares"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "3.8.2",
         "phpExtensions": [],
@@ -23802,17 +23952,17 @@
     "isFeatured": false,
     "authors": [
       {
-        "name": "René Gieling",
+        "name": "Kai Schröer",
         "mail": "",
         "homepage": ""
       },
       {
-        "name": "Vinzenz Rosenkranz",
+        "name": "René Gieling",
         "mail": "",
         "homepage": ""
       },
       {
-        "name": "Kai Schröer",
+        "name": "Vinzenz Rosenkranz",
         "mail": "",
         "homepage": ""
       }
@@ -27827,8 +27977,44 @@
     "issueTracker": "https://github.com/the-djmaze/snappymail/issues",
     "website": "https://snappymail.eu",
     "created": "2022-10-17T19:05:46.114755Z",
-    "lastModified": "2022-10-29T15:54:47.786560Z",
+    "lastModified": "2022-10-31T18:36:25.724592Z",
     "releases": [
+      {
+        "version": "2.19.6",
+        "phpExtensions": [
+          {
+            "id": "zlib",
+            "versionSpec": "*",
+            "rawVersionSpec": "*"
+          },
+          {
+            "id": "mbstring",
+            "versionSpec": "*",
+            "rawVersionSpec": "*"
+          }
+        ],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.4.0",
+        "platformVersionSpec": ">=20.0.0 <27.0.0",
+        "minIntSize": 64,
+        "download": "https://snappymail.eu/repository/nextcloud/snappymail-2.19.6-nextcloud.tar.gz",
+        "created": "2022-10-31T15:47:31.529396Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-10-31T18:36:25.765648Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.4",
+        "rawPlatformVersionSpec": ">=20 <=26",
+        "signature": "Qy1oS+ipKPi7VbyzqE8aX2DTVg5K1ZTF2hdAQLsWw6v05TgsGCpNrIplanXCADOc\nrfYMzIX85YifyTHSXnSpPNrRCbAf/qQpJv6mAHhHfccHAl/9qmg9BcMTTLzJXfVn\n0BrCMOeIpY4a9nEq0UW8XntYElhwjCpwx+TXejnpxvDV5BjBNhzkmOiLfL0eVgVK\nOGuBmaR3kVEXNSj0DD9sboOLxr/Lcja0uIetfpkqEKkIHxQU3BgXEYMN7O5UFy6r\nTRaFgGV37Te8a29ednDk+goxSY/07CuWLBzGqEU3YDEI0TPwQJGHVYGMjhctuKSH\nz+51WyUg6u36VphvAC1sHDmB26wZ4UtziYvLdgSu46KgFvmdU4mTyb0BHnyeetsa\nz8OHiU+qkO3k19f1o89CHGif2nNdvWdCF1YKz4j0N1Rh+bL1Ms8EqeMiUc+Y/Ete\ngs7KhRzWt06ovSleIWXGpHfpO0Bb2l/wFbCOeFwGZ7VZ69D3YjzgjtYKriLdOyNz\ngoAxKJ1foFOO3sIUxte7CP8wpBjrYSVEOj+8Ocqn6zNJSPtPNKNSfZrvwicw9dVM\nMnNj/BhxByOMsTm7nTmyV0Qr1wBYkGhAz/RhB3tUnpvv6mVuCkbG0d3F1pmrDEUa\nGpvk+MjrWcoNThqWgrBnQ3+HuIfgZkm/Mn2y3rmDPlM=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "2.19.5",
         "phpExtensions": [
@@ -37284,7 +37470,7 @@
     "issueTracker": "https://www.arawa.fr/contact/",
     "website": "",
     "created": "2022-08-19T15:20:56.970763Z",
-    "lastModified": "2022-10-28T09:32:43.667845Z",
+    "lastModified": "2022-10-31T09:17:38.414839Z",
     "releases": [
       {
         "version": "1.2.3",
@@ -37299,11 +37485,11 @@
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-10-28T09:32:43.738366Z",
+        "lastModified": "2022-10-31T09:17:38.471382Z",
         "isNightly": false,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=20 <=24",
-        "signature": "CqtOgl5ctB35BMethNr4bNrrZASd5nOSoP8pFCnM7Grw6G4tgCi/Ilkl5lro88N6\nRi4uCYIlzbIAEyOBAaUr3K93LWdSwzj71ZFnhSf92R8haDKYOgYjCLEh3jX2BxZG\n8PYKiCmW0jRLGEPYQKGeS0IV3V7/4h0uZQwC7vR3Sp3sA4AGRlTicuyoxIrTW90o\nHtsLOo1J8xZNeKdYA9nWETAoAHDwJkPRvp9Qz9HCcG79KPvw7iCMLUDv1WbDtLGa\nVL999pZbKY+6eCrYcZzOnE6dTvyDVltxudNEa1bDpagDCxWrygPbST0WrC5FT1xw\ncEz1Y2a7ZMABE4i+/JOU2TQJYNwvNUjONYoAcRfhjm2+/LMpn9Y4GOHl1WU5hmsJ\nvcUF54r+al/y6Wpn5tEpPhW7KDWa1nwNYWjsrUg7Mehe5U0jxka669fwhpPVbhF8\nss2b1dc7zYfgq8Pjd0qfu4u2mE0piuTLbwDXrxXQdnbErLnU1fN8qlUokBjdfe7j\nOz8lqJtiaN/G6tzizHU+lUfcEO+KJ5cHimNPI6/ex4ckFp1FvTex8nDHlzK8VddK\nsEu7dJAjMsKcEBCkVLu5mdCKMIn6g1xkrCbWDps2ipaMjhL+uvRZLJkurRG3YrV5\ncVJGqkmQstpDNXMC73fyAwmDxQtNcQn0XGnbOrT2ViA=",
+        "signature": "wUNZs7VF3NXvGR/In1+i1QMj5IsSMlBaKiDLwiKa9ofKjkYNS8nQn2vbkJiyy4q1\nFjZBz8rKrW/EyZTw7zrQNatqqKnViGpkWDDjDC3VJsaE27Z02TAI3sb4l5fQXYB4\n264fykpN9b96zfgXQyjRWHg7e5ssRKejffJ3D3Gx89+QIhp9ro33EsD96BqB/Cy4\nNrg5GgObheysixhd7OKlJ+b8EMfVrq8cCuCZ06wg6H7V/SkKIr/1qgQH4drkM9y2\nzLXb/MzvTwUBGLSzo0HpywXe5N/fPRIUhqIQLvWWVntH0jJ10N7qFl2yCbtNT8BM\n/JfBCt6jFngUXSK5wak/WzirzbjD+WYA/p1B0uLhwphK6QRGBjFaNcBjaomheZGn\nwA0Rhtt0hodE+OiGwN9iZ07ist0dnfwXGw8IGXsXesmeCVvghF2KN1ivPKpbUvfF\nk/EhqUtQ1uxYCxlHg/mU+o/b32Jc+BA284UL7iqPhEDaIUatCdeAPrA0O8jxp2zA\nHBW1xAICwuwyos6vEiuGgXmkZ71speWL29UpAIeItRXH76USpNogMTszWZp3Qy5j\nvFGBxYrUdckrKAT1p0fkcGbTIEX6TOCcGWEo13u/H9TL5jFHi4dspXiftYFCvnm9\nI1SbDK+gj2qpp9moAhJYW0idWBii/sWXMP6rtvJhG0M=",
         "translations": {
           "en": {
             "changelog": ""
@@ -37359,7 +37545,7 @@
       "en": {
         "name": "Workspace",
         "summary": "Create Groupfolders with delegated management",
-        "description": "Workspace allows managers to :\n- Create shared workspaces\n- Delegate management of each workspace to users (workspace managers) in order for them to:\n    - choose members\n    - create groups\n    - configure advanced permissions on workspace folders\n- All through a simple unified interface, designed to simplify your users' experience and make them autonomous\n\nThis app is a Nextcloud extension of the Groupfolders app.\n\nFor more information, please visit [our website](https://www.arawa.fr/solutions/produits-arawa/arawa-workspace-for-nextcloud/) (french content).\n\n**Caution**, to use our app, you need to install [our forked Groupfolders app](https://github.com/arawa/groupfolders), release [v9.1.0](https://github.com/arawa/groupfolders/releases/download/v9.1.0/groupfolders-9.1.0.tar.gz).\nWe are working with Nextcloud to make Workspace compatible with the standard Groupfolders application.\nThis version will be available soon.\n\nFor more details, please go to the [admin documentation](https://github.com/arawa/workspace/blob/main/README.md#installation)."
+        "description": "Workspace allows managers to :\n- Create shared workspaces\n- Delegate management of each workspace to users (workspace managers) in order for them to:\n    - choose members\n    - create groups\n    - configure advanced permissions on workspace folders\n- All through a simple unified interface, designed to simplify your users' experience and make them autonomous\n\nThis app is a Nextcloud extension of the Groupfolders app.\n\nFor more information, please visit [our website](https://www.arawa.fr/solutions/produits-arawa/arawa-workspace-for-nextcloud/) (french content).\n\n**Caution**, to use our app, you need to install [our forked Groupfolders app](https://github.com/arawa/groupfolders), release [v9.1.1](https://github.com/arawa/groupfolders/releases/download/v9.1.1/groupfolders-9.1.1.tar.gz).\nWe are working with Nextcloud to make Workspace compatible with the standard Groupfolders application.\nThis version will be available soon.\n\nFor more details, please go to the [admin documentation](https://github.com/arawa/workspace/blob/main/README.md#installation)."
       }
     },
     "isFeatured": false,