You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): clarify experimental network features (immich-app#15228)
* auth
* URL switch
* mobile app
* caps
* headers, app changes
* oxford comma
* Match case to other use in Immich
* add url
* asset download also causes issues
Copy file name to clipboardExpand all lines: docs/docs/FAQ.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,14 @@ On iOS (iPhone and iPad), the operating system determines if a particular app ca
53
53
- 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.
54
54
- Use the Immich app more often.
55
55
56
-
### Why are features not working with a self-signed cert or mTLS?
56
+
### Why are features in the mobile app not working with a self-signed certificate, Basic Auth, custom headers, or mutual TLS?
57
57
58
-
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).
59
-
We recommend using a real SSL certificate from a free provider, for example [Let's Encrypt](https://letsencrypt.org/).
58
+
These network features are experimental. They often do not work with video playback, asset upload or download, and other features.
59
+
Many of these limitations are tracked in [#15230](https://github.com/immich-app/immich/issues/15230).
60
+
Instead of these experimental features, we recommend using the URL switching feature, a VPN, or a [free trusted SSL certificate](https://letsencrypt.org/) for your domain.
61
+
62
+
We are not actively developing these features and will not be able to provide support, but welcome contributions to improve them.
63
+
Please discuss any large PRs with our dev team to ensure your time is not wasted.
0 commit comments