app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. {
  2. "1.1.4": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/frigate/1.1.4",
  7. "last_update": "2023-12-06 13:24:48",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/gpuConfiguration"
  11. ],
  12. "human_version": "0.12.1_1.1.4",
  13. "version": "1.1.4",
  14. "chart_metadata": {
  15. "name": "frigate",
  16. "description": "Frigate is an NVR With Realtime Object Detection for IP Cameras",
  17. "annotations": {
  18. "title": "Frigate"
  19. },
  20. "type": "application",
  21. "version": "1.1.4",
  22. "apiVersion": "v2",
  23. "appVersion": "0.12.1",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common",
  36. "version": "1.2.3"
  37. }
  38. ],
  39. "home": "https://github.com/blakeblackshear/frigate",
  40. "icon": "https://media.sys.truenas.net/apps/frigate/icons/icon.svg",
  41. "sources": [
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/frigate",
  43. "https://github.com/blakeblackshear/frigate"
  44. ],
  45. "keywords": [
  46. "camera",
  47. "nvr"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "root",
  54. "groupName": "root",
  55. "gid": 0,
  56. "uid": 0,
  57. "description": "Frigate runs as root user. When USB Bus is mounted, it is able to escalate privileges."
  58. }
  59. ],
  60. "capabilities": [
  61. {
  62. "name": "CHOWN",
  63. "description": "Frigate is able to chown files."
  64. },
  65. {
  66. "name": "FOWNER",
  67. "description": "Frigate are able to bypass permission checks for it's sub-processes."
  68. },
  69. {
  70. "name": "DAC_OVERRIDE",
  71. "description": "Frigate is able to bypass permission checks."
  72. },
  73. {
  74. "name": "SETGID",
  75. "description": "Frigate is able to set group ID for it's sub-processes."
  76. },
  77. {
  78. "name": "SETUID",
  79. "description": "Frigate is able to set user ID for it's sub-processes."
  80. }
  81. ],
  82. "hostMounts": []
  83. },
  84. "schema": {
  85. "groups": [
  86. {
  87. "name": "Frigate Configuration",
  88. "description": "Configure Frigate"
  89. },
  90. {
  91. "name": "Network Configuration",
  92. "description": "Configure Network for Frigate"
  93. },
  94. {
  95. "name": "Storage Configuration",
  96. "description": "Configure Storage for Frigate"
  97. },
  98. {
  99. "name": "Resources Configuration",
  100. "description": "Configure Resources for Frigate"
  101. }
  102. ],
  103. "portals": {
  104. "web_portal": {
  105. "protocols": [
  106. "$kubernetes-resource_configmap_portal_protocol"
  107. ],
  108. "host": [
  109. "$kubernetes-resource_configmap_portal_host"
  110. ],
  111. "ports": [
  112. "$kubernetes-resource_configmap_portal_port"
  113. ],
  114. "path": "$kubernetes-resource_configmap_portal_path"
  115. }
  116. },
  117. "questions": [
  118. {
  119. "variable": "frigateConfig",
  120. "label": "",
  121. "group": "Frigate Configuration",
  122. "schema": {
  123. "type": "dict",
  124. "attrs": [
  125. {
  126. "variable": "imageSelector",
  127. "label": "Image",
  128. "description": "The image to use for Frigate.",
  129. "schema": {
  130. "type": "string",
  131. "default": "image",
  132. "required": true,
  133. "enum": [
  134. {
  135. "value": "image",
  136. "description": "Frigate Image"
  137. },
  138. {
  139. "value": "tensorrtImage",
  140. "description": "Frigate TensorRT Image"
  141. }
  142. ]
  143. }
  144. },
  145. {
  146. "variable": "mountUSBBus",
  147. "label": "Mount USB Bus",
  148. "description": "Mount the USB bus to the container.</br>\nThis is required if you want to use USB devices, like Coral</br>\nThis will mount the USB bus to /dev/bus/usb inside the container.\n",
  149. "schema": {
  150. "type": "boolean",
  151. "default": false
  152. }
  153. },
  154. {
  155. "variable": "additionalEnvs",
  156. "label": "Additional Environment Variables",
  157. "description": "Configure additional environment variables for Frigate.",
  158. "schema": {
  159. "type": "list",
  160. "default": [],
  161. "items": [
  162. {
  163. "variable": "env",
  164. "label": "Environment Variable",
  165. "schema": {
  166. "type": "dict",
  167. "attrs": [
  168. {
  169. "variable": "name",
  170. "label": "Name",
  171. "schema": {
  172. "type": "string",
  173. "required": true
  174. }
  175. },
  176. {
  177. "variable": "value",
  178. "label": "Value",
  179. "schema": {
  180. "type": "string",
  181. "required": true
  182. }
  183. }
  184. ]
  185. }
  186. }
  187. ]
  188. }
  189. }
  190. ]
  191. }
  192. },
  193. {
  194. "variable": "frigateNetwork",
  195. "label": "",
  196. "group": "Network Configuration",
  197. "schema": {
  198. "type": "dict",
  199. "attrs": [
  200. {
  201. "variable": "hostNetwork",
  202. "label": "Host Network",
  203. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  204. "schema": {
  205. "type": "boolean",
  206. "default": false,
  207. "show_subquestions_if": false,
  208. "subquestions": [
  209. {
  210. "variable": "webPort",
  211. "label": "Web Port",
  212. "description": "The port for the Frigate Web UI.</br>\nInternal port: 5000\n",
  213. "schema": {
  214. "type": "int",
  215. "default": 30058,
  216. "min": 9000,
  217. "max": 65535,
  218. "required": true
  219. }
  220. },
  221. {
  222. "variable": "enableRtmp",
  223. "label": "Enable RTMP",
  224. "description": "Enable RTMP for Frigate.",
  225. "schema": {
  226. "type": "boolean",
  227. "default": false
  228. }
  229. },
  230. {
  231. "variable": "rtmpPort",
  232. "label": "RTMP Port",
  233. "description": "The RTMP port for Frigate.</br>\nInternal port: 1935\n",
  234. "schema": {
  235. "type": "int",
  236. "default": 30059,
  237. "show_if": [
  238. [
  239. "enableRtmp",
  240. "=",
  241. true
  242. ]
  243. ],
  244. "min": 9000,
  245. "max": 65535,
  246. "required": true
  247. }
  248. },
  249. {
  250. "variable": "enableRtsp",
  251. "label": "Enable RTSP",
  252. "description": "Enable RTSP for Frigate.",
  253. "schema": {
  254. "type": "boolean",
  255. "default": false
  256. }
  257. },
  258. {
  259. "variable": "rtspPort",
  260. "label": "RTSP Port",
  261. "description": "The RTSP port for Frigate.</br>\nInternal port: 8554\n",
  262. "schema": {
  263. "type": "int",
  264. "default": 30060,
  265. "show_if": [
  266. [
  267. "enableRtsp",
  268. "=",
  269. true
  270. ]
  271. ],
  272. "min": 9000,
  273. "max": 65535,
  274. "required": true
  275. }
  276. },
  277. {
  278. "variable": "enableWebRtc",
  279. "label": "Enable WebRTC",
  280. "description": "Enable WebRTC for Frigate.",
  281. "schema": {
  282. "type": "boolean",
  283. "default": false
  284. }
  285. },
  286. {
  287. "variable": "webRtcPort",
  288. "label": "WebRTC Port",
  289. "description": "The WebRTC port for Frigate.</br>\nInternal port: 8555</br>\nApplies to both TCP and UDP.\n",
  290. "schema": {
  291. "type": "int",
  292. "default": 30061,
  293. "show_if": [
  294. [
  295. "enableWebRtc",
  296. "=",
  297. true
  298. ]
  299. ],
  300. "min": 9000,
  301. "max": 65535,
  302. "required": true
  303. }
  304. }
  305. ]
  306. }
  307. }
  308. ]
  309. }
  310. },
  311. {
  312. "variable": "frigateStorage",
  313. "label": "",
  314. "group": "Storage Configuration",
  315. "schema": {
  316. "type": "dict",
  317. "attrs": [
  318. {
  319. "variable": "config",
  320. "label": "Frigate Config Storage",
  321. "description": "The path to store Frigate Configuration.",
  322. "schema": {
  323. "type": "dict",
  324. "attrs": [
  325. {
  326. "variable": "type",
  327. "label": "Type",
  328. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  329. "schema": {
  330. "type": "string",
  331. "required": true,
  332. "immutable": true,
  333. "default": "ixVolume",
  334. "enum": [
  335. {
  336. "value": "hostPath",
  337. "description": "Host Path (Path that already exists on the system)"
  338. },
  339. {
  340. "value": "ixVolume",
  341. "description": "ixVolume (Dataset created automatically by the system)"
  342. }
  343. ]
  344. }
  345. },
  346. {
  347. "variable": "datasetName",
  348. "label": "Dataset Name",
  349. "schema": {
  350. "type": "string",
  351. "show_if": [
  352. [
  353. "type",
  354. "=",
  355. "ixVolume"
  356. ]
  357. ],
  358. "required": true,
  359. "hidden": true,
  360. "immutable": true,
  361. "default": "config",
  362. "$ref": [
  363. "normalize/ixVolume"
  364. ]
  365. }
  366. },
  367. {
  368. "variable": "hostPath",
  369. "label": "Host Path",
  370. "schema": {
  371. "type": "hostpath",
  372. "show_if": [
  373. [
  374. "type",
  375. "=",
  376. "hostPath"
  377. ]
  378. ],
  379. "immutable": true,
  380. "required": true
  381. }
  382. }
  383. ]
  384. }
  385. },
  386. {
  387. "variable": "media",
  388. "label": "Frigate Media Storage",
  389. "description": "The path to store Frigate Media.",
  390. "schema": {
  391. "type": "dict",
  392. "attrs": [
  393. {
  394. "variable": "type",
  395. "label": "Type",
  396. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  397. "schema": {
  398. "type": "string",
  399. "required": true,
  400. "immutable": true,
  401. "default": "ixVolume",
  402. "enum": [
  403. {
  404. "value": "hostPath",
  405. "description": "Host Path (Path that already exists on the system)"
  406. },
  407. {
  408. "value": "ixVolume",
  409. "description": "ixVolume (Dataset created automatically by the system)"
  410. }
  411. ]
  412. }
  413. },
  414. {
  415. "variable": "datasetName",
  416. "label": "Dataset Name",
  417. "schema": {
  418. "type": "string",
  419. "show_if": [
  420. [
  421. "type",
  422. "=",
  423. "ixVolume"
  424. ]
  425. ],
  426. "required": true,
  427. "hidden": true,
  428. "immutable": true,
  429. "default": "config",
  430. "$ref": [
  431. "normalize/ixVolume"
  432. ]
  433. }
  434. },
  435. {
  436. "variable": "hostPath",
  437. "label": "Host Path",
  438. "schema": {
  439. "type": "hostpath",
  440. "show_if": [
  441. [
  442. "type",
  443. "=",
  444. "hostPath"
  445. ]
  446. ],
  447. "immutable": true,
  448. "required": true
  449. }
  450. }
  451. ]
  452. }
  453. },
  454. {
  455. "variable": "cache",
  456. "label": "Frigate Cache Storage",
  457. "schema": {
  458. "type": "dict",
  459. "attrs": [
  460. {
  461. "variable": "sizeGiB",
  462. "label": "Size (GiB)",
  463. "description": "The size of RAM is allowed to Frigate to use as cache",
  464. "schema": {
  465. "type": "int",
  466. "max": 4,
  467. "default": 1,
  468. "required": true
  469. }
  470. }
  471. ]
  472. }
  473. },
  474. {
  475. "variable": "shm",
  476. "label": "Frigate /dev/shm Storage",
  477. "schema": {
  478. "type": "dict",
  479. "attrs": [
  480. {
  481. "variable": "sizeMiB",
  482. "label": "Size (MiB)",
  483. "description": "The size of RAM is allowed to Frigate to use as /dev/shm</br>\nhttps://docs.frigate.video/frigate/installation/#calculating-required-shm-size\n",
  484. "schema": {
  485. "type": "int",
  486. "max": 2048,
  487. "default": 64,
  488. "required": true
  489. }
  490. }
  491. ]
  492. }
  493. },
  494. {
  495. "variable": "additionalStorages",
  496. "label": "Additional Storage",
  497. "description": "Additional storage for Frigate.",
  498. "schema": {
  499. "type": "list",
  500. "default": [],
  501. "items": [
  502. {
  503. "variable": "storageEntry",
  504. "label": "Storage Entry",
  505. "schema": {
  506. "type": "dict",
  507. "attrs": [
  508. {
  509. "variable": "type",
  510. "label": "Type",
  511. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to a persistent volume claim.\n",
  512. "schema": {
  513. "type": "string",
  514. "required": true,
  515. "default": "ixVolume",
  516. "immutable": true,
  517. "enum": [
  518. {
  519. "value": "hostPath",
  520. "description": "Host Path (Path that already exists on the system)"
  521. },
  522. {
  523. "value": "ixVolume",
  524. "description": "ixVolume (Dataset created automatically by the system)"
  525. },
  526. {
  527. "value": "smb-pv-pvc",
  528. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  529. }
  530. ]
  531. }
  532. },
  533. {
  534. "variable": "mountPath",
  535. "label": "Mount Path",
  536. "description": "The path inside the container to mount the storage.",
  537. "schema": {
  538. "type": "path",
  539. "required": true
  540. }
  541. },
  542. {
  543. "variable": "hostPath",
  544. "label": "Host Path",
  545. "description": "The host path to use for storage.",
  546. "schema": {
  547. "type": "hostpath",
  548. "show_if": [
  549. [
  550. "type",
  551. "=",
  552. "hostPath"
  553. ]
  554. ],
  555. "required": true
  556. }
  557. },
  558. {
  559. "variable": "datasetName",
  560. "label": "Dataset Name",
  561. "description": "The name of the dataset to use for storage.",
  562. "schema": {
  563. "type": "string",
  564. "show_if": [
  565. [
  566. "type",
  567. "=",
  568. "ixVolume"
  569. ]
  570. ],
  571. "required": true,
  572. "immutable": true,
  573. "default": "storage_entry",
  574. "$ref": [
  575. "normalize/ixVolume"
  576. ]
  577. }
  578. },
  579. {
  580. "variable": "server",
  581. "label": "Server",
  582. "description": "The server for the SMB share.",
  583. "schema": {
  584. "type": "string",
  585. "show_if": [
  586. [
  587. "type",
  588. "=",
  589. "smb-pv-pvc"
  590. ]
  591. ],
  592. "required": true
  593. }
  594. },
  595. {
  596. "variable": "share",
  597. "label": "Share",
  598. "description": "The share name for the SMB share.",
  599. "schema": {
  600. "type": "string",
  601. "show_if": [
  602. [
  603. "type",
  604. "=",
  605. "smb-pv-pvc"
  606. ]
  607. ],
  608. "required": true
  609. }
  610. },
  611. {
  612. "variable": "domain",
  613. "label": "Domain (Optional)",
  614. "description": "The domain for the SMB share.",
  615. "schema": {
  616. "type": "string",
  617. "show_if": [
  618. [
  619. "type",
  620. "=",
  621. "smb-pv-pvc"
  622. ]
  623. ]
  624. }
  625. },
  626. {
  627. "variable": "username",
  628. "label": "Username",
  629. "description": "The username for the SMB share.",
  630. "schema": {
  631. "type": "string",
  632. "show_if": [
  633. [
  634. "type",
  635. "=",
  636. "smb-pv-pvc"
  637. ]
  638. ],
  639. "required": true
  640. }
  641. },
  642. {
  643. "variable": "password",
  644. "label": "Password",
  645. "description": "The password for the SMB share.",
  646. "schema": {
  647. "type": "string",
  648. "show_if": [
  649. [
  650. "type",
  651. "=",
  652. "smb-pv-pvc"
  653. ]
  654. ],
  655. "required": true,
  656. "private": true
  657. }
  658. },
  659. {
  660. "variable": "size",
  661. "label": "Size (in Gi)",
  662. "description": "The size of the volume quota.",
  663. "schema": {
  664. "type": "int",
  665. "show_if": [
  666. [
  667. "type",
  668. "=",
  669. "smb-pv-pvc"
  670. ]
  671. ],
  672. "required": true,
  673. "min": 1,
  674. "default": 1
  675. }
  676. }
  677. ]
  678. }
  679. }
  680. ]
  681. }
  682. }
  683. ]
  684. }
  685. },
  686. {
  687. "variable": "resources",
  688. "group": "Resources Configuration",
  689. "label": "",
  690. "schema": {
  691. "type": "dict",
  692. "attrs": [
  693. {
  694. "variable": "limits",
  695. "label": "Limits",
  696. "schema": {
  697. "type": "dict",
  698. "attrs": [
  699. {
  700. "variable": "cpu",
  701. "label": "CPU",
  702. "description": "CPU limit for Frigate.",
  703. "schema": {
  704. "type": "string",
  705. "max_length": 6,
  706. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  707. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  708. "default": "4000m",
  709. "required": true
  710. }
  711. },
  712. {
  713. "variable": "memory",
  714. "label": "Memory",
  715. "description": "Memory limit for Frigate.",
  716. "schema": {
  717. "type": "string",
  718. "max_length": 12,
  719. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  720. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  721. "default": "8Gi",
  722. "required": true
  723. }
  724. }
  725. ]
  726. }
  727. }
  728. ]
  729. }
  730. },
  731. {
  732. "variable": "frigateGPU",
  733. "group": "Resources Configuration",
  734. "label": "GPU Configuration",
  735. "schema": {
  736. "type": "dict",
  737. "$ref": [
  738. "definitions/gpuConfiguration"
  739. ],
  740. "attrs": []
  741. }
  742. }
  743. ]
  744. },
  745. "app_readme": "<h1>Frigate</h1>\n<p><a href=\"https://github.com/frigate/frigate\">Frigate</a> is an NVR With Realtime Object Detection for IP Cameras</p>\n<blockquote>\n<p>Note: <strong>m.2</strong> Coral TPU devices is not supported.</p>\n</blockquote>",
  746. "detailed_readme": "<h1>Frigate</h1>\n<p><a href=\"https://github.com/frigate/frigate\">Frigate</a> is an NVR With Realtime Object Detection for IP Cameras</p>\n<blockquote>\n<p>Note: <strong>m.2</strong> Coral TPU devices is not supported.</p>\n</blockquote>",
  747. "changelog": null
  748. }
  749. }