mirror of
https://github.com/immich-app/immich.git
synced 2025-02-15 19:36:04 +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.',
|
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…
x
Reference in New Issue
Block a user