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