mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
adding podman quadlets documentation community project (#8684)
* adding documentation for quadlets * adding quadlets community project * removing podman quadlets --------- Co-authored-by: Thomas Belway <thomas@belway.ca> Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
parent
7f504ec5fc
commit
c77b9f359f
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ const projects: CommunityProjectProps[] = [
|
|||
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: '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 CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||
|
|
Loading…
Reference in a new issue