app_versions.json 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. {
  2. "1.0.12": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/influxdb/1.0.12",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "2.7.12_1.0.12",
  10. "version": "1.0.12",
  11. "app_metadata": {
  12. "app_version": "2.7.12",
  13. "capabilities": [],
  14. "categories": [
  15. "database"
  16. ],
  17. "changelog_url": "https://docs.influxdata.com/influxdb/v2/reference/release-notes/influxdb/",
  18. "date_added": "2025-01-31",
  19. "description": "Scalable datastore for metrics, events, and real-time analytics",
  20. "home": "https://influxdata.com",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/influxdb/icons/icon.png",
  23. "keywords": [
  24. "metrics"
  25. ],
  26. "lib_version": "2.1.49",
  27. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  28. "maintainers": [
  29. {
  30. "email": "dev@ixsystems.com",
  31. "name": "truenas",
  32. "url": "https://www.truenas.com/"
  33. }
  34. ],
  35. "name": "influxdb",
  36. "run_as_context": [
  37. {
  38. "description": "InfluxDB runs as any non-root user.",
  39. "gid": 568,
  40. "group_name": "influxdb",
  41. "uid": 568,
  42. "user_name": "influxdb"
  43. }
  44. ],
  45. "screenshots": [],
  46. "sources": [
  47. "https://github.com/influxdata/influxdb",
  48. "https://github.com/influxdata/influxdata-docker"
  49. ],
  50. "title": "InfluxDB",
  51. "train": "community",
  52. "version": "1.0.12"
  53. },
  54. "schema": {
  55. "groups": [
  56. {
  57. "name": "InfluxDB Configuration",
  58. "description": "Configure InfluxDB"
  59. },
  60. {
  61. "name": "User and Group Configuration",
  62. "description": "Configure User and Group for InfluxDB"
  63. },
  64. {
  65. "name": "Network Configuration",
  66. "description": "Configure Network for InfluxDB"
  67. },
  68. {
  69. "name": "Storage Configuration",
  70. "description": "Configure Storage for InfluxDB"
  71. },
  72. {
  73. "name": "Labels Configuration",
  74. "description": "Configure Labels for InfluxDB"
  75. },
  76. {
  77. "name": "Resources Configuration",
  78. "description": "Configure Resources for InfluxDB"
  79. }
  80. ],
  81. "questions": [
  82. {
  83. "variable": "TZ",
  84. "group": "InfluxDB 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": "influxdb",
  97. "label": "",
  98. "group": "InfluxDB 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 InfluxDB 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 InfluxDB 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": 30115,
  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": "config",
  271. "label": "InfluxDB Config Storage",
  272. "description": "The path to store InfluxDB Config.",
  273. "schema": {
  274. "type": "dict",
  275. "attrs": [
  276. {
  277. "variable": "type",
  278. "label": "Type",
  279. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  280. "schema": {
  281. "type": "string",
  282. "required": true,
  283. "default": "ix_volume",
  284. "enum": [
  285. {
  286. "value": "host_path",
  287. "description": "Host Path (Path that already exists on the system)"
  288. },
  289. {
  290. "value": "ix_volume",
  291. "description": "ixVolume (Dataset created automatically by the system)"
  292. }
  293. ]
  294. }
  295. },
  296. {
  297. "variable": "ix_volume_config",
  298. "label": "ixVolume Configuration",
  299. "description": "The configuration for the ixVolume dataset.",
  300. "schema": {
  301. "type": "dict",
  302. "show_if": [
  303. [
  304. "type",
  305. "=",
  306. "ix_volume"
  307. ]
  308. ],
  309. "$ref": [
  310. "normalize/ix_volume"
  311. ],
  312. "attrs": [
  313. {
  314. "variable": "acl_enable",
  315. "label": "Enable ACL",
  316. "description": "Enable ACL for the storage.",
  317. "schema": {
  318. "type": "boolean",
  319. "default": false
  320. }
  321. },
  322. {
  323. "variable": "dataset_name",
  324. "label": "Dataset Name",
  325. "description": "The name of the dataset to use for storage.",
  326. "schema": {
  327. "type": "string",
  328. "required": true,
  329. "hidden": true,
  330. "default": "config"
  331. }
  332. },
  333. {
  334. "variable": "acl_entries",
  335. "label": "ACL Configuration",
  336. "schema": {
  337. "type": "dict",
  338. "show_if": [
  339. [
  340. "acl_enable",
  341. "=",
  342. true
  343. ]
  344. ],
  345. "attrs": []
  346. }
  347. }
  348. ]
  349. }
  350. },
  351. {
  352. "variable": "host_path_config",
  353. "label": "Host Path Configuration",
  354. "schema": {
  355. "type": "dict",
  356. "show_if": [
  357. [
  358. "type",
  359. "=",
  360. "host_path"
  361. ]
  362. ],
  363. "attrs": [
  364. {
  365. "variable": "acl_enable",
  366. "label": "Enable ACL",
  367. "description": "Enable ACL for the storage.",
  368. "schema": {
  369. "type": "boolean",
  370. "default": false
  371. }
  372. },
  373. {
  374. "variable": "acl",
  375. "label": "ACL Configuration",
  376. "schema": {
  377. "type": "dict",
  378. "show_if": [
  379. [
  380. "acl_enable",
  381. "=",
  382. true
  383. ]
  384. ],
  385. "attrs": [],
  386. "$ref": [
  387. "normalize/acl"
  388. ]
  389. }
  390. },
  391. {
  392. "variable": "path",
  393. "label": "Host Path",
  394. "description": "The host path to use for storage.",
  395. "schema": {
  396. "type": "hostpath",
  397. "show_if": [
  398. [
  399. "acl_enable",
  400. "=",
  401. false
  402. ]
  403. ],
  404. "required": true
  405. }
  406. }
  407. ]
  408. }
  409. }
  410. ]
  411. }
  412. },
  413. {
  414. "variable": "data",
  415. "label": "InfluxDB Data Storage",
  416. "description": "The path to store InfluxDB Data.",
  417. "schema": {
  418. "type": "dict",
  419. "attrs": [
  420. {
  421. "variable": "type",
  422. "label": "Type",
  423. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  424. "schema": {
  425. "type": "string",
  426. "required": true,
  427. "default": "ix_volume",
  428. "enum": [
  429. {
  430. "value": "host_path",
  431. "description": "Host Path (Path that already exists on the system)"
  432. },
  433. {
  434. "value": "ix_volume",
  435. "description": "ixVolume (Dataset created automatically by the system)"
  436. }
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "ix_volume_config",
  442. "label": "ixVolume Configuration",
  443. "description": "The configuration for the ixVolume dataset.",
  444. "schema": {
  445. "type": "dict",
  446. "show_if": [
  447. [
  448. "type",
  449. "=",
  450. "ix_volume"
  451. ]
  452. ],
  453. "$ref": [
  454. "normalize/ix_volume"
  455. ],
  456. "attrs": [
  457. {
  458. "variable": "acl_enable",
  459. "label": "Enable ACL",
  460. "description": "Enable ACL for the storage.",
  461. "schema": {
  462. "type": "boolean",
  463. "default": false
  464. }
  465. },
  466. {
  467. "variable": "dataset_name",
  468. "label": "Dataset Name",
  469. "description": "The name of the dataset to use for storage.",
  470. "schema": {
  471. "type": "string",
  472. "required": true,
  473. "hidden": true,
  474. "default": "data"
  475. }
  476. },
  477. {
  478. "variable": "acl_entries",
  479. "label": "ACL Configuration",
  480. "schema": {
  481. "type": "dict",
  482. "show_if": [
  483. [
  484. "acl_enable",
  485. "=",
  486. true
  487. ]
  488. ],
  489. "attrs": []
  490. }
  491. }
  492. ]
  493. }
  494. },
  495. {
  496. "variable": "host_path_config",
  497. "label": "Host Path Configuration",
  498. "schema": {
  499. "type": "dict",
  500. "show_if": [
  501. [
  502. "type",
  503. "=",
  504. "host_path"
  505. ]
  506. ],
  507. "attrs": [
  508. {
  509. "variable": "acl_enable",
  510. "label": "Enable ACL",
  511. "description": "Enable ACL for the storage.",
  512. "schema": {
  513. "type": "boolean",
  514. "default": false
  515. }
  516. },
  517. {
  518. "variable": "acl",
  519. "label": "ACL Configuration",
  520. "schema": {
  521. "type": "dict",
  522. "show_if": [
  523. [
  524. "acl_enable",
  525. "=",
  526. true
  527. ]
  528. ],
  529. "attrs": [],
  530. "$ref": [
  531. "normalize/acl"
  532. ]
  533. }
  534. },
  535. {
  536. "variable": "path",
  537. "label": "Host Path",
  538. "description": "The host path to use for storage.",
  539. "schema": {
  540. "type": "hostpath",
  541. "show_if": [
  542. [
  543. "acl_enable",
  544. "=",
  545. false
  546. ]
  547. ],
  548. "required": true
  549. }
  550. }
  551. ]
  552. }
  553. }
  554. ]
  555. }
  556. },
  557. {
  558. "variable": "additional_storage",
  559. "label": "Additional Storage",
  560. "schema": {
  561. "type": "list",
  562. "default": [],
  563. "items": [
  564. {
  565. "variable": "storageEntry",
  566. "label": "Storage Entry",
  567. "schema": {
  568. "type": "dict",
  569. "attrs": [
  570. {
  571. "variable": "type",
  572. "label": "Type",
  573. "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",
  574. "schema": {
  575. "type": "string",
  576. "required": true,
  577. "default": "ix_volume",
  578. "enum": [
  579. {
  580. "value": "host_path",
  581. "description": "Host Path (Path that already exists on the system)"
  582. },
  583. {
  584. "value": "ix_volume",
  585. "description": "ixVolume (Dataset created automatically by the system)"
  586. },
  587. {
  588. "value": "cifs",
  589. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  590. }
  591. ]
  592. }
  593. },
  594. {
  595. "variable": "read_only",
  596. "label": "Read Only",
  597. "description": "Mount the volume as read only.",
  598. "schema": {
  599. "type": "boolean",
  600. "default": false
  601. }
  602. },
  603. {
  604. "variable": "mount_path",
  605. "label": "Mount Path",
  606. "description": "The path inside the container to mount the storage.",
  607. "schema": {
  608. "type": "path",
  609. "required": true
  610. }
  611. },
  612. {
  613. "variable": "host_path_config",
  614. "label": "Host Path Configuration",
  615. "schema": {
  616. "type": "dict",
  617. "show_if": [
  618. [
  619. "type",
  620. "=",
  621. "host_path"
  622. ]
  623. ],
  624. "attrs": [
  625. {
  626. "variable": "acl_enable",
  627. "label": "Enable ACL",
  628. "description": "Enable ACL for the storage.",
  629. "schema": {
  630. "type": "boolean",
  631. "default": false
  632. }
  633. },
  634. {
  635. "variable": "acl",
  636. "label": "ACL Configuration",
  637. "schema": {
  638. "type": "dict",
  639. "show_if": [
  640. [
  641. "acl_enable",
  642. "=",
  643. true
  644. ]
  645. ],
  646. "attrs": [],
  647. "$ref": [
  648. "normalize/acl"
  649. ]
  650. }
  651. },
  652. {
  653. "variable": "path",
  654. "label": "Host Path",
  655. "description": "The host path to use for storage.",
  656. "schema": {
  657. "type": "hostpath",
  658. "show_if": [
  659. [
  660. "acl_enable",
  661. "=",
  662. false
  663. ]
  664. ],
  665. "required": true
  666. }
  667. }
  668. ]
  669. }
  670. },
  671. {
  672. "variable": "ix_volume_config",
  673. "label": "ixVolume Configuration",
  674. "description": "The configuration for the ixVolume dataset.",
  675. "schema": {
  676. "type": "dict",
  677. "show_if": [
  678. [
  679. "type",
  680. "=",
  681. "ix_volume"
  682. ]
  683. ],
  684. "$ref": [
  685. "normalize/ix_volume"
  686. ],
  687. "attrs": [
  688. {
  689. "variable": "acl_enable",
  690. "label": "Enable ACL",
  691. "description": "Enable ACL for the storage.",
  692. "schema": {
  693. "type": "boolean",
  694. "default": false
  695. }
  696. },
  697. {
  698. "variable": "dataset_name",
  699. "label": "Dataset Name",
  700. "description": "The name of the dataset to use for storage.",
  701. "schema": {
  702. "type": "string",
  703. "required": true,
  704. "default": "storage_entry"
  705. }
  706. },
  707. {
  708. "variable": "acl_entries",
  709. "label": "ACL Configuration",
  710. "schema": {
  711. "type": "dict",
  712. "show_if": [
  713. [
  714. "acl_enable",
  715. "=",
  716. true
  717. ]
  718. ],
  719. "attrs": [],
  720. "$ref": [
  721. "normalize/acl"
  722. ]
  723. }
  724. }
  725. ]
  726. }
  727. },
  728. {
  729. "variable": "cifs_config",
  730. "label": "SMB Configuration",
  731. "description": "The configuration for the SMB dataset.",
  732. "schema": {
  733. "type": "dict",
  734. "show_if": [
  735. [
  736. "type",
  737. "=",
  738. "cifs"
  739. ]
  740. ],
  741. "attrs": [
  742. {
  743. "variable": "server",
  744. "label": "Server",
  745. "description": "The server to mount the SMB share.",
  746. "schema": {
  747. "type": "string",
  748. "required": true
  749. }
  750. },
  751. {
  752. "variable": "path",
  753. "label": "Path",
  754. "description": "The path to mount the SMB share.",
  755. "schema": {
  756. "type": "string",
  757. "required": true
  758. }
  759. },
  760. {
  761. "variable": "username",
  762. "label": "Username",
  763. "description": "The username to use for the SMB share.",
  764. "schema": {
  765. "type": "string",
  766. "required": true
  767. }
  768. },
  769. {
  770. "variable": "password",
  771. "label": "Password",
  772. "description": "The password to use for the SMB share.",
  773. "schema": {
  774. "type": "string",
  775. "required": true,
  776. "private": true
  777. }
  778. },
  779. {
  780. "variable": "domain",
  781. "label": "Domain",
  782. "description": "The domain to use for the SMB share.",
  783. "schema": {
  784. "type": "string"
  785. }
  786. }
  787. ]
  788. }
  789. }
  790. ]
  791. }
  792. }
  793. ]
  794. }
  795. }
  796. ]
  797. }
  798. },
  799. {
  800. "variable": "labels",
  801. "label": "",
  802. "group": "Labels Configuration",
  803. "schema": {
  804. "type": "list",
  805. "default": [],
  806. "items": [
  807. {
  808. "variable": "label",
  809. "label": "Label",
  810. "schema": {
  811. "type": "dict",
  812. "attrs": [
  813. {
  814. "variable": "key",
  815. "label": "Key",
  816. "schema": {
  817. "type": "string",
  818. "required": true
  819. }
  820. },
  821. {
  822. "variable": "value",
  823. "label": "Value",
  824. "schema": {
  825. "type": "string",
  826. "required": true
  827. }
  828. },
  829. {
  830. "variable": "containers",
  831. "label": "Containers",
  832. "description": "Containers where the label should be applied",
  833. "schema": {
  834. "type": "list",
  835. "items": [
  836. {
  837. "variable": "container",
  838. "label": "Container",
  839. "schema": {
  840. "type": "string",
  841. "required": true,
  842. "enum": [
  843. {
  844. "value": "influxdb",
  845. "description": "influxdb"
  846. }
  847. ]
  848. }
  849. }
  850. ]
  851. }
  852. }
  853. ]
  854. }
  855. }
  856. ]
  857. }
  858. },
  859. {
  860. "variable": "resources",
  861. "label": "",
  862. "group": "Resources Configuration",
  863. "schema": {
  864. "type": "dict",
  865. "attrs": [
  866. {
  867. "variable": "limits",
  868. "label": "Limits",
  869. "schema": {
  870. "type": "dict",
  871. "attrs": [
  872. {
  873. "variable": "cpus",
  874. "label": "CPUs",
  875. "description": "CPUs limit for InfluxDB.",
  876. "schema": {
  877. "type": "int",
  878. "default": 2,
  879. "required": true
  880. }
  881. },
  882. {
  883. "variable": "memory",
  884. "label": "Memory (in MB)",
  885. "description": "Memory limit for InfluxDB.",
  886. "schema": {
  887. "type": "int",
  888. "default": 4096,
  889. "required": true
  890. }
  891. }
  892. ]
  893. }
  894. }
  895. ]
  896. }
  897. }
  898. ]
  899. },
  900. "readme": "<h1>InfluxDB</h1> <p><a href=\"https://www.influxdata.com/\">InfluxDB</a> is an open source time series database for recording metrics, events, and analytics.</p>",
  901. "changelog": null,
  902. "chart_metadata": {
  903. "app_version": "2.7.12",
  904. "capabilities": [],
  905. "categories": [
  906. "database"
  907. ],
  908. "changelog_url": "https://docs.influxdata.com/influxdb/v2/reference/release-notes/influxdb/",
  909. "date_added": "2025-01-31",
  910. "description": "Scalable datastore for metrics, events, and real-time analytics",
  911. "home": "https://influxdata.com",
  912. "host_mounts": [],
  913. "icon": "https://media.sys.truenas.net/apps/influxdb/icons/icon.png",
  914. "keywords": [
  915. "metrics"
  916. ],
  917. "lib_version": "2.1.49",
  918. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  919. "maintainers": [
  920. {
  921. "email": "dev@ixsystems.com",
  922. "name": "truenas",
  923. "url": "https://www.truenas.com/"
  924. }
  925. ],
  926. "name": "influxdb",
  927. "run_as_context": [
  928. {
  929. "description": "InfluxDB runs as any non-root user.",
  930. "gid": 568,
  931. "group_name": "influxdb",
  932. "uid": 568,
  933. "user_name": "influxdb"
  934. }
  935. ],
  936. "screenshots": [],
  937. "sources": [
  938. "https://github.com/influxdata/influxdb",
  939. "https://github.com/influxdata/influxdata-docker"
  940. ],
  941. "title": "InfluxDB",
  942. "train": "community",
  943. "version": "1.0.12"
  944. }
  945. }
  946. }