mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
Claudify
This commit is contained in:
@@ -22,15 +22,31 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
||||
|
||||
## About
|
||||
|
||||
Web based [File Browser](https://filebrowser.org/).
|
||||
This addon is based on the [docker image](https://hub.docker.com/r/filebrowser/filebrowser) from filebrowser.
|
||||
Web-based file management interface that provides a secure way to browse, upload, download, edit and manage files on your Home Assistant system. Filebrowser offers a clean, modern interface for handling your files through a web browser, with support for multiple file formats, preview capabilities, and comprehensive file operations.
|
||||
|
||||
This addon is based on the [docker image](https://hub.docker.com/r/filebrowser/filebrowser) from the official Filebrowser project.
|
||||
|
||||
## Installation
|
||||
|
||||
The installation of this add-on is pretty straightforward and not different in
|
||||
comparison to installing any other Home Assistant add-on.
|
||||
|
||||
1. [Add my Home Assistant add-ons repository][repository] to your Home Assistant instance.
|
||||
1. Install this add-on.
|
||||
1. Click the `Save` button to store your configuration.
|
||||
1. Start the add-on.
|
||||
1. Check the logs of the add-on to see if everything went well.
|
||||
1. Access the web UI through the sidebar or at `<your-ip>:8071`.
|
||||
|
||||
## Configuration
|
||||
|
||||
Webui can be found at <http://homeassistant:port> or through the sidebar using Ingress.
|
||||
Default username: "admin" and password: "admin"
|
||||
The web UI can be found at `<your-ip>:8071` or through the Home Assistant sidebar when using Ingress.
|
||||
|
||||
Network disk is mounted to `/share/storagecifs`.
|
||||
**Default credentials:**
|
||||
- Username: `admin`
|
||||
- Password: `admin`
|
||||
|
||||
**Important:** Change the default credentials immediately after first login for security.
|
||||
|
||||
### Options
|
||||
|
||||
@@ -40,13 +56,13 @@ Network disk is mounted to `/share/storagecifs`.
|
||||
| `certfile` | str | `fullchain.pem` | SSL certificate file (in `/ssl/`) |
|
||||
| `keyfile` | str | `privkey.pem` | SSL private key file (in `/ssl/`) |
|
||||
| `NoAuth` | bool | `true` | Disable authentication (resets database when changed) |
|
||||
| `disable_thumbnails` | bool | `true` | Disable thumbnail generation for speed |
|
||||
| `base_folder` | str | `/` | Root folder for file browser |
|
||||
| `localdisks` | str | | Local drives to mount (e.g., `sda1,sdb1,MYNAS`) |
|
||||
| `networkdisks` | str | | SMB shares to mount (e.g., `//SERVER/SHARE`) |
|
||||
| `cifsusername` | str | | SMB username for network shares |
|
||||
| `cifspassword` | str | | SMB password for network shares |
|
||||
| `cifsdomain` | str | | SMB domain for network shares |
|
||||
| `disable_thumbnails` | bool | `true` | Disable thumbnail generation for improved performance |
|
||||
| `base_folder` | str | *(optional)* | Root folder for file browser (defaults to all mapped folders) |
|
||||
| `localdisks` | str | *(optional)* | Local drives to mount (e.g., `sda1,sdb1,MYNAS`) |
|
||||
| `networkdisks` | str | *(optional)* | SMB shares to mount (e.g., `//SERVER/SHARE`) |
|
||||
| `cifsusername` | str | *(optional)* | SMB username for network shares |
|
||||
| `cifspassword` | str | *(optional)* | SMB password for network shares |
|
||||
| `cifsdomain` | str | *(optional)* | SMB domain for network shares |
|
||||
|
||||
### Example Configuration
|
||||
|
||||
@@ -64,6 +80,17 @@ cifspassword: "password123"
|
||||
cifsdomain: "workgroup"
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
1. Start the add-on and wait for it to initialize.
|
||||
1. Access the web interface through the Home Assistant sidebar or at `<your-ip>:8071`.
|
||||
1. Log in using the default credentials:
|
||||
- Username: `admin`
|
||||
- Password: `admin`
|
||||
1. **Important:** Immediately change the default password by clicking on "Settings" > "User Management".
|
||||
1. Configure your preferred settings through the web interface.
|
||||
1. If authentication is disabled (`NoAuth: true`), the login screen will be bypassed.
|
||||
|
||||
### Mounting Drives
|
||||
|
||||
This addon supports mounting both local drives and remote SMB shares:
|
||||
@@ -78,25 +105,11 @@ This addon supports custom scripts and environment variables through the `addon_
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
|
||||
## Installation
|
||||
|
||||
The installation of this add-on is pretty straightforward and not different in
|
||||
comparison to installing any other Hass.io add-on.
|
||||
|
||||
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance. [![Add repository on my Home Assistant][repository-badge]][repository-url]
|
||||
1. Install this add-on.
|
||||
1. Click the `Save` button to store your configuration.
|
||||
1. Start the add-on.
|
||||
1. Check the logs of the add-on to see if everything went well.
|
||||
1. Carefully configure the add-on to your preferences, see the [official documentation](https://filebrowser.org/configuration) for for that.
|
||||
|
||||
## Support
|
||||
|
||||
Create an issue on github, or ask on the [home assistant thread](https://community.home-assistant.io/t/home-assistant-addon-filebrowser/282108/3).
|
||||
Create an issue on GitHub, or ask on the [Home Assistant Community thread](https://community.home-assistant.io/t/home-assistant-addon-filebrowser/282108/3).
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
|
||||
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
|
||||
Reference in New Issue
Block a user