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
+15 -12
View File
@@ -29,18 +29,21 @@ There are two main modes you should know:
Both modes can be configured on a per-application basis.
## Installation
Folder structure:
```text [Directory tree]
root
└── docker
└── authentik
├── .env
├── compose.yml
├── media
├── certs
├── custom-template
└── ssh
```
::file-tree
---
tree:
/:
- docker:
- authentik:
- .env
- compose.yml
- media/
- certs/
- custom-template/
- ssh/
---
::
::steps{level="3"}
### Create the folders