Skip to content

Commit

Permalink
Add longhorn foundation app (#774)
Browse files Browse the repository at this point in the history
* Add longhorn
* add the long horn png
* Fix linter issues

---------

Co-authored-by: Martijn van der Kleijn <[email protected]>
  • Loading branch information
kevinlutzer and mvdkleijn authored Sep 6, 2024
1 parent ae717b7 commit 89315ab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Longhorn/Longhorn.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Longhorn;

class Longhorn extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Longhorn/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "ae510f7c5ac32d35764a2c487fc09e07ef044840",
"name": "Longhorn",
"website": "https://longhorn.io/",
"license": "Apache License 2.0",
"description": "Longhorn is a distributed block storage system for Kubernetes. Longhorn is cloud-native storage built using Kubernetes and container primitives.",
"enhanced": false,
"tile_background": "dark",
"icon": "longhorn.png"
}
Binary file added Longhorn/longhorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89315ab

Please sign in to comment.