Update to 2.20.1

This commit is contained in:
alexbelgium
2021-12-23 01:56:47 +01:00
parent 4df57a91ca
commit f18e4b56bc
3 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.20.1 (23-12-2021)
- Update to latest version from hurlenko/filebrowser-docker
- Mount ssl in write
- New standardized logic for Dockerfile build and packages installation
- Mount nvme drives

View File

@@ -14,7 +14,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.19.0"
ARG BUILD_UPSTREAM="2.20.1"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
##################

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",
@@ -63,7 +68,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",
@@ -78,8 +86,8 @@
},
"slug": "filebrowser",
"startup": "services",
"upstream": "2.19.0",
"upstream": "2.20.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.19.0",
"version": "2.20.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}