including some more dashboard components

This commit is contained in:
2026-03-05 06:34:27 +01:00
parent f03ec900c6
commit 7d8c36a771
57 changed files with 1694 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"appid": "668b5fcda851fe516fef14e82973beffe32f385a",
"name": "ownCloud",
"website": "https://owncloud.org",
"license": "GNU Affero General Public License v3.0 or later",
"description": "ownCloud is a free and open source file hosting service. It also supports extensions for online document editing, calendar and contact synchronization. It's a safe home for all your data.",
"enhanced": false,
"tile_background": "dark",
"icon": "owncloud.png"
}

View File

@@ -0,0 +1,7 @@
<?php
namespace App\SupportedApps\ownCloud;
class ownCloud extends \App\SupportedApps // phpcs:ignore
{
}