app_versions.json 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982
  1. {
  2. "1.0.29": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/kerberos-agent/1.0.29",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "v3.5.5_1.0.29",
  10. "version": "1.0.29",
  11. "app_metadata": {
  12. "app_version": "v3.5.5",
  13. "capabilities": [
  14. {
  15. "description": "Kerberos Agent is able to bind to privileged ports (< 1024)",
  16. "name": "NET_BIND_SERVICE"
  17. }
  18. ],
  19. "categories": [
  20. "cameras"
  21. ],
  22. "changelog_url": "https://github.com/kerberos-io/agent/releases",
  23. "date_added": "2025-02-20",
  24. "description": "An open and scalable video surveillance system for anyone making this world a better and more peaceful place.",
  25. "home": "https://kerberos.io/",
  26. "host_mounts": [],
  27. "icon": "https://media.sys.truenas.net/apps/kerberos-agent/icons/icon.svg",
  28. "keywords": [
  29. "kerberos",
  30. "security",
  31. "video"
  32. ],
  33. "lib_version": "2.1.49",
  34. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  35. "maintainers": [
  36. {
  37. "email": "dev@ixsystems.com",
  38. "name": "truenas",
  39. "url": "https://www.truenas.com/"
  40. }
  41. ],
  42. "name": "kerberos-agent",
  43. "run_as_context": [
  44. {
  45. "description": "Kerberos Agent runs as any non-root user.",
  46. "gid": 568,
  47. "group_name": "kerberos-agent",
  48. "uid": 568,
  49. "user_name": "kerberos-agent"
  50. }
  51. ],
  52. "screenshots": [
  53. "https://media.sys.truenas.net/apps/kerberos-agent/screenshots/screenshot1.png",
  54. "https://media.sys.truenas.net/apps/kerberos-agent/screenshots/screenshot2.png"
  55. ],
  56. "sources": [
  57. "https://github.com/kerberos-io/agent"
  58. ],
  59. "title": "Kerberos.io Agent",
  60. "train": "community",
  61. "version": "1.0.29"
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Kerberos.io Agent Configuration",
  67. "description": "Configure Kerberos.io Agent"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Kerberos.io Agent"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Kerberos.io Agent"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Kerberos.io Agent"
  80. },
  81. {
  82. "name": "Labels Configuration",
  83. "description": "Configure Labels for Kerberos.io Agent"
  84. },
  85. {
  86. "name": "Resources Configuration",
  87. "description": "Configure Resources for Kerberos.io Agent"
  88. }
  89. ],
  90. "questions": [
  91. {
  92. "variable": "TZ",
  93. "group": "Kerberos.io Agent Configuration",
  94. "label": "Timezone",
  95. "schema": {
  96. "type": "string",
  97. "default": "Etc/UTC",
  98. "required": true,
  99. "$ref": [
  100. "definitions/timezone"
  101. ]
  102. }
  103. },
  104. {
  105. "variable": "kerberos",
  106. "label": "",
  107. "group": "Kerberos.io Agent Configuration",
  108. "schema": {
  109. "type": "dict",
  110. "attrs": [
  111. {
  112. "variable": "agent_name",
  113. "label": "Agent Name",
  114. "schema": {
  115. "type": "string",
  116. "required": true
  117. }
  118. },
  119. {
  120. "variable": "username",
  121. "label": "Username",
  122. "description": "The username for Kerberos.io Agent WebUI.",
  123. "schema": {
  124. "type": "string",
  125. "required": true
  126. }
  127. },
  128. {
  129. "variable": "password",
  130. "label": "Password",
  131. "description": "The password for Kerberos.io Agent WebUI.",
  132. "schema": {
  133. "type": "string",
  134. "required": true,
  135. "private": true
  136. }
  137. },
  138. {
  139. "variable": "additional_envs",
  140. "label": "Additional Environment Variables",
  141. "schema": {
  142. "type": "list",
  143. "default": [],
  144. "items": [
  145. {
  146. "variable": "env",
  147. "label": "Environment Variable",
  148. "schema": {
  149. "type": "dict",
  150. "attrs": [
  151. {
  152. "variable": "name",
  153. "label": "Name",
  154. "schema": {
  155. "type": "string",
  156. "required": true
  157. }
  158. },
  159. {
  160. "variable": "value",
  161. "label": "Value",
  162. "schema": {
  163. "type": "string"
  164. }
  165. }
  166. ]
  167. }
  168. }
  169. ]
  170. }
  171. }
  172. ]
  173. }
  174. },
  175. {
  176. "variable": "run_as",
  177. "label": "",
  178. "group": "User and Group Configuration",
  179. "schema": {
  180. "type": "dict",
  181. "attrs": [
  182. {
  183. "variable": "user",
  184. "label": "User ID",
  185. "description": "The user id that Kerberos.io Agent files will be owned by.",
  186. "schema": {
  187. "type": "int",
  188. "min": 568,
  189. "default": 568,
  190. "required": true
  191. }
  192. },
  193. {
  194. "variable": "group",
  195. "label": "Group ID",
  196. "description": "The group id that Kerberos.io Agent files will be owned by.",
  197. "schema": {
  198. "type": "int",
  199. "min": 568,
  200. "default": 568,
  201. "required": true
  202. }
  203. }
  204. ]
  205. }
  206. },
  207. {
  208. "variable": "network",
  209. "label": "",
  210. "group": "Network Configuration",
  211. "schema": {
  212. "type": "dict",
  213. "attrs": [
  214. {
  215. "variable": "web_port",
  216. "label": "WebUI Port",
  217. "schema": {
  218. "type": "dict",
  219. "attrs": [
  220. {
  221. "variable": "bind_mode",
  222. "label": "Port Bind Mode",
  223. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  224. "schema": {
  225. "type": "string",
  226. "default": "published",
  227. "enum": [
  228. {
  229. "value": "published",
  230. "description": "Publish port on the host for external access"
  231. },
  232. {
  233. "value": "exposed",
  234. "description": "Expose port for inter-container communication"
  235. },
  236. {
  237. "value": "",
  238. "description": "None"
  239. }
  240. ]
  241. }
  242. },
  243. {
  244. "variable": "port_number",
  245. "label": "Port Number",
  246. "schema": {
  247. "type": "int",
  248. "default": 30122,
  249. "min": 1,
  250. "max": 65535,
  251. "required": true
  252. }
  253. },
  254. {
  255. "variable": "host_ips",
  256. "label": "Host IPs",
  257. "description": "IPs on the host to bind this port",
  258. "schema": {
  259. "type": "list",
  260. "show_if": [
  261. [
  262. "bind_mode",
  263. "=",
  264. "published"
  265. ]
  266. ],
  267. "default": [],
  268. "items": [
  269. {
  270. "variable": "host_ip",
  271. "label": "Host IP",
  272. "schema": {
  273. "type": "string",
  274. "required": true,
  275. "$ref": [
  276. "definitions/node_bind_ip"
  277. ]
  278. }
  279. }
  280. ]
  281. }
  282. }
  283. ]
  284. }
  285. }
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "storage",
  291. "label": "",
  292. "group": "Storage Configuration",
  293. "schema": {
  294. "type": "dict",
  295. "attrs": [
  296. {
  297. "variable": "config",
  298. "label": "Config Storage",
  299. "description": "The path to store config.",
  300. "schema": {
  301. "type": "dict",
  302. "attrs": [
  303. {
  304. "variable": "type",
  305. "label": "Type",
  306. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  307. "schema": {
  308. "type": "string",
  309. "required": true,
  310. "default": "ix_volume",
  311. "enum": [
  312. {
  313. "value": "host_path",
  314. "description": "Host Path (Path that already exists on the system)"
  315. },
  316. {
  317. "value": "ix_volume",
  318. "description": "ixVolume (Dataset created automatically by the system)"
  319. }
  320. ]
  321. }
  322. },
  323. {
  324. "variable": "ix_volume_config",
  325. "label": "ixVolume Configuration",
  326. "description": "The configuration for the ixVolume dataset.",
  327. "schema": {
  328. "type": "dict",
  329. "show_if": [
  330. [
  331. "type",
  332. "=",
  333. "ix_volume"
  334. ]
  335. ],
  336. "$ref": [
  337. "normalize/ix_volume"
  338. ],
  339. "attrs": [
  340. {
  341. "variable": "acl_enable",
  342. "label": "Enable ACL",
  343. "description": "Enable ACL for the storage.",
  344. "schema": {
  345. "type": "boolean",
  346. "default": false
  347. }
  348. },
  349. {
  350. "variable": "dataset_name",
  351. "label": "Dataset Name",
  352. "description": "The name of the dataset to use for storage.",
  353. "schema": {
  354. "type": "string",
  355. "required": true,
  356. "hidden": true,
  357. "default": "config"
  358. }
  359. },
  360. {
  361. "variable": "acl_entries",
  362. "label": "ACL Configuration",
  363. "schema": {
  364. "type": "dict",
  365. "show_if": [
  366. [
  367. "acl_enable",
  368. "=",
  369. true
  370. ]
  371. ],
  372. "attrs": []
  373. }
  374. }
  375. ]
  376. }
  377. },
  378. {
  379. "variable": "host_path_config",
  380. "label": "Host Path Configuration",
  381. "schema": {
  382. "type": "dict",
  383. "show_if": [
  384. [
  385. "type",
  386. "=",
  387. "host_path"
  388. ]
  389. ],
  390. "attrs": [
  391. {
  392. "variable": "acl_enable",
  393. "label": "Enable ACL",
  394. "description": "Enable ACL for the storage.",
  395. "schema": {
  396. "type": "boolean",
  397. "default": false
  398. }
  399. },
  400. {
  401. "variable": "acl",
  402. "label": "ACL Configuration",
  403. "schema": {
  404. "type": "dict",
  405. "show_if": [
  406. [
  407. "acl_enable",
  408. "=",
  409. true
  410. ]
  411. ],
  412. "attrs": [],
  413. "$ref": [
  414. "normalize/acl"
  415. ]
  416. }
  417. },
  418. {
  419. "variable": "path",
  420. "label": "Host Path",
  421. "description": "The host path to use for storage.",
  422. "schema": {
  423. "type": "hostpath",
  424. "show_if": [
  425. [
  426. "acl_enable",
  427. "=",
  428. false
  429. ]
  430. ],
  431. "required": true
  432. }
  433. }
  434. ]
  435. }
  436. }
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "recordings",
  442. "label": "Recordings Storage",
  443. "description": "The path to store recordings.",
  444. "schema": {
  445. "type": "dict",
  446. "attrs": [
  447. {
  448. "variable": "type",
  449. "label": "Type",
  450. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  451. "schema": {
  452. "type": "string",
  453. "required": true,
  454. "default": "ix_volume",
  455. "enum": [
  456. {
  457. "value": "host_path",
  458. "description": "Host Path (Path that already exists on the system)"
  459. },
  460. {
  461. "value": "ix_volume",
  462. "description": "ixVolume (Dataset created automatically by the system)"
  463. }
  464. ]
  465. }
  466. },
  467. {
  468. "variable": "ix_volume_config",
  469. "label": "ixVolume Configuration",
  470. "description": "The configuration for the ixVolume dataset.",
  471. "schema": {
  472. "type": "dict",
  473. "show_if": [
  474. [
  475. "type",
  476. "=",
  477. "ix_volume"
  478. ]
  479. ],
  480. "$ref": [
  481. "normalize/ix_volume"
  482. ],
  483. "attrs": [
  484. {
  485. "variable": "acl_enable",
  486. "label": "Enable ACL",
  487. "description": "Enable ACL for the storage.",
  488. "schema": {
  489. "type": "boolean",
  490. "default": false
  491. }
  492. },
  493. {
  494. "variable": "dataset_name",
  495. "label": "Dataset Name",
  496. "description": "The name of the dataset to use for storage.",
  497. "schema": {
  498. "type": "string",
  499. "required": true,
  500. "hidden": true,
  501. "default": "recordings"
  502. }
  503. },
  504. {
  505. "variable": "acl_entries",
  506. "label": "ACL Configuration",
  507. "schema": {
  508. "type": "dict",
  509. "show_if": [
  510. [
  511. "acl_enable",
  512. "=",
  513. true
  514. ]
  515. ],
  516. "attrs": []
  517. }
  518. }
  519. ]
  520. }
  521. },
  522. {
  523. "variable": "host_path_config",
  524. "label": "Host Path Configuration",
  525. "schema": {
  526. "type": "dict",
  527. "show_if": [
  528. [
  529. "type",
  530. "=",
  531. "host_path"
  532. ]
  533. ],
  534. "attrs": [
  535. {
  536. "variable": "acl_enable",
  537. "label": "Enable ACL",
  538. "description": "Enable ACL for the storage.",
  539. "schema": {
  540. "type": "boolean",
  541. "default": false
  542. }
  543. },
  544. {
  545. "variable": "acl",
  546. "label": "ACL Configuration",
  547. "schema": {
  548. "type": "dict",
  549. "show_if": [
  550. [
  551. "acl_enable",
  552. "=",
  553. true
  554. ]
  555. ],
  556. "attrs": [],
  557. "$ref": [
  558. "normalize/acl"
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "path",
  564. "label": "Host Path",
  565. "description": "The host path to use for storage.",
  566. "schema": {
  567. "type": "hostpath",
  568. "show_if": [
  569. [
  570. "acl_enable",
  571. "=",
  572. false
  573. ]
  574. ],
  575. "required": true
  576. }
  577. }
  578. ]
  579. }
  580. }
  581. ]
  582. }
  583. },
  584. {
  585. "variable": "additional_storage",
  586. "label": "Additional Storage",
  587. "schema": {
  588. "type": "list",
  589. "default": [],
  590. "items": [
  591. {
  592. "variable": "storageEntry",
  593. "label": "Storage Entry",
  594. "schema": {
  595. "type": "dict",
  596. "attrs": [
  597. {
  598. "variable": "type",
  599. "label": "Type",
  600. "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 as a volume.\n",
  601. "schema": {
  602. "type": "string",
  603. "required": true,
  604. "default": "ix_volume",
  605. "enum": [
  606. {
  607. "value": "host_path",
  608. "description": "Host Path (Path that already exists on the system)"
  609. },
  610. {
  611. "value": "ix_volume",
  612. "description": "ixVolume (Dataset created automatically by the system)"
  613. },
  614. {
  615. "value": "cifs",
  616. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  617. }
  618. ]
  619. }
  620. },
  621. {
  622. "variable": "read_only",
  623. "label": "Read Only",
  624. "description": "Mount the volume as read only.",
  625. "schema": {
  626. "type": "boolean",
  627. "default": false
  628. }
  629. },
  630. {
  631. "variable": "mount_path",
  632. "label": "Mount Path",
  633. "description": "The path inside the container to mount the storage.",
  634. "schema": {
  635. "type": "path",
  636. "required": true
  637. }
  638. },
  639. {
  640. "variable": "host_path_config",
  641. "label": "Host Path Configuration",
  642. "schema": {
  643. "type": "dict",
  644. "show_if": [
  645. [
  646. "type",
  647. "=",
  648. "host_path"
  649. ]
  650. ],
  651. "attrs": [
  652. {
  653. "variable": "acl_enable",
  654. "label": "Enable ACL",
  655. "description": "Enable ACL for the storage.",
  656. "schema": {
  657. "type": "boolean",
  658. "default": false
  659. }
  660. },
  661. {
  662. "variable": "acl",
  663. "label": "ACL Configuration",
  664. "schema": {
  665. "type": "dict",
  666. "show_if": [
  667. [
  668. "acl_enable",
  669. "=",
  670. true
  671. ]
  672. ],
  673. "attrs": [],
  674. "$ref": [
  675. "normalize/acl"
  676. ]
  677. }
  678. },
  679. {
  680. "variable": "path",
  681. "label": "Host Path",
  682. "description": "The host path to use for storage.",
  683. "schema": {
  684. "type": "hostpath",
  685. "show_if": [
  686. [
  687. "acl_enable",
  688. "=",
  689. false
  690. ]
  691. ],
  692. "required": true
  693. }
  694. }
  695. ]
  696. }
  697. },
  698. {
  699. "variable": "ix_volume_config",
  700. "label": "ixVolume Configuration",
  701. "description": "The configuration for the ixVolume dataset.",
  702. "schema": {
  703. "type": "dict",
  704. "show_if": [
  705. [
  706. "type",
  707. "=",
  708. "ix_volume"
  709. ]
  710. ],
  711. "$ref": [
  712. "normalize/ix_volume"
  713. ],
  714. "attrs": [
  715. {
  716. "variable": "acl_enable",
  717. "label": "Enable ACL",
  718. "description": "Enable ACL for the storage.",
  719. "schema": {
  720. "type": "boolean",
  721. "default": false
  722. }
  723. },
  724. {
  725. "variable": "dataset_name",
  726. "label": "Dataset Name",
  727. "description": "The name of the dataset to use for storage.",
  728. "schema": {
  729. "type": "string",
  730. "required": true,
  731. "default": "storage_entry"
  732. }
  733. },
  734. {
  735. "variable": "acl_entries",
  736. "label": "ACL Configuration",
  737. "schema": {
  738. "type": "dict",
  739. "show_if": [
  740. [
  741. "acl_enable",
  742. "=",
  743. true
  744. ]
  745. ],
  746. "attrs": [],
  747. "$ref": [
  748. "normalize/acl"
  749. ]
  750. }
  751. }
  752. ]
  753. }
  754. },
  755. {
  756. "variable": "cifs_config",
  757. "label": "SMB Configuration",
  758. "description": "The configuration for the SMB dataset.",
  759. "schema": {
  760. "type": "dict",
  761. "show_if": [
  762. [
  763. "type",
  764. "=",
  765. "cifs"
  766. ]
  767. ],
  768. "attrs": [
  769. {
  770. "variable": "server",
  771. "label": "Server",
  772. "description": "The server to mount the SMB share.",
  773. "schema": {
  774. "type": "string",
  775. "required": true
  776. }
  777. },
  778. {
  779. "variable": "path",
  780. "label": "Path",
  781. "description": "The path to mount the SMB share.",
  782. "schema": {
  783. "type": "string",
  784. "required": true
  785. }
  786. },
  787. {
  788. "variable": "username",
  789. "label": "Username",
  790. "description": "The username to use for the SMB share.",
  791. "schema": {
  792. "type": "string",
  793. "required": true
  794. }
  795. },
  796. {
  797. "variable": "password",
  798. "label": "Password",
  799. "description": "The password to use for the SMB share.",
  800. "schema": {
  801. "type": "string",
  802. "required": true,
  803. "private": true
  804. }
  805. },
  806. {
  807. "variable": "domain",
  808. "label": "Domain",
  809. "description": "The domain to use for the SMB share.",
  810. "schema": {
  811. "type": "string"
  812. }
  813. }
  814. ]
  815. }
  816. }
  817. ]
  818. }
  819. }
  820. ]
  821. }
  822. }
  823. ]
  824. }
  825. },
  826. {
  827. "variable": "labels",
  828. "label": "",
  829. "group": "Labels Configuration",
  830. "schema": {
  831. "type": "list",
  832. "default": [],
  833. "items": [
  834. {
  835. "variable": "label",
  836. "label": "Label",
  837. "schema": {
  838. "type": "dict",
  839. "attrs": [
  840. {
  841. "variable": "key",
  842. "label": "Key",
  843. "schema": {
  844. "type": "string",
  845. "required": true
  846. }
  847. },
  848. {
  849. "variable": "value",
  850. "label": "Value",
  851. "schema": {
  852. "type": "string",
  853. "required": true
  854. }
  855. },
  856. {
  857. "variable": "containers",
  858. "label": "Containers",
  859. "description": "Containers where the label should be applied",
  860. "schema": {
  861. "type": "list",
  862. "items": [
  863. {
  864. "variable": "container",
  865. "label": "Container",
  866. "schema": {
  867. "type": "string",
  868. "required": true,
  869. "enum": [
  870. {
  871. "value": "kerberos-agent",
  872. "description": "kerberos-agent"
  873. }
  874. ]
  875. }
  876. }
  877. ]
  878. }
  879. }
  880. ]
  881. }
  882. }
  883. ]
  884. }
  885. },
  886. {
  887. "variable": "resources",
  888. "label": "",
  889. "group": "Resources Configuration",
  890. "schema": {
  891. "type": "dict",
  892. "attrs": [
  893. {
  894. "variable": "limits",
  895. "label": "Limits",
  896. "schema": {
  897. "type": "dict",
  898. "attrs": [
  899. {
  900. "variable": "cpus",
  901. "label": "CPUs",
  902. "description": "CPUs limit for Kerberos.io Agent.",
  903. "schema": {
  904. "type": "int",
  905. "default": 2,
  906. "required": true
  907. }
  908. },
  909. {
  910. "variable": "memory",
  911. "label": "Memory (in MB)",
  912. "description": "Memory limit for Kerberos.io Agent.",
  913. "schema": {
  914. "type": "int",
  915. "default": 4096,
  916. "required": true
  917. }
  918. }
  919. ]
  920. }
  921. }
  922. ]
  923. }
  924. }
  925. ]
  926. },
  927. "readme": "<h1>Kerberos.io Agent</h1> <p><a href=\"https://kerberos.io/\">Kerberos.io</a> is an open and scalable video surveillance system for anyone making this world a better and more peaceful place.</p>",
  928. "changelog": null,
  929. "chart_metadata": {
  930. "app_version": "v3.5.5",
  931. "capabilities": [
  932. {
  933. "description": "Kerberos Agent is able to bind to privileged ports (< 1024)",
  934. "name": "NET_BIND_SERVICE"
  935. }
  936. ],
  937. "categories": [
  938. "cameras"
  939. ],
  940. "changelog_url": "https://github.com/kerberos-io/agent/releases",
  941. "date_added": "2025-02-20",
  942. "description": "An open and scalable video surveillance system for anyone making this world a better and more peaceful place.",
  943. "home": "https://kerberos.io/",
  944. "host_mounts": [],
  945. "icon": "https://media.sys.truenas.net/apps/kerberos-agent/icons/icon.svg",
  946. "keywords": [
  947. "kerberos",
  948. "security",
  949. "video"
  950. ],
  951. "lib_version": "2.1.49",
  952. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  953. "maintainers": [
  954. {
  955. "email": "dev@ixsystems.com",
  956. "name": "truenas",
  957. "url": "https://www.truenas.com/"
  958. }
  959. ],
  960. "name": "kerberos-agent",
  961. "run_as_context": [
  962. {
  963. "description": "Kerberos Agent runs as any non-root user.",
  964. "gid": 568,
  965. "group_name": "kerberos-agent",
  966. "uid": 568,
  967. "user_name": "kerberos-agent"
  968. }
  969. ],
  970. "screenshots": [
  971. "https://media.sys.truenas.net/apps/kerberos-agent/screenshots/screenshot1.png",
  972. "https://media.sys.truenas.net/apps/kerberos-agent/screenshots/screenshot2.png"
  973. ],
  974. "sources": [
  975. "https://github.com/kerberos-io/agent"
  976. ],
  977. "title": "Kerberos.io Agent",
  978. "train": "community",
  979. "version": "1.0.29"
  980. }
  981. }
  982. }