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 {