mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
docs: update community Guide/Projects, small PG query updates (#8844)
* Update community-projects.tsx * Update community-guides.tsx * Update community-projects.tsx * Update database-queries.md * Update database-queries.md * Update community-projects.tsx
This commit is contained in:
parent
50c9bc0336
commit
28d081338b
3 changed files with 25 additions and 11 deletions
|
|
@ -28,6 +28,11 @@ const guides: CommunityGuidesProps[] = [
|
|||
description: `synchronize folders in imported library with albums having the folders name.`,
|
||||
url: 'https://github.com/immich-app/immich/discussions/3382',
|
||||
},
|
||||
{
|
||||
title: 'Podman/Quadlets Install',
|
||||
description: 'Documentation for simple podman setup using quadlets.',
|
||||
url: 'https://github.com/tbelway/immich-podman-quadlets/blob/main/docs/install/podman-quadlet.md',
|
||||
},
|
||||
];
|
||||
|
||||
function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue