1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-27 22:22:45 +01:00

docs: add Immich Kiosk and Immich Power Tools to Community Projects ()

Add Immich Kiosk and Immich Power Tools

Added Immich Kiosk and Immich Power Tools to Community Projects
This commit is contained in:
Matt Tyree 2024-08-26 12:06:21 -04:00 committed by GitHub
parent 129e5eae66
commit 3ac42edc74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,16 @@ const projects: CommunityProjectProps[] = [
description: 'Snap package for easy install and zero-care auto updates of Immich. Self-hosted photo management.', description: 'Snap package for easy install and zero-care auto updates of Immich. Self-hosted photo management.',
url: 'https://immich-distribution.nsg.cc', url: 'https://immich-distribution.nsg.cc',
}, },
{
title: 'Immich Kiosk',
description: 'Lightweight slideshow to run on kiosk devices and browsers.',
url: 'https://github.com/damongolding/immich-kiosk',
},
{
title: 'Immich Power Tools',
description: 'An unofficial immich client providing tools to speed up your workflows in Immich to organize your people and albums.',
url: 'https://github.com/varun-raj/immich-power-tools',
},
]; ];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element { function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {