mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-22 05:50:31 +02:00
@@ -1,7 +1,14 @@
|
|||||||
|
## 2.32.0 (09-05-2025)
|
||||||
|
|
||||||
|
- Requires homeassistant core > 2025.5.0
|
||||||
|
- Update to latest image
|
||||||
|
|
||||||
## 2.23.0_14 (21-04-2024)
|
## 2.23.0_14 (21-04-2024)
|
||||||
|
|
||||||
- Fix : allows absence of legacy folders (addons_config and addons_autoscripts)
|
- Fix : allows absence of legacy folders (addons_config and addons_autoscripts)
|
||||||
|
|
||||||
## 2.23.0_13 (06-04-2024)
|
## 2.23.0_13 (06-04-2024)
|
||||||
|
|
||||||
- Allow mdadm RAID (thanks @zagi988)
|
- Allow mdadm RAID (thanks @zagi988)
|
||||||
|
|
||||||
## 2.23.0_12 (08-01-2024)
|
## 2.23.0_12 (08-01-2024)
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "hurlenko/filebrowser:v2.23.0",
|
"aarch64": "filebrowser/filebrowser:v2.32.0",
|
||||||
"amd64": "hurlenko/filebrowser:v2.23.0",
|
"amd64": "filebrowser/filebrowser:v2.32.0",
|
||||||
"armv7": "hurlenko/filebrowser:v2.23.0"
|
"armv7": "filebrowser/filebrowser:v2.32.0"
|
||||||
},
|
},
|
||||||
"codenotary": {
|
"codenotary": {
|
||||||
"signer": "alexandrep.github@gmail.com"
|
"signer": "alexandrep.github@gmail.com"
|
||||||
|
|||||||
@@ -78,9 +78,11 @@
|
|||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0"
|
||||||
},
|
},
|
||||||
|
"homeassistant": "2025.5.0",
|
||||||
"image": "ghcr.io/alexbelgium/filebrowser-{arch}",
|
"image": "ghcr.io/alexbelgium/filebrowser-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
|
"ingress_port": 8071,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw",
|
"addon_config:rw",
|
||||||
"media:rw",
|
"media:rw",
|
||||||
@@ -102,7 +104,7 @@
|
|||||||
"panel_admin": false,
|
"panel_admin": false,
|
||||||
"panel_icon": "mdi:file-search",
|
"panel_icon": "mdi:file-search",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": null
|
"8080/tcp": 8071
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
@@ -127,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.23.0_14"
|
"version": "2.32.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"last_update": "16-09-2023",
|
"last_update": "31-01-2025",
|
||||||
"paused": true,
|
"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.25.0"
|
"upstream_version": "2.32.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user