1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-10 06:35:41 +02:00

docs: Documentation updates (#11516)

* Documentation updates

* PR feedback

* PR feedback

* Originally implemented using #11880

* add to FAQ

* Remove mTLS

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
aviv926
2024-08-28 19:43:51 +03:00
committed by GitHub
parent 7506eefee3
commit 5811025ebd
9 changed files with 37 additions and 17 deletions

View File

@ -28,11 +28,6 @@ const projects: CommunityProjectProps[] = [
description: 'A simple way to remove orphaned offline assets from the Immich database',
url: 'https://github.com/Thoroslives/immich_remove_offline_files',
},
{
title: 'Create albums from folders',
description: 'A Python script to create albums based on the folder structure of an external library.',
url: 'https://github.com/Salvoxia/immich-folder-album-creator',
},
{
title: 'Immich-Tools',
description: 'Provides scripts for handling problems on the repair page.',
@ -58,6 +53,11 @@ const projects: CommunityProjectProps[] = [
description: 'Unofficial Immich Android TV app.',
url: 'https://github.com/giejay/Immich-Android-TV',
},
{
title: 'Create albums from folders',
description: 'A Python script to create albums based on the folder structure of an external library.',
url: 'https://github.com/Salvoxia/immich-folder-album-creator',
},
{
title: 'Powershell Module PSImmich',
description: 'Powershell Module for the Immich API',
@ -75,8 +75,7 @@ const projects: CommunityProjectProps[] = [
},
{
title: 'Immich Power Tools',
description:
'An unofficial immich client providing tools to speed up your workflows in Immich to organize your people and albums.',
description: 'Power tools for organizing your immich library.',
url: 'https://github.com/varun-raj/immich-power-tools',
},
];