Compare commits

...

5 Commits

Author SHA1 Message Date
tteckster
620b652864
Update frigate-install.sh
tweak
2024-09-15 17:13:03 -04:00
tteckster
fa2e4786af
Update dashy.sh
make update verbose
2024-09-15 17:00:13 -04:00
tteckster
e4d342c819
Update CHANGELOG.md 2024-09-15 13:58:15 -04:00
tteckster
c567efe374
Add Frigate
Add back to website
2024-09-15 13:57:50 -04:00
tteckster
27bfa24cfe
Update frigate-install.sh
fix `install_deps.sh`
2024-09-15 13:46:41 -04:00
4 changed files with 2 additions and 11 deletions

View File

@ -13,14 +13,6 @@ Be cautious of copycat or coat-tailing sites that exploit the project's populari
> [!NOTE]
All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2024-09-15
### Changed
- **Frigate LXC**
- Removed from website
- Nonfunctional
## 2024-09-13
### Changed

View File

@ -76,8 +76,8 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
mkdir -p /opt/dashy
wget -qO- https://github.com/Lissy93/dashy/archive/refs/tags/${RELEASE}.tar.gz | tar -xz -C /opt/dashy --strip-components=1
cd /opt/dashy
npm install &>/dev/null
npm run build &>/dev/null
npm install
npm run build
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP} to ${RELEASE}"

View File

@ -62,7 +62,6 @@ $STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/main/requirements-whe
cp -a /opt/frigate/docker/main/rootfs/. /
export TARGETARCH="amd64"
echo 'libc6 libraries/restart-without-asking boolean true' | debconf-set-selections
wget -q -O /opt/frigate/docker/main/install_deps.sh https://raw.githubusercontent.com/blakeblackshear/frigate/dev/docker/main/install_deps.sh
$STD /opt/frigate/docker/main/install_deps.sh
$STD apt update
$STD ln -svf /usr/lib/btbn-ffmpeg/bin/ffmpeg /usr/local/bin/ffmpeg