update schema for auth
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PBS-Client",
|
"name": "PBS-Client",
|
||||||
"version": "20240708.17",
|
"version": "20240708.18",
|
||||||
"slug": "pbs-client",
|
"slug": "pbs-client",
|
||||||
"description": "Proxmox Backup Client",
|
"description": "Proxmox Backup Client",
|
||||||
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
|
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"pbs_host": "str",
|
"pbs_host": "str",
|
||||||
"pbs_port": "int",
|
"pbs_port": "int",
|
||||||
"pbs_fingerprint": "str",
|
"pbs_fingerprint": "str",
|
||||||
"auth": ["match(pam|pbs)"],
|
"auth": ["list(pam|pbs)"],
|
||||||
"namespace": "str",
|
"namespace": "str",
|
||||||
"days_to_keep": "int",
|
"days_to_keep": "int",
|
||||||
"include": ["match(^\/)"]
|
"include": ["match(^\/)"]
|
||||||
|
|||||||
Reference in New Issue
Block a user