app_versions.json 49 KB

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