mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
add community project PSImmich (#8851)
This commit is contained in:
parent
4c4ebf769f
commit
64cfd017b4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user