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,7 @@
<?php
namespace App\SupportedApps\WireGuard;
class WireGuard extends \App\SupportedApps
{
}

View File

@@ -0,0 +1,10 @@
{
"appid": "afef2217e82ee20638490bb102605f6e09789093",
"name": "WireGuard",
"website": "https://www.wireguard.com",
"license": "CNRI Python Open Source GPL Compatible License Agreement",
"description": "WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.",
"enhanced": false,
"tile_background": "dark",
"icon": "wireguard.png"
}