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
+11 -9
View File
@@ -16,16 +16,18 @@ description: Install Immich, a self-hosted alternative to Google Photos and iClo
![Picture](/img/serveex/immich.png)
## Installation
Folder structure
```text [Directory tree]
root
└── docker
└── immich
├── library
├── compose.yaml
└── .env
```
::file-tree
---
tree:
/:
- docker:
- immich:
- library/
- compose.yaml
- .env
---
::
Open Dockge, click on `compose`, name the stack `immich`, then copy and paste the latest `docker-compose.yml` [published here](https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml).
+12 -11
View File
@@ -21,17 +21,18 @@ description: Install Nextcloud to self-host your files, photos, and calendar, a
We'll be using the Docker image maintained by [LinuxServer.io](https://docs.linuxserver.io/images/docker-nextcloud/)
::
File structure:
```text [Directory tree]
root
└── docker
└── nextcloud
├── config
├── data
├── compose.yaml
└── .env
```
::file-tree
---
tree:
/:
- docker:
- nextcloud:
- config/
- data/
- compose.yaml
- .env
---
::
Open Dockge, click on `compose`, name the stack `nextcloud` and paste the following: