Skip to content

Commit 061cd28

Browse files
mhlas7Michael Hlas
andauthored
Add Beszel app (#833)
Co-authored-by: Michael Hlas <[email protected]>
1 parent 9ce0cda commit 061cd28

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Beszel/Beszel.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Beszel;
4+
5+
class Beszel extends \App\SupportedApps
6+
{
7+
}

Beszel/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "14641c955e3750a6405faa911be80402a9bf0e31",
3+
"name": "Beszel",
4+
"website": "https://github.com/henrygd/beszel",
5+
"license": "MIT License",
6+
"description": "A lightweight server resource monitoring hub with historical data, docker stats, and alerts.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "beszel.svg"
10+
}

Beszel/beszel.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)