forked from blakeblackshear/frigate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for installing Frigate as PWA (blakeblackshear#12995)
* Add docs for installing Frigate as PWA * Add to sidebar
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
id: pwa | ||
title: Installing Frigate App | ||
--- | ||
|
||
Frigate supports being installed as a [Progressive Web App](https://web.dev/explore/progressive-web-apps) on Desktop, Android, and iOS. | ||
|
||
This adds features including the ability to deep link directly into the app. | ||
|
||
## Requirements | ||
|
||
In order to install Frigate as a PWA, the following requirements must be met: | ||
|
||
- Frigate must be accessed via a secure context (localhost, secure https, etc.) | ||
- On Android, Firefox, Chrome, Edge, Opera, and Samsung Internet Browser all support installing PWAs. | ||
- On iOS 16.4 and later, PWAs can be installed from the Share menu in Safari, Chrome, Edge, Firefox, and Orion. | ||
|
||
## Installation | ||
|
||
Installation varies slightly based on the device that is being used: | ||
|
||
- Desktop: Use the install button typically found in right edge of the address bar | ||
- Android: Use the `Install as App` button in the more options menu | ||
- iOS: Use the `Add to Homescreen` button in the share menu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters