mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +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
|
- Mount ssl in write
|
||||||
- New standardized logic for Dockerfile build and packages installation
|
- New standardized logic for Dockerfile build and packages installation
|
||||||
- Mount nvme drives
|
- Mount nvme drives
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.19.0"
|
ARG BUILD_UPSTREAM="2.20.1"
|
||||||
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
|
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"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",
|
"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": [
|
"devices": [
|
||||||
"/dev/mmcblk0p8",
|
"/dev/mmcblk0p8",
|
||||||
@@ -63,7 +68,10 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
@@ -78,8 +86,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "filebrowser",
|
"slug": "filebrowser",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "2.19.0",
|
"upstream": "2.20.1",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.19.0",
|
"version": "2.20.1",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user