Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,10 +1,6 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"devices": [
"/dev/sda",
@@ -68,10 +64,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"NoAuth": "bool",
"base_folder": "str?",
@@ -88,6 +81,7 @@
"startup": "services",
"upstream": "2.21.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.21.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}