This file contains hidden or 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
| { | |
| "MaxStaticBitrate": 7789442, | |
| "MaxStreamingBitrate": 7789442, | |
| "MusicStreamingTranscodingBitrate": 192000, | |
| "DirectPlayProfiles": [ | |
| { | |
| "AudioCodec": "vorbis,opus", | |
| "Container": "webm", | |
| "Type": "Video", | |
| "VideoCodec": "vp8" |
This file contains hidden or 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
| #!/bin/bash | |
| if [ -f /etc/docker/daemon.json ] ; then | |
| echo "/etc/docker/daemon.json already exists, refusing to overwrite it." >&2 | |
| exit 1 | |
| fi | |
| cat <<EOF | sudo tee /etc/docker/daemon.json | |
| { "userns-remap": "default" } | |
| EOF |
This file contains hidden or 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
| # | |
| # Basic working Frigate NVR config with internal test pattern generation | |
| # - For intel graphics | |
| # - With PCI Coral TPU | |
| # - Recording disabled by default (enable per camera) but default retention configured | |
| # - With ffmpeg-generated test pattern as initial camera for debugging | |
| # WARNING Disable test pattern camera and go2rtc config to minimize CPU usage once initial setup is complete | |
| # | |
| mqtt: |
This file contains hidden or 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
| # eWeLink ZB GW03 Modified ESPHome Config | |
| # | |
| # - Add debug text sensors | |
| # - Add bluetooth_proxy | |
| # - Add web_server for offline reflash | |
| # | |
| # Important documentation from upstream | |
| # | |
| # - https://github.com/syssi/esphome-zb-gw03 | |
| # - [Flash ESPHome and use the ZB-GW03 as Zigbee Coordinator](https://github.com/syssi/esphome-zb-gw03/blob/main/docs/flashing.md) |
OlderNewer