Add a FileTree component and convert every directory tree to it

This commit is contained in:
Djeex
2026-09-02 23:02:17 +02:00
parent 940096b2b1
commit 54edbae731
29 changed files with 553 additions and 329 deletions
@@ -19,14 +19,16 @@ description: Install Gitea, a lightweight self-hosted Git service to manage your
![gitea](https://about.gitea.com/img/home-screenshot.png)
## Installation
Folder structure
```text [Directory tree]
root
└── docker
└── gitea
└── data
```
::file-tree
---
tree:
/:
- docker:
- gitea:
- data/
---
::
Open Dockge, click on `compose`, name the stack `gitea`, and paste the following content: