Update to 2.16.1

This commit is contained in:
alexbelgium
2021-08-07 01:56:15 +02:00
parent 71d6e2d0a5
commit 7c9362cb18
3 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 2.16.1 (07-08-2021)
- Update to latest version from hurlenko/filebrowser-docker
- Ingress added - Ingress added
- No auth option made more apparent - No auth option made more apparent

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "Filebrowser", "name": "Filebrowser",
"version": "2.16.0-v3", "version": "2.16.1",
"upstream": "2.16.0", "upstream": "2.16.1",
"slug": "filebrowser", "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", "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/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
@@ -9,7 +9,12 @@
"ingress": true, "ingress": true,
"ingress_port": 8099, "ingress_port": 8099,
"panel_icon": "mdi:file-search", "panel_icon": "mdi:file-search",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": { "ports": {
"8080/tcp": 8087 "8080/tcp": 8087
}, },
@@ -17,9 +22,19 @@
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"apparmor": true, "apparmor": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"full_access": true, "full_access": 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"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"environment": { "environment": {
"FB_BASEURL": "/filebrowser" "FB_BASEURL": "/filebrowser"