Add a FileTree component and convert every directory tree to it
This commit is contained in:
@@ -24,15 +24,18 @@ Beszel includes a hub with a web UI and an agent that collects data from your se
|
||||
|
||||
## Installation
|
||||
|
||||
Folder structure
|
||||
|
||||
```text [Directory tree]
|
||||
root
|
||||
└── docker
|
||||
└── beszel
|
||||
├── data
|
||||
└── socket
|
||||
```
|
||||
::file-tree
|
||||
---
|
||||
tree:
|
||||
/:
|
||||
- docker:
|
||||
- beszel:
|
||||
- compose.yaml
|
||||
- .env
|
||||
- data/
|
||||
- socket/
|
||||
---
|
||||
::
|
||||
|
||||
Open Dockge, click `compose`, name the stack `beszel`, and paste the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user