mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 13:37:43 +03:00
Compare commits
No commits in common. "f862ef5d0cf0c5c91fbe28fc2d55a655b744c61c" and "54f4af3c6ae562dfa7035c91683763f80fae2c2f" have entirely different histories.
f862ef5d0c
...
54f4af3c6a
@ -38,7 +38,3 @@ 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)
|
||||||
: t("time.30minutes", { ns: "common" });
|
: "30 minutes";
|
||||||
|
|
||||||
// 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