mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 06:44:53 +03:00
Compare commits
2 Commits
54f4af3c6a
...
f862ef5d0c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f862ef5d0c | ||
|
|
f74df040bb |
@ -38,3 +38,7 @@ This is a fork (with fixed errors and new features) of [original Double Take](ht
|
|||||||
## [Periscope](https://github.com/maksz42/periscope)
|
## [Periscope](https://github.com/maksz42/periscope)
|
||||||
|
|
||||||
[Periscope](https://github.com/maksz42/periscope) is a lightweight Android app that turns old devices into live viewers for Frigate. It works on Android 2.2 and above, including Android TV. It supports authentication and HTTPS.
|
[Periscope](https://github.com/maksz42/periscope) is a lightweight Android app that turns old devices into live viewers for Frigate. It works on Android 2.2 and above, including Android TV. It supports authentication and HTTPS.
|
||||||
|
|
||||||
|
## [Scrypted - Frigate bridge plugin](https://github.com/apocaliss92/scrypted-frigate-bridge)
|
||||||
|
|
||||||
|
[Scrypted - Frigate bridge](https://github.com/apocaliss92/scrypted-frigate-bridge) is an plugin that allows to ingest Frigate detections, motion, videoclips on Scrypted as well as provide templates to export rebroadcast configurations on Frigate.
|
||||||
|
|||||||
@ -54,7 +54,7 @@ export default function SetPasswordDialog({
|
|||||||
config?.auth?.refresh_time ?? undefined;
|
config?.auth?.refresh_time ?? undefined;
|
||||||
const refreshTimeLabel = refreshSeconds
|
const refreshTimeLabel = refreshSeconds
|
||||||
? formatSecondsToDuration(refreshSeconds)
|
? formatSecondsToDuration(refreshSeconds)
|
||||||
: "30 minutes";
|
: t("time.30minutes", { ns: "common" });
|
||||||
|
|
||||||
// visibility toggles for password fields
|
// visibility toggles for password fields
|
||||||
const [showOldPassword, setShowOldPassword] = useState<boolean>(false);
|
const [showOldPassword, setShowOldPassword] = useState<boolean>(false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user