diff --git a/apps/frigate/0.16.1-standard-arm64/docker-compose.yml b/apps/frigate/0.16.1-standard-arm64/docker-compose.yml deleted file mode 100644 index 8530f3a69..000000000 --- a/apps/frigate/0.16.1-standard-arm64/docker-compose.yml +++ /dev/null @@ -1,35 +0,0 @@ -services: - frigate: - image: "ghcr.io/blakeblackshear/frigate:0.16.1-standard-arm64" - container_name: ${CONTAINER_NAME} - restart: always - networks: - - 1panel-network - privileged: ${PRIVILEGED_MODE} - shm_size: "${SHM_SIZE}" - devices: - - /dev/bus/usb:/dev/bus/usb - - /dev/apex_0:/dev/apex_0 - - /dev/video11:/dev/video11 - - /dev/dri/renderD128:/dev/dri/renderD128 - volumes: - - /etc/localtime:/etc/localtime:ro - - ${CONFIG_PATH}:/config - - ${STORAGE_PATH}:/media/frigate - - type: tmpfs - target: /tmp/cache - tmpfs: - size: "${TMPFS_SIZE}" - ports: - - "${PANEL_APP_PORT_HTTPS}:8971" - - "${RTSP_PORT}:8554" - - "${WEBRTC_TCP_PORT}:8555/tcp" - - "${WEBRTC_UDP_PORT}:8555/udp" - environment: - - FRIGATE_RTSP_PASSWORD=${FRIGATE_RTSP_PASSWORD} - labels: - createdBy: "Apps" - -networks: - 1panel-network: - external: true diff --git a/apps/frigate/0.16.1/.env.sample b/apps/frigate/0.16.1/.env.sample deleted file mode 100644 index 795a78318..000000000 --- a/apps/frigate/0.16.1/.env.sample +++ /dev/null @@ -1,11 +0,0 @@ -CONFIG_PATH="./data/config" -CONTAINER_NAME="frigate" -FRIGATE_RTSP_PASSWORD="password" -PANEL_APP_PORT_HTTPS=8971 -PRIVILEGED_MODE="true" -RTSP_PORT=8554 -SHM_SIZE="64mb" -STORAGE_PATH="./data/storage" -TMPFS_SIZE=1000000000 -WEBRTC_TCP_PORT=8555 -WEBRTC_UDP_PORT=8555 diff --git a/apps/frigate/0.16.1/data.yml b/apps/frigate/0.16.1/data.yml deleted file mode 100644 index 72c3ea825..000000000 --- a/apps/frigate/0.16.1/data.yml +++ /dev/null @@ -1,83 +0,0 @@ -additionalProperties: - formFields: - - default: "true" - edit: true - envKey: PRIVILEGED_MODE - labelEn: Privileged Mode - labelZh: 特权模式 - required: true - type: select - values: - - label: "True" - value: "true" - - label: "False" - value: "false" - - default: "64mb" - edit: true - envKey: SHM_SIZE - labelEn: Shared Memory Size - labelZh: 共享内存大小 - required: true - type: text - - default: "./data/config" - edit: true - envKey: CONFIG_PATH - labelEn: Config Path - labelZh: 配置路径 - required: true - type: text - - default: "./data/storage" - edit: true - envKey: STORAGE_PATH - labelEn: Storage Path - labelZh: 存储路径 - required: true - type: text - - default: "1000000000" - edit: true - envKey: TMPFS_SIZE - labelEn: Tmpfs Size - labelZh: Tmpfs 大小 - required: true - type: number - - default: "8971" - edit: true - envKey: PANEL_APP_PORT_HTTPS - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: "8554" - edit: true - envKey: RTSP_PORT - labelEn: RTSP Port - labelZh: RTSP 端口 - required: true - rule: paramPort - type: number - - default: "8555" - edit: true - envKey: WEBRTC_TCP_PORT - labelEn: WebRTC TCP Port - labelZh: WebRTC TCP 端口 - required: true - rule: paramPort - type: number - - default: "8555" - edit: true - envKey: WEBRTC_UDP_PORT - labelEn: WebRTC UDP Port - labelZh: WebRTC UDP 端口 - required: true - rule: paramPort - type: number - - default: "password" - edit: true - envKey: FRIGATE_RTSP_PASSWORD - labelEn: RTSP Password - labelZh: RTSP 密码 - random: true - required: true - rule: paramComplexity - type: password diff --git a/apps/frigate/0.16.1-standard-arm64/.env.sample b/apps/frigate/0.16.2/.env.sample similarity index 100% rename from apps/frigate/0.16.1-standard-arm64/.env.sample rename to apps/frigate/0.16.2/.env.sample diff --git a/apps/frigate/0.16.1-standard-arm64/data.yml b/apps/frigate/0.16.2/data.yml similarity index 100% rename from apps/frigate/0.16.1-standard-arm64/data.yml rename to apps/frigate/0.16.2/data.yml diff --git a/apps/frigate/0.16.1/docker-compose.yml b/apps/frigate/0.16.2/docker-compose.yml similarity index 94% rename from apps/frigate/0.16.1/docker-compose.yml rename to apps/frigate/0.16.2/docker-compose.yml index a3a86ed48..f079244c1 100644 --- a/apps/frigate/0.16.1/docker-compose.yml +++ b/apps/frigate/0.16.2/docker-compose.yml @@ -1,6 +1,6 @@ services: frigate: - image: "ghcr.io/blakeblackshear/frigate:0.16.1" + image: "ghcr.io/blakeblackshear/frigate:0.16.2" container_name: ${CONTAINER_NAME} restart: always networks: