15 lines
308 B
Markdown
15 lines
308 B
Markdown
---
|
|
type: "note"
|
|
---
|
|
|
|
# file-browser
|
|
|
|
- [FileBrowser](https://filebrowser.org/installation)
|
|
- [GitHub](https://github.com/filebrowser/filebrowser)
|
|
|
|
```bash
|
|
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
|
|
filebrowser -r /var
|
|
filebrowser -r / -d /home/mike/filebrowser.db
|
|
```
|