mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : filebrowser updated to 2.21.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 2.21.0 (22-02-2022)
|
||||
- Update to latest version from hurlenko/filebrowser-docker
|
||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||
|
||||
## 2.20.1 (23-12-2021)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#################
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.20.1"
|
||||
ARG BUILD_UPSTREAM="2.21.0"
|
||||
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"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/sda",
|
||||
@@ -64,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",
|
||||
@@ -79,8 +86,8 @@
|
||||
},
|
||||
"slug": "filebrowser",
|
||||
"startup": "services",
|
||||
"upstream": "2.20.1",
|
||||
"upstream": "2.21.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.20.1-3",
|
||||
"version": "2.21.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user