mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 17:37:44 +01:00
update
This commit is contained in:
39
filebrowser/config.json
Normal file
39
filebrowser/config.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||
"environment": {
|
||||
"FB_BASEURL": "/filebrowser"
|
||||
},
|
||||
"options": {
|
||||
},
|
||||
"schema": {
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user