From 235cb32ca509114a17218a11b1344e614f5a4ae5 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 11:55:37 -0400 Subject: [PATCH] Updated folder/app name --- {PBS => PBS-Client}/Dockerfile | 0 {PBS => PBS-Client}/LICENSE | 0 {PBS => PBS-Client}/config.json | 10 +++++----- {PBS => PBS-Client}/run.sh | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {PBS => PBS-Client}/Dockerfile (100%) rename {PBS => PBS-Client}/LICENSE (100%) rename {PBS => PBS-Client}/config.json (84%) rename {PBS => PBS-Client}/run.sh (100%) diff --git a/PBS/Dockerfile b/PBS-Client/Dockerfile similarity index 100% rename from PBS/Dockerfile rename to PBS-Client/Dockerfile diff --git a/PBS/LICENSE b/PBS-Client/LICENSE similarity index 100% rename from PBS/LICENSE rename to PBS-Client/LICENSE diff --git a/PBS/config.json b/PBS-Client/config.json similarity index 84% rename from PBS/config.json rename to PBS-Client/config.json index db99b79..c1db543 100644 --- a/PBS/config.json +++ b/PBS-Client/config.json @@ -1,9 +1,9 @@ { - "name": "PBS", - "version": "20240326.8", - "slug": "pbs", - "description": "Proxmox Backup Server", - "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS", + "name": "PBS-Client", + "version": "20240708.1", + "slug": "pbs-client", + "description": "Proxmox Backup Client", + "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client", "arch": ["armhf", "armv7", "aarch64"], "startup": "application", "boot": "manual", diff --git a/PBS/run.sh b/PBS-Client/run.sh similarity index 100% rename from PBS/run.sh rename to PBS-Client/run.sh