GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 23:57:51 +00:00
parent 60daed5f5a
commit f0829338b3
2 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
## 2.36.1 (05-07-2025) ## 2.36.1 (05-07-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)
## 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,9 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"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": [
@@ -109,10 +105,7 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"NoAuth": "bool", "NoAuth": "bool",
"base_folder": "str?", "base_folder": "str?",