Revert "docs(filebrowser_quantum): stop advertising direct access on port 807…" (#2982)

This reverts commit 65233d1291.
This commit is contained in:
Alexandre
2026-08-17 07:57:24 +02:00
committed by GitHub
parent 65233d1291
commit bcdd972c2f
3 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,4 @@
## 1.5.1.1 (2026-08-17)
- Documentation: the add-on is Ingress-only and does not publish port 8071, so the README no longer advertises direct access at `<your-ip>:8071`
## 1.5.1 (2026-08-08) ## 1.5.1 (2026-08-08)
- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) - Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases)

View File

@@ -42,11 +42,11 @@ comparison to installing any other Home Assistant add-on.
1. Click the `Save` button to store your configuration. 1. Click the `Save` button to store your configuration.
1. Start the add-on. 1. Start the add-on.
1. Check the logs of the add-on to see if everything went well. 1. Check the logs of the add-on to see if everything went well.
1. Access the web UI through the Home Assistant sidebar. 1. Access the web UI through the sidebar or at `<your-ip>:8071`.
## Configuration ## Configuration
The web UI is reached through the Home Assistant sidebar (Ingress). This add-on does not publish a port on your network, so it has no **Network** section in its configuration page and is not reachable at `<your-ip>:8071`. The web UI can be found at `<your-ip>:8071` or through the Home Assistant sidebar when using Ingress.
**Default credentials:** **Default credentials:**
- Username: `admin` - Username: `admin`
@@ -69,7 +69,7 @@ The web UI is reached through the Home Assistant sidebar (Ingress). This add-on
## Setup ## Setup
1. Start the add-on and wait for it to initialize. 1. Start the add-on and wait for it to initialize.
1. Access the web interface through the Home Assistant sidebar. 1. Access the web interface through the Home Assistant sidebar or at `<your-ip>:8071`.
1. Log in using the default credentials: 1. Log in using the default credentials:
- Username: `admin` - Username: `admin`
- Password: `admin` - Password: `admin`

View File

@@ -114,4 +114,4 @@ schema:
slug: filebrowser_quantum slug: filebrowser_quantum
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "1.5.1.1" version: "1.5.1"