Skip to content

Commit 674f4e2

Browse files
mhlas7mhlas7mvdkleijn
authored
Add Proxmox Backup Server (#836)
* Add Proxmox Backup Server * Fix icon name --------- Co-authored-by: mhlas7 <[email protected]> Co-authored-by: Martijn van der Kleijn <[email protected]>
1 parent f5eb863 commit 674f4e2

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
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\ProxmoxBackupServer;
4+
5+
class ProxmoxBackupServer extends \App\SupportedApps
6+
{
7+
}
Lines changed: 1 addition & 0 deletions
Loading

ProxmoxBackupServer/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "e368337b94ce07c52ef5f319e18319b4fa2ac5c6",
3+
"name": "Proxmox Backup Server",
4+
"website": "https://www.proxmox.com/en/proxmox-backup-server",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "Proxmox Backup Server is an enterprise backup solution, for backing up and restoring VMs, containers, and physical hosts. By supporting incremental, fully deduplicated backups, Proxmox Backup Server significantly reduces network load and saves valuable storage space. With strong encryption and methods of ensuring data integrity, you can feel safe when backing up data, even to targets which are not fully trusted.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "ProxmoxBackupServer.svg"
10+
}

0 commit comments

Comments
 (0)