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
@@ -25,15 +25,18 @@ description: Install code-server to run VS Code in your browser from your homela
For this setup, well use the [image maintained by LinuxServer.io](https://docs.linuxserver.io/images/docker-code-server/).
::
Folder structure
```text [Directory tree]
root
├── docker
│ └── code-server
│ └── config
└── #any folder you want to mount in VS Code
```
::file-tree
---
tree:
/:
- docker:
- code-server:
- compose.yaml
- .env
- config/
- (any folder you want to mount in VS Code)/
---
::
Open Dockge, click on `compose`, name the stack `code-server`, and paste the following: