app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. {
  2. "1.1.7": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/frigate/1.1.7",
  7. "last_update": "2023-12-21 07:04:27",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/gpuConfiguration"
  11. ],
  12. "human_version": "0.12.1_1.1.7",
  13. "version": "1.1.7",
  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.7",
  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.5"
  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. "required": true
  380. }
  381. }
  382. ]
  383. }
  384. },
  385. {
  386. "variable": "media",
  387. "label": "Frigate Media Storage",
  388. "description": "The path to store Frigate Media.",
  389. "schema": {
  390. "type": "dict",
  391. "attrs": [
  392. {
  393. "variable": "type",
  394. "label": "Type",
  395. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  396. "schema": {
  397. "type": "string",
  398. "required": true,
  399. "immutable": true,
  400. "default": "ixVolume",
  401. "enum": [
  402. {
  403. "value": "hostPath",
  404. "description": "Host Path (Path that already exists on the system)"
  405. },
  406. {
  407. "value": "ixVolume",
  408. "description": "ixVolume (Dataset created automatically by the system)"
  409. }
  410. ]
  411. }
  412. },
  413. {
  414. "variable": "datasetName",
  415. "label": "Dataset Name",
  416. "schema": {
  417. "type": "string",
  418. "show_if": [
  419. [
  420. "type",
  421. "=",
  422. "ixVolume"
  423. ]
  424. ],
  425. "required": true,
  426. "hidden": true,
  427. "immutable": true,
  428. "default": "config",
  429. "$ref": [
  430. "normalize/ixVolume"
  431. ]
  432. }
  433. },
  434. {
  435. "variable": "hostPath",
  436. "label": "Host Path",
  437. "schema": {
  438. "type": "hostpath",
  439. "show_if": [
  440. [
  441. "type",
  442. "=",
  443. "hostPath"
  444. ]
  445. ],
  446. "required": true
  447. }
  448. }
  449. ]
  450. }
  451. },
  452. {
  453. "variable": "cache",
  454. "label": "Frigate Cache Storage",
  455. "schema": {
  456. "type": "dict",
  457. "attrs": [
  458. {
  459. "variable": "sizeGiB",
  460. "label": "Size (GiB)",
  461. "description": "The size of RAM is allowed to Frigate to use as cache",
  462. "schema": {
  463. "type": "int",
  464. "max": 4,
  465. "default": 1,
  466. "required": true
  467. }
  468. }
  469. ]
  470. }
  471. },
  472. {
  473. "variable": "shm",
  474. "label": "Frigate /dev/shm Storage",
  475. "schema": {
  476. "type": "dict",
  477. "attrs": [
  478. {
  479. "variable": "sizeMiB",
  480. "label": "Size (MiB)",
  481. "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",
  482. "schema": {
  483. "type": "int",
  484. "max": 2048,
  485. "default": 64,
  486. "required": true
  487. }
  488. }
  489. ]
  490. }
  491. },
  492. {
  493. "variable": "additionalStorages",
  494. "label": "Additional Storage",
  495. "description": "Additional storage for Frigate.",
  496. "schema": {
  497. "type": "list",
  498. "default": [],
  499. "items": [
  500. {
  501. "variable": "storageEntry",
  502. "label": "Storage Entry",
  503. "schema": {
  504. "type": "dict",
  505. "attrs": [
  506. {
  507. "variable": "type",
  508. "label": "Type",
  509. "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",
  510. "schema": {
  511. "type": "string",
  512. "required": true,
  513. "default": "ixVolume",
  514. "immutable": true,
  515. "enum": [
  516. {
  517. "value": "hostPath",
  518. "description": "Host Path (Path that already exists on the system)"
  519. },
  520. {
  521. "value": "ixVolume",
  522. "description": "ixVolume (Dataset created automatically by the system)"
  523. },
  524. {
  525. "value": "smb-pv-pvc",
  526. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  527. }
  528. ]
  529. }
  530. },
  531. {
  532. "variable": "mountPath",
  533. "label": "Mount Path",
  534. "description": "The path inside the container to mount the storage.",
  535. "schema": {
  536. "type": "path",
  537. "required": true
  538. }
  539. },
  540. {
  541. "variable": "hostPath",
  542. "label": "Host Path",
  543. "description": "The host path to use for storage.",
  544. "schema": {
  545. "type": "hostpath",
  546. "show_if": [
  547. [
  548. "type",
  549. "=",
  550. "hostPath"
  551. ]
  552. ],
  553. "required": true
  554. }
  555. },
  556. {
  557. "variable": "datasetName",
  558. "label": "Dataset Name",
  559. "description": "The name of the dataset to use for storage.",
  560. "schema": {
  561. "type": "string",
  562. "show_if": [
  563. [
  564. "type",
  565. "=",
  566. "ixVolume"
  567. ]
  568. ],
  569. "required": true,
  570. "immutable": true,
  571. "default": "storage_entry",
  572. "$ref": [
  573. "normalize/ixVolume"
  574. ]
  575. }
  576. },
  577. {
  578. "variable": "server",
  579. "label": "Server",
  580. "description": "The server for the SMB share.",
  581. "schema": {
  582. "type": "string",
  583. "show_if": [
  584. [
  585. "type",
  586. "=",
  587. "smb-pv-pvc"
  588. ]
  589. ],
  590. "required": true
  591. }
  592. },
  593. {
  594. "variable": "share",
  595. "label": "Share",
  596. "description": "The share name for the SMB share.",
  597. "schema": {
  598. "type": "string",
  599. "show_if": [
  600. [
  601. "type",
  602. "=",
  603. "smb-pv-pvc"
  604. ]
  605. ],
  606. "required": true
  607. }
  608. },
  609. {
  610. "variable": "domain",
  611. "label": "Domain (Optional)",
  612. "description": "The domain for the SMB share.",
  613. "schema": {
  614. "type": "string",
  615. "show_if": [
  616. [
  617. "type",
  618. "=",
  619. "smb-pv-pvc"
  620. ]
  621. ]
  622. }
  623. },
  624. {
  625. "variable": "username",
  626. "label": "Username",
  627. "description": "The username for the SMB share.",
  628. "schema": {
  629. "type": "string",
  630. "show_if": [
  631. [
  632. "type",
  633. "=",
  634. "smb-pv-pvc"
  635. ]
  636. ],
  637. "required": true
  638. }
  639. },
  640. {
  641. "variable": "password",
  642. "label": "Password",
  643. "description": "The password for the SMB share.",
  644. "schema": {
  645. "type": "string",
  646. "show_if": [
  647. [
  648. "type",
  649. "=",
  650. "smb-pv-pvc"
  651. ]
  652. ],
  653. "required": true,
  654. "private": true
  655. }
  656. },
  657. {
  658. "variable": "size",
  659. "label": "Size (in Gi)",
  660. "description": "The size of the volume quota.",
  661. "schema": {
  662. "type": "int",
  663. "show_if": [
  664. [
  665. "type",
  666. "=",
  667. "smb-pv-pvc"
  668. ]
  669. ],
  670. "required": true,
  671. "min": 1,
  672. "default": 1
  673. }
  674. }
  675. ]
  676. }
  677. }
  678. ]
  679. }
  680. }
  681. ]
  682. }
  683. },
  684. {
  685. "variable": "resources",
  686. "group": "Resources Configuration",
  687. "label": "",
  688. "schema": {
  689. "type": "dict",
  690. "attrs": [
  691. {
  692. "variable": "limits",
  693. "label": "Limits",
  694. "schema": {
  695. "type": "dict",
  696. "attrs": [
  697. {
  698. "variable": "cpu",
  699. "label": "CPU",
  700. "description": "CPU limit for Frigate.",
  701. "schema": {
  702. "type": "string",
  703. "max_length": 6,
  704. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  705. "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",
  706. "default": "4000m",
  707. "required": true
  708. }
  709. },
  710. {
  711. "variable": "memory",
  712. "label": "Memory",
  713. "description": "Memory limit for Frigate.",
  714. "schema": {
  715. "type": "string",
  716. "max_length": 12,
  717. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  718. "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",
  719. "default": "8Gi",
  720. "required": true
  721. }
  722. }
  723. ]
  724. }
  725. }
  726. ]
  727. }
  728. },
  729. {
  730. "variable": "frigateGPU",
  731. "group": "Resources Configuration",
  732. "label": "GPU Configuration",
  733. "schema": {
  734. "type": "dict",
  735. "$ref": [
  736. "definitions/gpuConfiguration"
  737. ],
  738. "attrs": []
  739. }
  740. }
  741. ]
  742. },
  743. "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>",
  744. "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>",
  745. "changelog": null
  746. }
  747. }