Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Beszel/beszel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions ProxmoxBackupServer/ProxmoxBackupServer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\ProxmoxBackupServer;

class ProxmoxBackupServer extends \App\SupportedApps
{
}
1 change: 1 addition & 0 deletions ProxmoxBackupServer/ProxmoxBackupServer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions ProxmoxBackupServer/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "e368337b94ce07c52ef5f319e18319b4fa2ac5c6",
"name": "Proxmox Backup Server",
"website": "https://www.proxmox.com/en/proxmox-backup-server",
"license": "GNU General Public License v3.0 only",
"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.",
"enhanced": false,
"tile_background": "dark",
"icon": "ProxmoxBackupServer.png"
}
Loading