Update to 2.19.0

This commit is contained in:
alexbelgium
2021-11-25 01:56:28 +01:00
parent 641063895f
commit fc1dc6dcc0
3 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 2.19.0 (25-11-2021)
- Update to latest version from hurlenko/filebrowser-docker
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
## 2.18.0 (02-11-2021)

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.18.0"
ARG BUILD_UPSTREAM="2.19.0"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.1

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"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/mmcblk0p8",
@@ -25,7 +30,14 @@
"ingress": true,
"ingress_port": 8099,
"ingress_stream": true,
"map": ["media:rw", "config:rw", "addons:rw", "backup:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"config:rw",
"addons:rw",
"backup:rw",
"share:rw",
"ssl"
],
"name": "Filebrowser",
"options": {
"ssl": false,
@@ -43,7 +55,10 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"ssl": "bool",
"certfile": "str",
@@ -58,8 +73,8 @@
},
"slug": "filebrowser",
"startup": "services",
"upstream": "2.18.0",
"upstream": "2.19.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.0",
"version": "2.19.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}