From 449368eee7c5f4802421956ec75c8e6099ecb467 Mon Sep 17 00:00:00 2001 From: linux-universe <130909958+linux-universe@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:05:54 +0200 Subject: [PATCH] chore(docs): add an updated Podman/Quadlets community guide (#20744) * chore(docs): update Podman/Quadlets instructions link to a more up to date repo * Update community-guides.tsx: additional guide instead of replacing the other podman one * fix community-guides.tsx: fixed podman handbook entry * chore: linting --------- Co-authored-by: Jason Rasmussen --- docs/src/components/community-guides.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index 49ba7a8a08..08c8e096d9 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -28,6 +28,12 @@ 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: 'Immich Podman Quadlets Handbook', + description: + 'A rewrite of the original Immich Docker Compose file using Podman Quadlets, with a set of extra guides in the repository’s wiki.', + url: 'https://github.com/linux-universe/immich-podman-quadlets/blob/main/README.md', + }, { title: 'Podman/Quadlets Install', description: 'Documentation for simple podman setup using quadlets.',