mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update to 2.20.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
##################
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user