0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

docs: mTLS/self signed FAQ entry (#12074)

mTLS/self signed
This commit is contained in:
Matthew Momjian 2024-08-27 11:54:53 -04:00 committed by GitHub
parent b051b29eca
commit f70dcaa6cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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',
},
];