mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
Update community-projects.tsx (#9057)
* Update community-projects.tsx I have made a repo for the remove offline assets python script that was linked as one of my gists. This repo has much more explanation as the the usage and troubleshooting and allows for the contribution from other community members. * Update docs/src/components/community-projects.tsx Co-authored-by: bo0tzz <git@bo0tzz.me> --------- Co-authored-by: Alex <alex.tran1502@gmail.com> Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
parent
aac789f788
commit
56ce58c718
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ const projects: CommunityProjectProps[] = [
|
|||
},
|
||||
{
|
||||
title: 'Remove offline files',
|
||||
description: 'A Python script to remove offline files.',
|
||||
url: 'https://gist.github.com/Thoroslives/ca5d8e1efd15111febc1e7b34ac72668',
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue