|
|
|
@ -89,6 +89,11 @@ const projects: CommunityProjectProps[] = [
|
|
|
|
'Share your Immich photos and albums in a safe way without exposing your Immich instance to the public.',
|
|
|
|
'Share your Immich photos and albums in a safe way without exposing your Immich instance to the public.',
|
|
|
|
url: 'https://github.com/alangrainger/immich-public-proxy',
|
|
|
|
url: 'https://github.com/alangrainger/immich-public-proxy',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: 'Immich Kodi',
|
|
|
|
|
|
|
|
description: 'Unofficial Kodi plugin for Immich.',
|
|
|
|
|
|
|
|
url: 'https://github.com/vladd11/immich-kodi',
|
|
|
|
|
|
|
|
},
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
|
|
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
|
|
|
|