From 674f4e2636cd73abe32c7a9809e044c303bc3168 Mon Sep 17 00:00:00 2001 From: mhlas7 Date: Thu, 26 Jun 2025 12:42:29 -0700 Subject: [PATCH] Add Proxmox Backup Server (#836) * Add Proxmox Backup Server * Fix icon name --------- Co-authored-by: mhlas7 Co-authored-by: Martijn van der Kleijn --- ProxmoxBackupServer/ProxmoxBackupServer.php | 7 +++++++ ProxmoxBackupServer/ProxmoxBackupServer.svg | 1 + ProxmoxBackupServer/app.json | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 ProxmoxBackupServer/ProxmoxBackupServer.php create mode 100644 ProxmoxBackupServer/ProxmoxBackupServer.svg create mode 100644 ProxmoxBackupServer/app.json diff --git a/ProxmoxBackupServer/ProxmoxBackupServer.php b/ProxmoxBackupServer/ProxmoxBackupServer.php new file mode 100644 index 000000000..9716359d6 --- /dev/null +++ b/ProxmoxBackupServer/ProxmoxBackupServer.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/ProxmoxBackupServer/app.json b/ProxmoxBackupServer/app.json new file mode 100644 index 000000000..c0bf48f80 --- /dev/null +++ b/ProxmoxBackupServer/app.json @@ -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.svg" +}