From 3d8075f0283d44aa98a68b9a57eed24f2793189f Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 9 Sep 2023 08:59:17 +0200 Subject: [PATCH] Add home server systems --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 683f2a31a..b5e74a444 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ docker-compose --env-file ./.env -f docker/docker-compose.build.yml up -d 1. Run the following command to start the new Docker image: `docker-compose --env-file ./.env -f docker/docker-compose.yml up -d` At each start, the container will automatically apply the database schema migrations if needed. -### Run with _Unraid_ (Community) +### Home Server Systems (Community) -Please follow the instructions of the Ghostfolio [Unraid Community App](https://unraid.net/community/apps?q=ghostfolio). +Ghostfolio is available for various home server systems, including [TrueCharts](https://truecharts.org/charts/stable/ghostfolio), [Umbrel](https://apps.umbrel.com/app/ghostfolio), and [Unraid](https://unraid.net/community/apps?q=ghostfolio). ## Development