app_versions.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. {
  2. "1.0.13": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/it-tools/1.0.13",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "2024.10.22-7ca5933_1.0.13",
  10. "version": "1.0.13",
  11. "app_metadata": {
  12. "app_version": "2024.10.22-7ca5933",
  13. "capabilities": [
  14. {
  15. "description": "IT Tools is able to change file ownership arbitrarily",
  16. "name": "CHOWN"
  17. },
  18. {
  19. "description": "IT Tools is able to bypass file permission checks",
  20. "name": "DAC_OVERRIDE"
  21. },
  22. {
  23. "description": "IT Tools is able to bypass permission checks for file operations",
  24. "name": "FOWNER"
  25. },
  26. {
  27. "description": "IT Tools is able to bind to privileged ports (< 1024)",
  28. "name": "NET_BIND_SERVICE"
  29. },
  30. {
  31. "description": "IT Tools is able to change group ID of processes",
  32. "name": "SETGID"
  33. },
  34. {
  35. "description": "IT Tools is able to change user ID of processes",
  36. "name": "SETUID"
  37. }
  38. ],
  39. "categories": [
  40. "productivity"
  41. ],
  42. "changelog_url": "https://github.com/CorentinTh/it-tools/blob/main/CHANGELOG.md",
  43. "date_added": "2025-01-24",
  44. "description": "Collection of handy online tools for developers, with great UX.",
  45. "home": "https://it-tools.tech",
  46. "host_mounts": [],
  47. "icon": "https://media.sys.truenas.net/apps/it-tools/icons/icon.png",
  48. "keywords": [
  49. "tools"
  50. ],
  51. "lib_version": "2.1.49",
  52. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  53. "maintainers": [
  54. {
  55. "email": "dev@ixsystems.com",
  56. "name": "truenas",
  57. "url": "https://www.truenas.com/"
  58. }
  59. ],
  60. "name": "it-tools",
  61. "run_as_context": [
  62. {
  63. "description": "IT Tools runs as root user.",
  64. "gid": 0,
  65. "group_name": "root",
  66. "uid": 0,
  67. "user_name": "root"
  68. }
  69. ],
  70. "screenshots": [],
  71. "sources": [
  72. "https://github.com/CorentinTh/it-tools/"
  73. ],
  74. "title": "IT Tools",
  75. "train": "community",
  76. "version": "1.0.13"
  77. },
  78. "schema": {
  79. "groups": [
  80. {
  81. "name": "IT Tools Configuration",
  82. "description": "Configure IT Tools"
  83. },
  84. {
  85. "name": "Network Configuration",
  86. "description": "Configure Network for IT Tools"
  87. },
  88. {
  89. "name": "Storage Configuration",
  90. "description": "Configure Storage for IT Tools"
  91. },
  92. {
  93. "name": "Labels Configuration",
  94. "description": "Configure Labels for IT Tools"
  95. },
  96. {
  97. "name": "Resources Configuration",
  98. "description": "Configure Resources for IT Tools"
  99. }
  100. ],
  101. "questions": [
  102. {
  103. "variable": "TZ",
  104. "group": "IT Tools Configuration",
  105. "label": "Timezone",
  106. "schema": {
  107. "type": "string",
  108. "default": "Etc/UTC",
  109. "required": true,
  110. "$ref": [
  111. "definitions/timezone"
  112. ]
  113. }
  114. },
  115. {
  116. "variable": "it_tools",
  117. "label": "",
  118. "group": "IT Tools Configuration",
  119. "schema": {
  120. "type": "dict",
  121. "attrs": [
  122. {
  123. "variable": "additional_envs",
  124. "label": "Additional Environment Variables",
  125. "schema": {
  126. "type": "list",
  127. "default": [],
  128. "items": [
  129. {
  130. "variable": "env",
  131. "label": "Environment Variable",
  132. "schema": {
  133. "type": "dict",
  134. "attrs": [
  135. {
  136. "variable": "name",
  137. "label": "Name",
  138. "schema": {
  139. "type": "string",
  140. "required": true
  141. }
  142. },
  143. {
  144. "variable": "value",
  145. "label": "Value",
  146. "schema": {
  147. "type": "string"
  148. }
  149. }
  150. ]
  151. }
  152. }
  153. ]
  154. }
  155. }
  156. ]
  157. }
  158. },
  159. {
  160. "variable": "network",
  161. "label": "",
  162. "group": "Network Configuration",
  163. "schema": {
  164. "type": "dict",
  165. "attrs": [
  166. {
  167. "variable": "web_port",
  168. "label": "WebUI Port",
  169. "schema": {
  170. "type": "dict",
  171. "attrs": [
  172. {
  173. "variable": "bind_mode",
  174. "label": "Port Bind Mode",
  175. "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",
  176. "schema": {
  177. "type": "string",
  178. "default": "published",
  179. "enum": [
  180. {
  181. "value": "published",
  182. "description": "Publish port on the host for external access"
  183. },
  184. {
  185. "value": "exposed",
  186. "description": "Expose port for inter-container communication"
  187. },
  188. {
  189. "value": "",
  190. "description": "None"
  191. }
  192. ]
  193. }
  194. },
  195. {
  196. "variable": "port_number",
  197. "label": "Port Number",
  198. "schema": {
  199. "type": "int",
  200. "show_if": [
  201. [
  202. "bind_mode",
  203. "=",
  204. "published"
  205. ]
  206. ],
  207. "default": 30063,
  208. "min": 1,
  209. "max": 65535,
  210. "required": true
  211. }
  212. },
  213. {
  214. "variable": "host_ips",
  215. "label": "Host IPs",
  216. "description": "IPs on the host to bind this port",
  217. "schema": {
  218. "type": "list",
  219. "show_if": [
  220. [
  221. "bind_mode",
  222. "=",
  223. "published"
  224. ]
  225. ],
  226. "default": [],
  227. "items": [
  228. {
  229. "variable": "host_ip",
  230. "label": "Host IP",
  231. "schema": {
  232. "type": "string",
  233. "required": true,
  234. "$ref": [
  235. "definitions/node_bind_ip"
  236. ]
  237. }
  238. }
  239. ]
  240. }
  241. }
  242. ]
  243. }
  244. },
  245. {
  246. "variable": "host_network",
  247. "label": "Host Network",
  248. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  249. "schema": {
  250. "type": "boolean",
  251. "default": false
  252. }
  253. }
  254. ]
  255. }
  256. },
  257. {
  258. "variable": "storage",
  259. "label": "",
  260. "group": "Storage Configuration",
  261. "schema": {
  262. "type": "dict",
  263. "attrs": [
  264. {
  265. "variable": "additional_storage",
  266. "label": "Additional Storage",
  267. "schema": {
  268. "type": "list",
  269. "default": [],
  270. "items": [
  271. {
  272. "variable": "storageEntry",
  273. "label": "Storage Entry",
  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.</br>\nSMB Share: Is a SMB share that is mounted to as a volume.\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. "value": "cifs",
  296. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  297. }
  298. ]
  299. }
  300. },
  301. {
  302. "variable": "read_only",
  303. "label": "Read Only",
  304. "description": "Mount the volume as read only.",
  305. "schema": {
  306. "type": "boolean",
  307. "default": false
  308. }
  309. },
  310. {
  311. "variable": "mount_path",
  312. "label": "Mount Path",
  313. "description": "The path inside the container to mount the storage.",
  314. "schema": {
  315. "type": "path",
  316. "required": true
  317. }
  318. },
  319. {
  320. "variable": "host_path_config",
  321. "label": "Host Path Configuration",
  322. "schema": {
  323. "type": "dict",
  324. "show_if": [
  325. [
  326. "type",
  327. "=",
  328. "host_path"
  329. ]
  330. ],
  331. "attrs": [
  332. {
  333. "variable": "acl_enable",
  334. "label": "Enable ACL",
  335. "description": "Enable ACL for the storage.",
  336. "schema": {
  337. "type": "boolean",
  338. "default": false
  339. }
  340. },
  341. {
  342. "variable": "acl",
  343. "label": "ACL Configuration",
  344. "schema": {
  345. "type": "dict",
  346. "show_if": [
  347. [
  348. "acl_enable",
  349. "=",
  350. true
  351. ]
  352. ],
  353. "attrs": [],
  354. "$ref": [
  355. "normalize/acl"
  356. ]
  357. }
  358. },
  359. {
  360. "variable": "path",
  361. "label": "Host Path",
  362. "description": "The host path to use for storage.",
  363. "schema": {
  364. "type": "hostpath",
  365. "show_if": [
  366. [
  367. "acl_enable",
  368. "=",
  369. false
  370. ]
  371. ],
  372. "required": true
  373. }
  374. }
  375. ]
  376. }
  377. },
  378. {
  379. "variable": "ix_volume_config",
  380. "label": "ixVolume Configuration",
  381. "description": "The configuration for the ixVolume dataset.",
  382. "schema": {
  383. "type": "dict",
  384. "show_if": [
  385. [
  386. "type",
  387. "=",
  388. "ix_volume"
  389. ]
  390. ],
  391. "$ref": [
  392. "normalize/ix_volume"
  393. ],
  394. "attrs": [
  395. {
  396. "variable": "acl_enable",
  397. "label": "Enable ACL",
  398. "description": "Enable ACL for the storage.",
  399. "schema": {
  400. "type": "boolean",
  401. "default": false
  402. }
  403. },
  404. {
  405. "variable": "dataset_name",
  406. "label": "Dataset Name",
  407. "description": "The name of the dataset to use for storage.",
  408. "schema": {
  409. "type": "string",
  410. "required": true,
  411. "default": "storage_entry"
  412. }
  413. },
  414. {
  415. "variable": "acl_entries",
  416. "label": "ACL Configuration",
  417. "schema": {
  418. "type": "dict",
  419. "show_if": [
  420. [
  421. "acl_enable",
  422. "=",
  423. true
  424. ]
  425. ],
  426. "attrs": [],
  427. "$ref": [
  428. "normalize/acl"
  429. ]
  430. }
  431. }
  432. ]
  433. }
  434. },
  435. {
  436. "variable": "cifs_config",
  437. "label": "SMB Configuration",
  438. "description": "The configuration for the SMB dataset.",
  439. "schema": {
  440. "type": "dict",
  441. "show_if": [
  442. [
  443. "type",
  444. "=",
  445. "cifs"
  446. ]
  447. ],
  448. "attrs": [
  449. {
  450. "variable": "server",
  451. "label": "Server",
  452. "description": "The server to mount the SMB share.",
  453. "schema": {
  454. "type": "string",
  455. "required": true
  456. }
  457. },
  458. {
  459. "variable": "path",
  460. "label": "Path",
  461. "description": "The path to mount the SMB share.",
  462. "schema": {
  463. "type": "string",
  464. "required": true
  465. }
  466. },
  467. {
  468. "variable": "username",
  469. "label": "Username",
  470. "description": "The username to use for the SMB share.",
  471. "schema": {
  472. "type": "string",
  473. "required": true
  474. }
  475. },
  476. {
  477. "variable": "password",
  478. "label": "Password",
  479. "description": "The password to use for the SMB share.",
  480. "schema": {
  481. "type": "string",
  482. "required": true,
  483. "private": true
  484. }
  485. },
  486. {
  487. "variable": "domain",
  488. "label": "Domain",
  489. "description": "The domain to use for the SMB share.",
  490. "schema": {
  491. "type": "string"
  492. }
  493. }
  494. ]
  495. }
  496. }
  497. ]
  498. }
  499. }
  500. ]
  501. }
  502. }
  503. ]
  504. }
  505. },
  506. {
  507. "variable": "labels",
  508. "label": "",
  509. "group": "Labels Configuration",
  510. "schema": {
  511. "type": "list",
  512. "default": [],
  513. "items": [
  514. {
  515. "variable": "label",
  516. "label": "Label",
  517. "schema": {
  518. "type": "dict",
  519. "attrs": [
  520. {
  521. "variable": "key",
  522. "label": "Key",
  523. "schema": {
  524. "type": "string",
  525. "required": true
  526. }
  527. },
  528. {
  529. "variable": "value",
  530. "label": "Value",
  531. "schema": {
  532. "type": "string",
  533. "required": true
  534. }
  535. },
  536. {
  537. "variable": "containers",
  538. "label": "Containers",
  539. "description": "Containers where the label should be applied",
  540. "schema": {
  541. "type": "list",
  542. "items": [
  543. {
  544. "variable": "container",
  545. "label": "Container",
  546. "schema": {
  547. "type": "string",
  548. "required": true,
  549. "enum": [
  550. {
  551. "value": "it-tools",
  552. "description": "it-tools"
  553. }
  554. ]
  555. }
  556. }
  557. ]
  558. }
  559. }
  560. ]
  561. }
  562. }
  563. ]
  564. }
  565. },
  566. {
  567. "variable": "resources",
  568. "label": "",
  569. "group": "Resources Configuration",
  570. "schema": {
  571. "type": "dict",
  572. "attrs": [
  573. {
  574. "variable": "limits",
  575. "label": "Limits",
  576. "schema": {
  577. "type": "dict",
  578. "attrs": [
  579. {
  580. "variable": "cpus",
  581. "label": "CPUs",
  582. "description": "CPUs limit for IT Tools.",
  583. "schema": {
  584. "type": "int",
  585. "default": 2,
  586. "required": true
  587. }
  588. },
  589. {
  590. "variable": "memory",
  591. "label": "Memory (in MB)",
  592. "description": "Memory limit for IT Tools.",
  593. "schema": {
  594. "type": "int",
  595. "default": 4096,
  596. "required": true
  597. }
  598. }
  599. ]
  600. }
  601. }
  602. ]
  603. }
  604. }
  605. ]
  606. },
  607. "readme": "<h1>IT Tools</h1> <p><a href=\"https://it-tools.tech\">IT Tools</a> is a collection of handy online tools for developers, with great UX.</p>",
  608. "changelog": null,
  609. "chart_metadata": {
  610. "app_version": "2024.10.22-7ca5933",
  611. "capabilities": [
  612. {
  613. "description": "IT Tools is able to change file ownership arbitrarily",
  614. "name": "CHOWN"
  615. },
  616. {
  617. "description": "IT Tools is able to bypass file permission checks",
  618. "name": "DAC_OVERRIDE"
  619. },
  620. {
  621. "description": "IT Tools is able to bypass permission checks for file operations",
  622. "name": "FOWNER"
  623. },
  624. {
  625. "description": "IT Tools is able to bind to privileged ports (< 1024)",
  626. "name": "NET_BIND_SERVICE"
  627. },
  628. {
  629. "description": "IT Tools is able to change group ID of processes",
  630. "name": "SETGID"
  631. },
  632. {
  633. "description": "IT Tools is able to change user ID of processes",
  634. "name": "SETUID"
  635. }
  636. ],
  637. "categories": [
  638. "productivity"
  639. ],
  640. "changelog_url": "https://github.com/CorentinTh/it-tools/blob/main/CHANGELOG.md",
  641. "date_added": "2025-01-24",
  642. "description": "Collection of handy online tools for developers, with great UX.",
  643. "home": "https://it-tools.tech",
  644. "host_mounts": [],
  645. "icon": "https://media.sys.truenas.net/apps/it-tools/icons/icon.png",
  646. "keywords": [
  647. "tools"
  648. ],
  649. "lib_version": "2.1.49",
  650. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  651. "maintainers": [
  652. {
  653. "email": "dev@ixsystems.com",
  654. "name": "truenas",
  655. "url": "https://www.truenas.com/"
  656. }
  657. ],
  658. "name": "it-tools",
  659. "run_as_context": [
  660. {
  661. "description": "IT Tools runs as root user.",
  662. "gid": 0,
  663. "group_name": "root",
  664. "uid": 0,
  665. "user_name": "root"
  666. }
  667. ],
  668. "screenshots": [],
  669. "sources": [
  670. "https://github.com/CorentinTh/it-tools/"
  671. ],
  672. "title": "IT Tools",
  673. "train": "community",
  674. "version": "1.0.13"
  675. }
  676. }
  677. }