app_versions.json 48 KB

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