From 64cfd017b48c0a0a8e53ab51cf0ad431b241775d Mon Sep 17 00:00:00 2001 From: Hannes Palmquist Date: Tue, 16 Apr 2024 20:01:56 +0200 Subject: [PATCH] add community project PSImmich (#8851) --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index f49509eb2f..6d23b0dcfc 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -53,6 +53,11 @@ const projects: CommunityProjectProps[] = [ description: 'Unofficial Immich Android TV app.', url: 'https://github.com/giejay/Immich-Android-TV', }, + { + title: 'Powershell Module PSImmich', + description: 'Powershell Module for the Immich API', + url: 'https://github.com/hanpq/PSImmich', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {