app_versions.json 47 KB

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