app_versions.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. {
  2. "1.0.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/omni-tools/1.0.3",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "0.5.0_1.0.3",
  10. "version": "1.0.3",
  11. "app_metadata": {
  12. "app_version": "0.5.0",
  13. "capabilities": [
  14. {
  15. "description": "Omni Tools is able to change file ownership arbitrarily",
  16. "name": "CHOWN"
  17. },
  18. {
  19. "description": "Omni Tools is able to bypass file permission checks",
  20. "name": "DAC_OVERRIDE"
  21. },
  22. {
  23. "description": "Omni Tools is able to bypass permission checks for file operations",
  24. "name": "FOWNER"
  25. },
  26. {
  27. "description": "Omni Tools is able to change group ID of processes",
  28. "name": "SETGID"
  29. },
  30. {
  31. "description": "Omni Tools is able to change user ID of processes",
  32. "name": "SETUID"
  33. }
  34. ],
  35. "categories": [
  36. "productivity"
  37. ],
  38. "changelog_url": "https://github.com/iib0011/omni-tools/releases",
  39. "date_added": "2025-07-11",
  40. "description": "Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!",
  41. "home": "https://omnitools.app/",
  42. "host_mounts": [],
  43. "icon": "https://media.sys.truenas.net/apps/omni-tools/icons/icon.svg",
  44. "keywords": [
  45. "utilities",
  46. "tools"
  47. ],
  48. "lib_version": "2.1.49",
  49. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  50. "maintainers": [
  51. {
  52. "email": "dev@ixsystems.com",
  53. "name": "truenas",
  54. "url": "https://www.truenas.com/"
  55. }
  56. ],
  57. "name": "omni-tools",
  58. "run_as_context": [
  59. {
  60. "description": "Omni Tools runs as root user.",
  61. "gid": 0,
  62. "group_name": "root",
  63. "uid": 0,
  64. "user_name": "root"
  65. }
  66. ],
  67. "screenshots": [],
  68. "sources": [
  69. "https://github.com/iib0011/omni-tools",
  70. "https://hub.docker.com/r/iib0011/omni-tools"
  71. ],
  72. "title": "Omni Tools",
  73. "train": "community",
  74. "version": "1.0.3"
  75. },
  76. "schema": {
  77. "groups": [
  78. {
  79. "name": "Omni Tools Configuration",
  80. "description": "Configure Omni Tools"
  81. },
  82. {
  83. "name": "Network Configuration",
  84. "description": "Configure Network for Omni Tools"
  85. },
  86. {
  87. "name": "Storage Configuration",
  88. "description": "Configure Storage for Omni Tools"
  89. },
  90. {
  91. "name": "Labels Configuration",
  92. "description": "Configure Labels for Omni Tools"
  93. },
  94. {
  95. "name": "Resources Configuration",
  96. "description": "Configure Resources for Omni Tools"
  97. }
  98. ],
  99. "questions": [
  100. {
  101. "variable": "TZ",
  102. "group": "Omni Tools 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": "omni_tools",
  115. "label": "",
  116. "group": "Omni Tools 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": 30228,
  199. "show_if": [
  200. [
  201. "bind_mode",
  202. "=",
  203. "published"
  204. ]
  205. ],
  206. "min": 1,
  207. "max": 65535,
  208. "required": true
  209. }
  210. },
  211. {
  212. "variable": "host_ips",
  213. "label": "Host IPs",
  214. "description": "IPs on the host to bind this port",
  215. "schema": {
  216. "type": "list",
  217. "show_if": [
  218. [
  219. "bind_mode",
  220. "=",
  221. "published"
  222. ]
  223. ],
  224. "default": [],
  225. "items": [
  226. {
  227. "variable": "host_ip",
  228. "label": "Host IP",
  229. "schema": {
  230. "type": "string",
  231. "required": true,
  232. "$ref": [
  233. "definitions/node_bind_ip"
  234. ]
  235. }
  236. }
  237. ]
  238. }
  239. }
  240. ]
  241. }
  242. }
  243. ]
  244. }
  245. },
  246. {
  247. "variable": "storage",
  248. "label": "",
  249. "group": "Storage Configuration",
  250. "schema": {
  251. "type": "dict",
  252. "attrs": [
  253. {
  254. "variable": "additional_storage",
  255. "label": "Additional Storage",
  256. "schema": {
  257. "type": "list",
  258. "default": [],
  259. "items": [
  260. {
  261. "variable": "storageEntry",
  262. "label": "Storage Entry",
  263. "schema": {
  264. "type": "dict",
  265. "attrs": [
  266. {
  267. "variable": "type",
  268. "label": "Type",
  269. "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",
  270. "schema": {
  271. "type": "string",
  272. "required": true,
  273. "default": "ix_volume",
  274. "enum": [
  275. {
  276. "value": "host_path",
  277. "description": "Host Path (Path that already exists on the system)"
  278. },
  279. {
  280. "value": "ix_volume",
  281. "description": "ixVolume (Dataset created automatically by the system)"
  282. },
  283. {
  284. "value": "cifs",
  285. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  286. }
  287. ]
  288. }
  289. },
  290. {
  291. "variable": "read_only",
  292. "label": "Read Only",
  293. "description": "Mount the volume as read only.",
  294. "schema": {
  295. "type": "boolean",
  296. "default": false
  297. }
  298. },
  299. {
  300. "variable": "mount_path",
  301. "label": "Mount Path",
  302. "description": "The path inside the container to mount the storage.",
  303. "schema": {
  304. "type": "path",
  305. "required": true
  306. }
  307. },
  308. {
  309. "variable": "host_path_config",
  310. "label": "Host Path Configuration",
  311. "schema": {
  312. "type": "dict",
  313. "show_if": [
  314. [
  315. "type",
  316. "=",
  317. "host_path"
  318. ]
  319. ],
  320. "attrs": [
  321. {
  322. "variable": "acl_enable",
  323. "label": "Enable ACL",
  324. "description": "Enable ACL for the storage.",
  325. "schema": {
  326. "type": "boolean",
  327. "default": false
  328. }
  329. },
  330. {
  331. "variable": "acl",
  332. "label": "ACL Configuration",
  333. "schema": {
  334. "type": "dict",
  335. "show_if": [
  336. [
  337. "acl_enable",
  338. "=",
  339. true
  340. ]
  341. ],
  342. "attrs": [],
  343. "$ref": [
  344. "normalize/acl"
  345. ]
  346. }
  347. },
  348. {
  349. "variable": "path",
  350. "label": "Host Path",
  351. "description": "The host path to use for storage.",
  352. "schema": {
  353. "type": "hostpath",
  354. "show_if": [
  355. [
  356. "acl_enable",
  357. "=",
  358. false
  359. ]
  360. ],
  361. "required": true
  362. }
  363. }
  364. ]
  365. }
  366. },
  367. {
  368. "variable": "ix_volume_config",
  369. "label": "ixVolume Configuration",
  370. "description": "The configuration for the ixVolume dataset.",
  371. "schema": {
  372. "type": "dict",
  373. "show_if": [
  374. [
  375. "type",
  376. "=",
  377. "ix_volume"
  378. ]
  379. ],
  380. "$ref": [
  381. "normalize/ix_volume"
  382. ],
  383. "attrs": [
  384. {
  385. "variable": "acl_enable",
  386. "label": "Enable ACL",
  387. "description": "Enable ACL for the storage.",
  388. "schema": {
  389. "type": "boolean",
  390. "default": false
  391. }
  392. },
  393. {
  394. "variable": "dataset_name",
  395. "label": "Dataset Name",
  396. "description": "The name of the dataset to use for storage.",
  397. "schema": {
  398. "type": "string",
  399. "required": true,
  400. "default": "storage_entry"
  401. }
  402. },
  403. {
  404. "variable": "acl_entries",
  405. "label": "ACL Configuration",
  406. "schema": {
  407. "type": "dict",
  408. "show_if": [
  409. [
  410. "acl_enable",
  411. "=",
  412. true
  413. ]
  414. ],
  415. "attrs": [],
  416. "$ref": [
  417. "normalize/acl"
  418. ]
  419. }
  420. }
  421. ]
  422. }
  423. },
  424. {
  425. "variable": "cifs_config",
  426. "label": "SMB Configuration",
  427. "description": "The configuration for the SMB dataset.",
  428. "schema": {
  429. "type": "dict",
  430. "show_if": [
  431. [
  432. "type",
  433. "=",
  434. "cifs"
  435. ]
  436. ],
  437. "attrs": [
  438. {
  439. "variable": "server",
  440. "label": "Server",
  441. "description": "The server to mount the SMB share.",
  442. "schema": {
  443. "type": "string",
  444. "required": true
  445. }
  446. },
  447. {
  448. "variable": "path",
  449. "label": "Path",
  450. "description": "The path to mount the SMB share.",
  451. "schema": {
  452. "type": "string",
  453. "required": true
  454. }
  455. },
  456. {
  457. "variable": "username",
  458. "label": "Username",
  459. "description": "The username to use for the SMB share.",
  460. "schema": {
  461. "type": "string",
  462. "required": true
  463. }
  464. },
  465. {
  466. "variable": "password",
  467. "label": "Password",
  468. "description": "The password to use for the SMB share.",
  469. "schema": {
  470. "type": "string",
  471. "required": true,
  472. "private": true
  473. }
  474. },
  475. {
  476. "variable": "domain",
  477. "label": "Domain",
  478. "description": "The domain to use for the SMB share.",
  479. "schema": {
  480. "type": "string"
  481. }
  482. }
  483. ]
  484. }
  485. }
  486. ]
  487. }
  488. }
  489. ]
  490. }
  491. }
  492. ]
  493. }
  494. },
  495. {
  496. "variable": "labels",
  497. "label": "",
  498. "group": "Labels Configuration",
  499. "schema": {
  500. "type": "list",
  501. "default": [],
  502. "items": [
  503. {
  504. "variable": "label",
  505. "label": "Label",
  506. "schema": {
  507. "type": "dict",
  508. "attrs": [
  509. {
  510. "variable": "key",
  511. "label": "Key",
  512. "schema": {
  513. "type": "string",
  514. "required": true
  515. }
  516. },
  517. {
  518. "variable": "value",
  519. "label": "Value",
  520. "schema": {
  521. "type": "string",
  522. "required": true
  523. }
  524. },
  525. {
  526. "variable": "containers",
  527. "label": "Containers",
  528. "description": "Containers where the label should be applied",
  529. "schema": {
  530. "type": "list",
  531. "items": [
  532. {
  533. "variable": "container",
  534. "label": "Container",
  535. "schema": {
  536. "type": "string",
  537. "required": true,
  538. "enum": [
  539. {
  540. "value": "omni-tools",
  541. "description": "omni-tools"
  542. }
  543. ]
  544. }
  545. }
  546. ]
  547. }
  548. }
  549. ]
  550. }
  551. }
  552. ]
  553. }
  554. },
  555. {
  556. "variable": "resources",
  557. "label": "",
  558. "group": "Resources Configuration",
  559. "schema": {
  560. "type": "dict",
  561. "attrs": [
  562. {
  563. "variable": "limits",
  564. "label": "Limits",
  565. "schema": {
  566. "type": "dict",
  567. "attrs": [
  568. {
  569. "variable": "cpus",
  570. "label": "CPUs",
  571. "description": "CPUs limit for Omni Tools.",
  572. "schema": {
  573. "type": "int",
  574. "default": 2,
  575. "required": true
  576. }
  577. },
  578. {
  579. "variable": "memory",
  580. "label": "Memory (in MB)",
  581. "description": "Memory limit for Omni Tools.",
  582. "schema": {
  583. "type": "int",
  584. "default": 4096,
  585. "required": true
  586. }
  587. }
  588. ]
  589. }
  590. }
  591. ]
  592. }
  593. }
  594. ]
  595. },
  596. "readme": "<h1>Omni Tools</h1> <p><a href=\"https://omnitools.app/\">Omni Tools</a> is a self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!</p>",
  597. "changelog": null,
  598. "chart_metadata": {
  599. "app_version": "0.5.0",
  600. "capabilities": [
  601. {
  602. "description": "Omni Tools is able to change file ownership arbitrarily",
  603. "name": "CHOWN"
  604. },
  605. {
  606. "description": "Omni Tools is able to bypass file permission checks",
  607. "name": "DAC_OVERRIDE"
  608. },
  609. {
  610. "description": "Omni Tools is able to bypass permission checks for file operations",
  611. "name": "FOWNER"
  612. },
  613. {
  614. "description": "Omni Tools is able to change group ID of processes",
  615. "name": "SETGID"
  616. },
  617. {
  618. "description": "Omni Tools is able to change user ID of processes",
  619. "name": "SETUID"
  620. }
  621. ],
  622. "categories": [
  623. "productivity"
  624. ],
  625. "changelog_url": "https://github.com/iib0011/omni-tools/releases",
  626. "date_added": "2025-07-11",
  627. "description": "Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!",
  628. "home": "https://omnitools.app/",
  629. "host_mounts": [],
  630. "icon": "https://media.sys.truenas.net/apps/omni-tools/icons/icon.svg",
  631. "keywords": [
  632. "utilities",
  633. "tools"
  634. ],
  635. "lib_version": "2.1.49",
  636. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  637. "maintainers": [
  638. {
  639. "email": "dev@ixsystems.com",
  640. "name": "truenas",
  641. "url": "https://www.truenas.com/"
  642. }
  643. ],
  644. "name": "omni-tools",
  645. "run_as_context": [
  646. {
  647. "description": "Omni Tools runs as root user.",
  648. "gid": 0,
  649. "group_name": "root",
  650. "uid": 0,
  651. "user_name": "root"
  652. }
  653. ],
  654. "screenshots": [],
  655. "sources": [
  656. "https://github.com/iib0011/omni-tools",
  657. "https://hub.docker.com/r/iib0011/omni-tools"
  658. ],
  659. "title": "Omni Tools",
  660. "train": "community",
  661. "version": "1.0.3"
  662. }
  663. }
  664. }