mirror of
https://github.com/benphelps/homepage.git
synced 2025-12-22 07:29:44 +01:00
20 lines
536 B
Markdown
20 lines
536 B
Markdown
|
|
---
|
||
|
|
title: Filebrowser
|
||
|
|
description: Filebrowser Widget Configuration
|
||
|
|
---
|
||
|
|
|
||
|
|
Learn more about [Filebrowser](https://filebrowser.org).
|
||
|
|
|
||
|
|
If you are using [Proxy header authentication](https://filebrowser.org/configuration/authentication-method#proxy-header) you have to set `authHeader` and `username`.
|
||
|
|
|
||
|
|
Allowed fields: `["available", "used", "total"]`.
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
widget:
|
||
|
|
type: filebrowser
|
||
|
|
url: http://filebrowserhostorip:port
|
||
|
|
username: username
|
||
|
|
password: password
|
||
|
|
authHeader: X-My-Header # If using Proxy header authentication
|
||
|
|
```
|