app_versions.json 48 KB

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