mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
add community project PSImmich (#8851)
This commit is contained in:
parent
4c4ebf769f
commit
64cfd017b4
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ const projects: CommunityProjectProps[] = [
|
||||||
description: 'Unofficial Immich Android TV app.',
|
description: 'Unofficial Immich Android TV app.',
|
||||||
url: 'https://github.com/giejay/Immich-Android-TV',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
|
Loading…
Reference in a new issue