mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
45 lines
997 B
JSON
45 lines
997 B
JSON
{
|
|
"name": "Filebrowser",
|
|
"version": "2.11.0",
|
|
"slug": "filebrowser",
|
|
"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",
|
|
"url": "https://github.com/hurlenko/filebrowser-docker",
|
|
"startup": "services",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
"8080/tcp": 8087
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "Web UI port"
|
|
},
|
|
"apparmor": true,
|
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"map": [
|
|
"media:rw",
|
|
"config:rw",
|
|
"addons:rw",
|
|
"backup:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
|
"environment": {
|
|
"FB_BASEURL": "/filebrowser"
|
|
},
|
|
"options": {
|
|
"networkdisks": "//server/share",
|
|
"cifsusername": "username",
|
|
"cifspassword": "password"
|
|
},
|
|
"schema": {
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?"
|
|
}
|
|
}
|