Update to 2.12.0

This commit is contained in:
alexbelgium
2021-03-06 01:56:01 +01:00
parent 2d39ef6e3e
commit df543afc25
3 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 2.12.0
- Update to latest version from hurlenko/filebrowser-docker
- Allow mounting shares named \ip\share in addition to //ip/share - Allow mounting shares named \ip\share in addition to //ip/share
## 2.11.0 ## 2.11.0

View File

@@ -1,5 +1,5 @@
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.11.0" ARG BUILD_UPSTREAM="2.12.0"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM} FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
RUN apk add --no-cache \ RUN apk add --no-cache \

View File

@@ -1,12 +1,17 @@
{ {
"name": "Filebrowser", "name": "Filebrowser",
"version": "2.11.0-rev3", "version": "2.12.0",
"upstream": "2.11.0", "upstream": "2.12.0",
"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",
"startup": "services", "startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": { "ports": {
"8080/tcp": 8087 "8080/tcp": 8087
}, },
@@ -14,8 +19,18 @@
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"apparmor": true, "apparmor": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"map": ["media:rw", "config:rw", "addons:rw", "backup:rw", "share:rw", "ssl"], "SYS_ADMIN",
"DAC_READ_SEARCH"
],
"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"