app_versions.json 47 KB

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