Updater bot : filebrowser updated to 2.21.0

This commit is contained in:
alexbelgium
2022-02-22 01:56:12 +01:00
parent 7695bdc7f8
commit 360ff6dd9a
3 changed files with 15 additions and 5 deletions

View File

@@ -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)

View File

@@ -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}
##################

View File

@@ -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]"
}