Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mTLS/self signed FAQ entry #12074

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ On iOS (iPhone and iPad), the operating system determines if a particular app ca
- Disable Background App Refresh for apps that don't need background tasks to run. This will reduce the competition for background task invocation for Immich.
- Use the Immich app more often.

### Why are features not working with a self-signed cert or mTLS?

Due to limitations in the upstream app/video library, using a self-signed TLS certificate or mutual TLS may break video playback or asset upload (both foreground and/or background).
We recommend using a real SSL certificate from a free provider, for example [Let's Encrypt](https://letsencrypt.org/).

---

## Assets
Expand Down
3 changes: 2 additions & 1 deletion docs/src/components/community-projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ 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:
'An unofficial immich client providing tools to speed up your workflows in Immich to organize your people and albums.',
url: 'https://github.com/varun-raj/immich-power-tools',
},
];
Expand Down
Loading