mirror of
https://github.com/immich-app/immich.git
synced 2025-11-30 21:29:44 +09:00
add community project PSImmich (#8851)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user