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
+23 -17
View File
@@ -53,15 +53,18 @@ __Warning__: If your IP is not static, use a Dynamic DNS service ([DynDNS](https
### Folder Structure
```text [Directory tree]
root
└── docker
└── wg-easy
├── config
│ └── etc_wireguard
├── compose.yaml
└── .env
```
::file-tree
---
tree:
/:
- docker:
- wg-easy:
- config:
- etc_wireguard/
- compose.yaml
- .env
---
::
::steps{level="3"}
### Deploy the stack
@@ -190,14 +193,17 @@ We assume the client server runs Linux with Docker installed.
### Folder Structure
```text [Directory tree]
root
└── docker
└── wireguard
└── config
│ └── wg_confs
└── compose.yaml
```
::file-tree
---
tree:
/:
- docker:
- wireguard:
- config:
- wg_confs/
- compose.yaml
---
::
::steps{level="3"}
### Create the folder
+12 -9
View File
@@ -14,15 +14,18 @@ This makes it a good fit if you just need a simple, fast SSO backend, for exampl
- [Pocket ID on GitHub](https://github.com/pocket-id/pocket-id)
## Installation
Folder structure:
```text [Directory tree]
root
└── docker
└── pocket-id
├── compose.yaml
├── .env
└── data
```
::file-tree
---
tree:
/:
- docker:
- pocket-id:
- compose.yaml
- .env
- data/
---
::
::steps{level="3"}
### Create the data folder
+12 -9
View File
@@ -19,15 +19,18 @@ This guide assumes you've already installed [Pocket ID](/serveex/security/pocket
::
## Installation
Folder structure:
```text [Directory tree]
root
└── docker
└── tinyauth
├── compose.yaml
├── .env
└── data
```
::file-tree
---
tree:
/:
- docker:
- tinyauth:
- compose.yaml
- .env
- data/
---
::
::steps{level="3"}
### Create the data folder