Updater bot : filebrowser updated to 2.36.1

This commit is contained in:
alexbelgium
2025-07-05 01:56:11 +02:00
parent 3d7108dbae
commit 19363340c0
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.36.1 (05-07-2025)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
## 2.33.10 (28-06-2025) ## 2.33.10 (28-06-2025)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases) - Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)

View File

@@ -1,5 +1,9 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"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": [
@@ -105,7 +109,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": {
"NoAuth": "bool", "NoAuth": "bool",
"base_folder": "str?", "base_folder": "str?",
@@ -122,5 +129,5 @@
"slug": "filebrowser", "slug": "filebrowser",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.33.10" "version": "2.36.1"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "28-06-2025", "last_update": "05-07-2025",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "filebrowser", "slug": "filebrowser",
"source": "github", "source": "github",
"upstream_repo": "filebrowser/filebrowser", "upstream_repo": "filebrowser/filebrowser",
"upstream_version": "2.33.10" "upstream_version": "2.36.1"
} }