app_versions.json 111 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. {
  2. "1.0.0": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/mattermost/1.0.0",
  7. "last_update": "2025-09-04 11:40:29",
  8. "required_features": [],
  9. "human_version": "10.12.0_1.0.0",
  10. "version": "1.0.0",
  11. "app_metadata": {
  12. "app_version": "10.12.0",
  13. "capabilities": [],
  14. "categories": [
  15. "productivity"
  16. ],
  17. "changelog_url": "https://github.com/mattermost/mattermost/releases",
  18. "date_added": "2025-09-03",
  19. "description": "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..",
  20. "home": "https://mattermost.com/",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/mattermost/icons/icon.svg",
  23. "keywords": [
  24. "collaboration",
  25. "communication",
  26. "team"
  27. ],
  28. "lib_version": "2.1.49",
  29. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  30. "maintainers": [
  31. {
  32. "email": "dev@ixsystems.com",
  33. "name": "truenas",
  34. "url": "https://www.truenas.com/"
  35. }
  36. ],
  37. "name": "mattermost",
  38. "run_as_context": [
  39. {
  40. "description": "Mattermost runs as non-root user.",
  41. "gid": 2000,
  42. "group_name": "mattermost",
  43. "uid": 2000,
  44. "user_name": "mattermost"
  45. },
  46. {
  47. "description": "Postgres runs as non-root user.",
  48. "gid": 999,
  49. "group_name": "postgres",
  50. "uid": 999,
  51. "user_name": "postgres"
  52. }
  53. ],
  54. "screenshots": [],
  55. "sources": [
  56. "https://github.com/mattermost/docker",
  57. "https://hub.docker.com/r/mattermost/mattermost-team-edition",
  58. "https://docs.mattermost.com/administration-guide/configure/environment-configuration-settings.html"
  59. ],
  60. "title": "Mattermost",
  61. "train": "community",
  62. "version": "1.0.0"
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Mattermost Configuration",
  68. "description": "Configure Mattermost"
  69. },
  70. {
  71. "name": "Network Configuration",
  72. "description": "Configure Network for Mattermost"
  73. },
  74. {
  75. "name": "Storage Configuration",
  76. "description": "Configure Storage for Mattermost"
  77. },
  78. {
  79. "name": "Labels Configuration",
  80. "description": "Configure Labels for Mattermost"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Mattermost"
  85. }
  86. ],
  87. "questions": [
  88. {
  89. "variable": "TZ",
  90. "group": "Mattermost Configuration",
  91. "label": "Timezone",
  92. "schema": {
  93. "type": "string",
  94. "default": "Etc/UTC",
  95. "required": true,
  96. "$ref": [
  97. "definitions/timezone"
  98. ]
  99. }
  100. },
  101. {
  102. "variable": "mattermost",
  103. "label": "",
  104. "group": "Mattermost Configuration",
  105. "schema": {
  106. "type": "dict",
  107. "attrs": [
  108. {
  109. "variable": "postgres_image_selector",
  110. "label": "Postgres Image (CAUTION)",
  111. "description": "If you are changing this after the postgres directory has been initialized,</br>\nSTOP! and make sure you have a backup of your data.</br>\nChanging this will trigger an one way database upgrade.</br>\nYou can only select newer versions of postgres.</br>\nSelecting an older version will refuse to start.</br>\nIf something goes wrong, you will have to restore from backup.\n",
  112. "schema": {
  113. "type": "string",
  114. "default": "postgres_17_image",
  115. "required": true,
  116. "enum": [
  117. {
  118. "value": "postgres_17_image",
  119. "description": "Postgres 17"
  120. }
  121. ]
  122. }
  123. },
  124. {
  125. "variable": "db_password",
  126. "label": "Database Password",
  127. "schema": {
  128. "type": "string",
  129. "default": "",
  130. "required": true,
  131. "private": true
  132. }
  133. },
  134. {
  135. "variable": "site_url",
  136. "label": "Site URL",
  137. "description": "The URL that Mattermost will be accessible at.</br>\nExamples: </br>\n- http://192.168.1.100:30252</br>\n- http://mm.example.com</br>\n",
  138. "schema": {
  139. "type": "uri",
  140. "default": "",
  141. "required": true
  142. }
  143. },
  144. {
  145. "variable": "additional_envs",
  146. "label": "Additional Environment Variables",
  147. "schema": {
  148. "type": "list",
  149. "default": [],
  150. "items": [
  151. {
  152. "variable": "env",
  153. "label": "Environment Variable",
  154. "schema": {
  155. "type": "dict",
  156. "attrs": [
  157. {
  158. "variable": "name",
  159. "label": "Name",
  160. "schema": {
  161. "type": "string",
  162. "required": true
  163. }
  164. },
  165. {
  166. "variable": "value",
  167. "label": "Value",
  168. "schema": {
  169. "type": "string"
  170. }
  171. }
  172. ]
  173. }
  174. }
  175. ]
  176. }
  177. }
  178. ]
  179. }
  180. },
  181. {
  182. "variable": "network",
  183. "label": "",
  184. "group": "Network Configuration",
  185. "schema": {
  186. "type": "dict",
  187. "attrs": [
  188. {
  189. "variable": "web_port",
  190. "label": "WebUI Port",
  191. "schema": {
  192. "type": "dict",
  193. "attrs": [
  194. {
  195. "variable": "bind_mode",
  196. "label": "Port Bind Mode",
  197. "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",
  198. "schema": {
  199. "type": "string",
  200. "default": "published",
  201. "enum": [
  202. {
  203. "value": "published",
  204. "description": "Publish port on the host for external access"
  205. },
  206. {
  207. "value": "exposed",
  208. "description": "Expose port for inter-container communication"
  209. },
  210. {
  211. "value": "",
  212. "description": "None"
  213. }
  214. ]
  215. }
  216. },
  217. {
  218. "variable": "port_number",
  219. "label": "Port Number",
  220. "schema": {
  221. "type": "int",
  222. "default": 30252,
  223. "min": 1,
  224. "max": 65535,
  225. "required": true
  226. }
  227. },
  228. {
  229. "variable": "host_ips",
  230. "label": "Host IPs",
  231. "description": "IPs on the host to bind this port",
  232. "schema": {
  233. "type": "list",
  234. "show_if": [
  235. [
  236. "bind_mode",
  237. "=",
  238. "published"
  239. ]
  240. ],
  241. "default": [],
  242. "items": [
  243. {
  244. "variable": "host_ip",
  245. "label": "Host IP",
  246. "schema": {
  247. "type": "string",
  248. "required": true,
  249. "$ref": [
  250. "definitions/node_bind_ip"
  251. ]
  252. }
  253. }
  254. ]
  255. }
  256. }
  257. ]
  258. }
  259. },
  260. {
  261. "variable": "calls_port",
  262. "label": "Calls Port",
  263. "schema": {
  264. "type": "dict",
  265. "attrs": [
  266. {
  267. "variable": "bind_mode",
  268. "label": "Port Bind Mode",
  269. "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",
  270. "schema": {
  271. "type": "string",
  272. "default": "published",
  273. "enum": [
  274. {
  275. "value": "published",
  276. "description": "Publish port on the host for external access"
  277. },
  278. {
  279. "value": "exposed",
  280. "description": "Expose port for inter-container communication"
  281. },
  282. {
  283. "value": "",
  284. "description": "None"
  285. }
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "port_number",
  291. "label": "Port Number",
  292. "schema": {
  293. "type": "int",
  294. "default": 30253,
  295. "min": 1,
  296. "max": 65535,
  297. "required": true
  298. }
  299. },
  300. {
  301. "variable": "host_ips",
  302. "label": "Host IPs",
  303. "description": "IPs on the host to bind this port",
  304. "schema": {
  305. "type": "list",
  306. "show_if": [
  307. [
  308. "bind_mode",
  309. "=",
  310. "published"
  311. ]
  312. ],
  313. "default": [],
  314. "items": [
  315. {
  316. "variable": "host_ip",
  317. "label": "Host IP",
  318. "schema": {
  319. "type": "string",
  320. "required": true,
  321. "$ref": [
  322. "definitions/node_bind_ip"
  323. ]
  324. }
  325. }
  326. ]
  327. }
  328. }
  329. ]
  330. }
  331. },
  332. {
  333. "variable": "certificate_id",
  334. "label": "Certificate",
  335. "schema": {
  336. "type": "int",
  337. "null": true,
  338. "$ref": [
  339. "definitions/certificate"
  340. ]
  341. }
  342. }
  343. ]
  344. }
  345. },
  346. {
  347. "variable": "storage",
  348. "label": "",
  349. "group": "Storage Configuration",
  350. "schema": {
  351. "type": "dict",
  352. "attrs": [
  353. {
  354. "variable": "config",
  355. "label": "Config Storage",
  356. "schema": {
  357. "type": "dict",
  358. "attrs": [
  359. {
  360. "variable": "type",
  361. "label": "Type",
  362. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  363. "schema": {
  364. "type": "string",
  365. "required": true,
  366. "default": "ix_volume",
  367. "enum": [
  368. {
  369. "value": "host_path",
  370. "description": "Host Path (Path that already exists on the system)"
  371. },
  372. {
  373. "value": "ix_volume",
  374. "description": "ixVolume (Dataset created automatically by the system)"
  375. }
  376. ]
  377. }
  378. },
  379. {
  380. "variable": "ix_volume_config",
  381. "label": "ixVolume Configuration",
  382. "description": "The configuration for the ixVolume dataset.",
  383. "schema": {
  384. "type": "dict",
  385. "show_if": [
  386. [
  387. "type",
  388. "=",
  389. "ix_volume"
  390. ]
  391. ],
  392. "$ref": [
  393. "normalize/ix_volume"
  394. ],
  395. "attrs": [
  396. {
  397. "variable": "acl_enable",
  398. "label": "Enable ACL",
  399. "description": "Enable ACL for the storage.",
  400. "schema": {
  401. "type": "boolean",
  402. "default": false
  403. }
  404. },
  405. {
  406. "variable": "dataset_name",
  407. "label": "Dataset Name",
  408. "description": "The name of the dataset to use for storage.",
  409. "schema": {
  410. "type": "string",
  411. "required": true,
  412. "hidden": true,
  413. "default": "config"
  414. }
  415. },
  416. {
  417. "variable": "acl_entries",
  418. "label": "ACL Configuration",
  419. "schema": {
  420. "type": "dict",
  421. "show_if": [
  422. [
  423. "acl_enable",
  424. "=",
  425. true
  426. ]
  427. ],
  428. "attrs": []
  429. }
  430. }
  431. ]
  432. }
  433. },
  434. {
  435. "variable": "host_path_config",
  436. "label": "Host Path Configuration",
  437. "schema": {
  438. "type": "dict",
  439. "show_if": [
  440. [
  441. "type",
  442. "=",
  443. "host_path"
  444. ]
  445. ],
  446. "attrs": [
  447. {
  448. "variable": "acl_enable",
  449. "label": "Enable ACL",
  450. "description": "Enable ACL for the storage.",
  451. "schema": {
  452. "type": "boolean",
  453. "default": false
  454. }
  455. },
  456. {
  457. "variable": "acl",
  458. "label": "ACL Configuration",
  459. "schema": {
  460. "type": "dict",
  461. "show_if": [
  462. [
  463. "acl_enable",
  464. "=",
  465. true
  466. ]
  467. ],
  468. "attrs": [],
  469. "$ref": [
  470. "normalize/acl"
  471. ]
  472. }
  473. },
  474. {
  475. "variable": "path",
  476. "label": "Host Path",
  477. "description": "The host path to use for storage.",
  478. "schema": {
  479. "type": "hostpath",
  480. "show_if": [
  481. [
  482. "acl_enable",
  483. "=",
  484. false
  485. ]
  486. ],
  487. "required": true
  488. }
  489. }
  490. ]
  491. }
  492. }
  493. ]
  494. }
  495. },
  496. {
  497. "variable": "data",
  498. "label": "Data Storage",
  499. "schema": {
  500. "type": "dict",
  501. "attrs": [
  502. {
  503. "variable": "type",
  504. "label": "Type",
  505. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  506. "schema": {
  507. "type": "string",
  508. "required": true,
  509. "default": "ix_volume",
  510. "enum": [
  511. {
  512. "value": "host_path",
  513. "description": "Host Path (Path that already exists on the system)"
  514. },
  515. {
  516. "value": "ix_volume",
  517. "description": "ixVolume (Dataset created automatically by the system)"
  518. }
  519. ]
  520. }
  521. },
  522. {
  523. "variable": "ix_volume_config",
  524. "label": "ixVolume Configuration",
  525. "description": "The configuration for the ixVolume dataset.",
  526. "schema": {
  527. "type": "dict",
  528. "show_if": [
  529. [
  530. "type",
  531. "=",
  532. "ix_volume"
  533. ]
  534. ],
  535. "$ref": [
  536. "normalize/ix_volume"
  537. ],
  538. "attrs": [
  539. {
  540. "variable": "acl_enable",
  541. "label": "Enable ACL",
  542. "description": "Enable ACL for the storage.",
  543. "schema": {
  544. "type": "boolean",
  545. "default": false
  546. }
  547. },
  548. {
  549. "variable": "dataset_name",
  550. "label": "Dataset Name",
  551. "description": "The name of the dataset to use for storage.",
  552. "schema": {
  553. "type": "string",
  554. "required": true,
  555. "hidden": true,
  556. "default": "data"
  557. }
  558. },
  559. {
  560. "variable": "acl_entries",
  561. "label": "ACL Configuration",
  562. "schema": {
  563. "type": "dict",
  564. "show_if": [
  565. [
  566. "acl_enable",
  567. "=",
  568. true
  569. ]
  570. ],
  571. "attrs": []
  572. }
  573. }
  574. ]
  575. }
  576. },
  577. {
  578. "variable": "host_path_config",
  579. "label": "Host Path Configuration",
  580. "schema": {
  581. "type": "dict",
  582. "show_if": [
  583. [
  584. "type",
  585. "=",
  586. "host_path"
  587. ]
  588. ],
  589. "attrs": [
  590. {
  591. "variable": "acl_enable",
  592. "label": "Enable ACL",
  593. "description": "Enable ACL for the storage.",
  594. "schema": {
  595. "type": "boolean",
  596. "default": false
  597. }
  598. },
  599. {
  600. "variable": "acl",
  601. "label": "ACL Configuration",
  602. "schema": {
  603. "type": "dict",
  604. "show_if": [
  605. [
  606. "acl_enable",
  607. "=",
  608. true
  609. ]
  610. ],
  611. "attrs": [],
  612. "$ref": [
  613. "normalize/acl"
  614. ]
  615. }
  616. },
  617. {
  618. "variable": "path",
  619. "label": "Host Path",
  620. "description": "The host path to use for storage.",
  621. "schema": {
  622. "type": "hostpath",
  623. "show_if": [
  624. [
  625. "acl_enable",
  626. "=",
  627. false
  628. ]
  629. ],
  630. "required": true
  631. }
  632. }
  633. ]
  634. }
  635. }
  636. ]
  637. }
  638. },
  639. {
  640. "variable": "logs",
  641. "label": "Logs Storage",
  642. "schema": {
  643. "type": "dict",
  644. "attrs": [
  645. {
  646. "variable": "type",
  647. "label": "Type",
  648. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  649. "schema": {
  650. "type": "string",
  651. "required": true,
  652. "default": "ix_volume",
  653. "enum": [
  654. {
  655. "value": "host_path",
  656. "description": "Host Path (Path that already exists on the system)"
  657. },
  658. {
  659. "value": "ix_volume",
  660. "description": "ixVolume (Dataset created automatically by the system)"
  661. }
  662. ]
  663. }
  664. },
  665. {
  666. "variable": "ix_volume_config",
  667. "label": "ixVolume Configuration",
  668. "description": "The configuration for the ixVolume dataset.",
  669. "schema": {
  670. "type": "dict",
  671. "show_if": [
  672. [
  673. "type",
  674. "=",
  675. "ix_volume"
  676. ]
  677. ],
  678. "$ref": [
  679. "normalize/ix_volume"
  680. ],
  681. "attrs": [
  682. {
  683. "variable": "acl_enable",
  684. "label": "Enable ACL",
  685. "description": "Enable ACL for the storage.",
  686. "schema": {
  687. "type": "boolean",
  688. "default": false
  689. }
  690. },
  691. {
  692. "variable": "dataset_name",
  693. "label": "Dataset Name",
  694. "description": "The name of the dataset to use for storage.",
  695. "schema": {
  696. "type": "string",
  697. "required": true,
  698. "hidden": true,
  699. "default": "logs"
  700. }
  701. },
  702. {
  703. "variable": "acl_entries",
  704. "label": "ACL Configuration",
  705. "schema": {
  706. "type": "dict",
  707. "show_if": [
  708. [
  709. "acl_enable",
  710. "=",
  711. true
  712. ]
  713. ],
  714. "attrs": []
  715. }
  716. }
  717. ]
  718. }
  719. },
  720. {
  721. "variable": "host_path_config",
  722. "label": "Host Path Configuration",
  723. "schema": {
  724. "type": "dict",
  725. "show_if": [
  726. [
  727. "type",
  728. "=",
  729. "host_path"
  730. ]
  731. ],
  732. "attrs": [
  733. {
  734. "variable": "acl_enable",
  735. "label": "Enable ACL",
  736. "description": "Enable ACL for the storage.",
  737. "schema": {
  738. "type": "boolean",
  739. "default": false
  740. }
  741. },
  742. {
  743. "variable": "acl",
  744. "label": "ACL Configuration",
  745. "schema": {
  746. "type": "dict",
  747. "show_if": [
  748. [
  749. "acl_enable",
  750. "=",
  751. true
  752. ]
  753. ],
  754. "attrs": [],
  755. "$ref": [
  756. "normalize/acl"
  757. ]
  758. }
  759. },
  760. {
  761. "variable": "path",
  762. "label": "Host Path",
  763. "description": "The host path to use for storage.",
  764. "schema": {
  765. "type": "hostpath",
  766. "show_if": [
  767. [
  768. "acl_enable",
  769. "=",
  770. false
  771. ]
  772. ],
  773. "required": true
  774. }
  775. }
  776. ]
  777. }
  778. }
  779. ]
  780. }
  781. },
  782. {
  783. "variable": "plugins",
  784. "label": "Plugins Storage",
  785. "schema": {
  786. "type": "dict",
  787. "attrs": [
  788. {
  789. "variable": "type",
  790. "label": "Type",
  791. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  792. "schema": {
  793. "type": "string",
  794. "required": true,
  795. "default": "ix_volume",
  796. "enum": [
  797. {
  798. "value": "host_path",
  799. "description": "Host Path (Path that already exists on the system)"
  800. },
  801. {
  802. "value": "ix_volume",
  803. "description": "ixVolume (Dataset created automatically by the system)"
  804. }
  805. ]
  806. }
  807. },
  808. {
  809. "variable": "ix_volume_config",
  810. "label": "ixVolume Configuration",
  811. "description": "The configuration for the ixVolume dataset.",
  812. "schema": {
  813. "type": "dict",
  814. "show_if": [
  815. [
  816. "type",
  817. "=",
  818. "ix_volume"
  819. ]
  820. ],
  821. "$ref": [
  822. "normalize/ix_volume"
  823. ],
  824. "attrs": [
  825. {
  826. "variable": "acl_enable",
  827. "label": "Enable ACL",
  828. "description": "Enable ACL for the storage.",
  829. "schema": {
  830. "type": "boolean",
  831. "default": false
  832. }
  833. },
  834. {
  835. "variable": "dataset_name",
  836. "label": "Dataset Name",
  837. "description": "The name of the dataset to use for storage.",
  838. "schema": {
  839. "type": "string",
  840. "required": true,
  841. "hidden": true,
  842. "default": "plugins"
  843. }
  844. },
  845. {
  846. "variable": "acl_entries",
  847. "label": "ACL Configuration",
  848. "schema": {
  849. "type": "dict",
  850. "show_if": [
  851. [
  852. "acl_enable",
  853. "=",
  854. true
  855. ]
  856. ],
  857. "attrs": []
  858. }
  859. }
  860. ]
  861. }
  862. },
  863. {
  864. "variable": "host_path_config",
  865. "label": "Host Path Configuration",
  866. "schema": {
  867. "type": "dict",
  868. "show_if": [
  869. [
  870. "type",
  871. "=",
  872. "host_path"
  873. ]
  874. ],
  875. "attrs": [
  876. {
  877. "variable": "acl_enable",
  878. "label": "Enable ACL",
  879. "description": "Enable ACL for the storage.",
  880. "schema": {
  881. "type": "boolean",
  882. "default": false
  883. }
  884. },
  885. {
  886. "variable": "acl",
  887. "label": "ACL Configuration",
  888. "schema": {
  889. "type": "dict",
  890. "show_if": [
  891. [
  892. "acl_enable",
  893. "=",
  894. true
  895. ]
  896. ],
  897. "attrs": [],
  898. "$ref": [
  899. "normalize/acl"
  900. ]
  901. }
  902. },
  903. {
  904. "variable": "path",
  905. "label": "Host Path",
  906. "description": "The host path to use for storage.",
  907. "schema": {
  908. "type": "hostpath",
  909. "show_if": [
  910. [
  911. "acl_enable",
  912. "=",
  913. false
  914. ]
  915. ],
  916. "required": true
  917. }
  918. }
  919. ]
  920. }
  921. }
  922. ]
  923. }
  924. },
  925. {
  926. "variable": "client_plugins",
  927. "label": "Client Plugins Storage",
  928. "schema": {
  929. "type": "dict",
  930. "attrs": [
  931. {
  932. "variable": "type",
  933. "label": "Type",
  934. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  935. "schema": {
  936. "type": "string",
  937. "required": true,
  938. "default": "ix_volume",
  939. "enum": [
  940. {
  941. "value": "host_path",
  942. "description": "Host Path (Path that already exists on the system)"
  943. },
  944. {
  945. "value": "ix_volume",
  946. "description": "ixVolume (Dataset created automatically by the system)"
  947. }
  948. ]
  949. }
  950. },
  951. {
  952. "variable": "ix_volume_config",
  953. "label": "ixVolume Configuration",
  954. "description": "The configuration for the ixVolume dataset.",
  955. "schema": {
  956. "type": "dict",
  957. "show_if": [
  958. [
  959. "type",
  960. "=",
  961. "ix_volume"
  962. ]
  963. ],
  964. "$ref": [
  965. "normalize/ix_volume"
  966. ],
  967. "attrs": [
  968. {
  969. "variable": "acl_enable",
  970. "label": "Enable ACL",
  971. "description": "Enable ACL for the storage.",
  972. "schema": {
  973. "type": "boolean",
  974. "default": false
  975. }
  976. },
  977. {
  978. "variable": "dataset_name",
  979. "label": "Dataset Name",
  980. "description": "The name of the dataset to use for storage.",
  981. "schema": {
  982. "type": "string",
  983. "required": true,
  984. "hidden": true,
  985. "default": "client_plugins"
  986. }
  987. },
  988. {
  989. "variable": "acl_entries",
  990. "label": "ACL Configuration",
  991. "schema": {
  992. "type": "dict",
  993. "show_if": [
  994. [
  995. "acl_enable",
  996. "=",
  997. true
  998. ]
  999. ],
  1000. "attrs": []
  1001. }
  1002. }
  1003. ]
  1004. }
  1005. },
  1006. {
  1007. "variable": "host_path_config",
  1008. "label": "Host Path Configuration",
  1009. "schema": {
  1010. "type": "dict",
  1011. "show_if": [
  1012. [
  1013. "type",
  1014. "=",
  1015. "host_path"
  1016. ]
  1017. ],
  1018. "attrs": [
  1019. {
  1020. "variable": "acl_enable",
  1021. "label": "Enable ACL",
  1022. "description": "Enable ACL for the storage.",
  1023. "schema": {
  1024. "type": "boolean",
  1025. "default": false
  1026. }
  1027. },
  1028. {
  1029. "variable": "acl",
  1030. "label": "ACL Configuration",
  1031. "schema": {
  1032. "type": "dict",
  1033. "show_if": [
  1034. [
  1035. "acl_enable",
  1036. "=",
  1037. true
  1038. ]
  1039. ],
  1040. "attrs": [],
  1041. "$ref": [
  1042. "normalize/acl"
  1043. ]
  1044. }
  1045. },
  1046. {
  1047. "variable": "path",
  1048. "label": "Host Path",
  1049. "description": "The host path to use for storage.",
  1050. "schema": {
  1051. "type": "hostpath",
  1052. "show_if": [
  1053. [
  1054. "acl_enable",
  1055. "=",
  1056. false
  1057. ]
  1058. ],
  1059. "required": true
  1060. }
  1061. }
  1062. ]
  1063. }
  1064. }
  1065. ]
  1066. }
  1067. },
  1068. {
  1069. "variable": "bleve_indexes",
  1070. "label": "Bleve Indexes Storage",
  1071. "schema": {
  1072. "type": "dict",
  1073. "attrs": [
  1074. {
  1075. "variable": "type",
  1076. "label": "Type",
  1077. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  1078. "schema": {
  1079. "type": "string",
  1080. "required": true,
  1081. "default": "ix_volume",
  1082. "enum": [
  1083. {
  1084. "value": "host_path",
  1085. "description": "Host Path (Path that already exists on the system)"
  1086. },
  1087. {
  1088. "value": "ix_volume",
  1089. "description": "ixVolume (Dataset created automatically by the system)"
  1090. }
  1091. ]
  1092. }
  1093. },
  1094. {
  1095. "variable": "ix_volume_config",
  1096. "label": "ixVolume Configuration",
  1097. "description": "The configuration for the ixVolume dataset.",
  1098. "schema": {
  1099. "type": "dict",
  1100. "show_if": [
  1101. [
  1102. "type",
  1103. "=",
  1104. "ix_volume"
  1105. ]
  1106. ],
  1107. "$ref": [
  1108. "normalize/ix_volume"
  1109. ],
  1110. "attrs": [
  1111. {
  1112. "variable": "acl_enable",
  1113. "label": "Enable ACL",
  1114. "description": "Enable ACL for the storage.",
  1115. "schema": {
  1116. "type": "boolean",
  1117. "default": false
  1118. }
  1119. },
  1120. {
  1121. "variable": "dataset_name",
  1122. "label": "Dataset Name",
  1123. "description": "The name of the dataset to use for storage.",
  1124. "schema": {
  1125. "type": "string",
  1126. "required": true,
  1127. "hidden": true,
  1128. "default": "bleve_indexes"
  1129. }
  1130. },
  1131. {
  1132. "variable": "acl_entries",
  1133. "label": "ACL Configuration",
  1134. "schema": {
  1135. "type": "dict",
  1136. "show_if": [
  1137. [
  1138. "acl_enable",
  1139. "=",
  1140. true
  1141. ]
  1142. ],
  1143. "attrs": []
  1144. }
  1145. }
  1146. ]
  1147. }
  1148. },
  1149. {
  1150. "variable": "host_path_config",
  1151. "label": "Host Path Configuration",
  1152. "schema": {
  1153. "type": "dict",
  1154. "show_if": [
  1155. [
  1156. "type",
  1157. "=",
  1158. "host_path"
  1159. ]
  1160. ],
  1161. "attrs": [
  1162. {
  1163. "variable": "acl_enable",
  1164. "label": "Enable ACL",
  1165. "description": "Enable ACL for the storage.",
  1166. "schema": {
  1167. "type": "boolean",
  1168. "default": false
  1169. }
  1170. },
  1171. {
  1172. "variable": "acl",
  1173. "label": "ACL Configuration",
  1174. "schema": {
  1175. "type": "dict",
  1176. "show_if": [
  1177. [
  1178. "acl_enable",
  1179. "=",
  1180. true
  1181. ]
  1182. ],
  1183. "attrs": [],
  1184. "$ref": [
  1185. "normalize/acl"
  1186. ]
  1187. }
  1188. },
  1189. {
  1190. "variable": "path",
  1191. "label": "Host Path",
  1192. "description": "The host path to use for storage.",
  1193. "schema": {
  1194. "type": "hostpath",
  1195. "show_if": [
  1196. [
  1197. "acl_enable",
  1198. "=",
  1199. false
  1200. ]
  1201. ],
  1202. "required": true
  1203. }
  1204. }
  1205. ]
  1206. }
  1207. }
  1208. ]
  1209. }
  1210. },
  1211. {
  1212. "variable": "postgres_data",
  1213. "label": "Postgres Data Storage",
  1214. "schema": {
  1215. "type": "dict",
  1216. "attrs": [
  1217. {
  1218. "variable": "type",
  1219. "label": "Type",
  1220. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  1221. "schema": {
  1222. "type": "string",
  1223. "required": true,
  1224. "default": "ix_volume",
  1225. "enum": [
  1226. {
  1227. "value": "host_path",
  1228. "description": "Host Path (Path that already exists on the system)"
  1229. },
  1230. {
  1231. "value": "ix_volume",
  1232. "description": "ixVolume (Dataset created automatically by the system)"
  1233. }
  1234. ]
  1235. }
  1236. },
  1237. {
  1238. "variable": "ix_volume_config",
  1239. "label": "ixVolume Configuration",
  1240. "description": "The configuration for the ixVolume dataset.",
  1241. "schema": {
  1242. "type": "dict",
  1243. "show_if": [
  1244. [
  1245. "type",
  1246. "=",
  1247. "ix_volume"
  1248. ]
  1249. ],
  1250. "$ref": [
  1251. "normalize/ix_volume"
  1252. ],
  1253. "attrs": [
  1254. {
  1255. "variable": "acl_enable",
  1256. "label": "Enable ACL",
  1257. "description": "Enable ACL for the storage.",
  1258. "schema": {
  1259. "type": "boolean",
  1260. "default": false
  1261. }
  1262. },
  1263. {
  1264. "variable": "dataset_name",
  1265. "label": "Dataset Name",
  1266. "description": "The name of the dataset to use for storage.",
  1267. "schema": {
  1268. "type": "string",
  1269. "required": true,
  1270. "hidden": true,
  1271. "default": "pg_data"
  1272. }
  1273. },
  1274. {
  1275. "variable": "acl_entries",
  1276. "label": "ACL Configuration",
  1277. "schema": {
  1278. "type": "dict",
  1279. "show_if": [
  1280. [
  1281. "acl_enable",
  1282. "=",
  1283. true
  1284. ]
  1285. ],
  1286. "attrs": []
  1287. }
  1288. }
  1289. ]
  1290. }
  1291. },
  1292. {
  1293. "variable": "host_path_config",
  1294. "label": "Host Path Configuration",
  1295. "schema": {
  1296. "type": "dict",
  1297. "show_if": [
  1298. [
  1299. "type",
  1300. "=",
  1301. "host_path"
  1302. ]
  1303. ],
  1304. "attrs": [
  1305. {
  1306. "variable": "acl_enable",
  1307. "label": "Enable ACL",
  1308. "description": "Enable ACL for the storage.",
  1309. "schema": {
  1310. "type": "boolean",
  1311. "default": false
  1312. }
  1313. },
  1314. {
  1315. "variable": "acl",
  1316. "label": "ACL Configuration",
  1317. "schema": {
  1318. "type": "dict",
  1319. "show_if": [
  1320. [
  1321. "acl_enable",
  1322. "=",
  1323. true
  1324. ]
  1325. ],
  1326. "attrs": [],
  1327. "$ref": [
  1328. "normalize/acl"
  1329. ]
  1330. }
  1331. },
  1332. {
  1333. "variable": "path",
  1334. "label": "Host Path",
  1335. "description": "The host path to use for storage.",
  1336. "schema": {
  1337. "type": "hostpath",
  1338. "show_if": [
  1339. [
  1340. "acl_enable",
  1341. "=",
  1342. false
  1343. ]
  1344. ],
  1345. "required": true
  1346. }
  1347. },
  1348. {
  1349. "variable": "auto_permissions",
  1350. "label": "Automatic Permissions",
  1351. "description": "Automatically set permissions for the host path.\nEnabling this, will check the top level directory,</br>\nIf it finds incorrect permissions, it will `chown` the\nhost path to the user and group required for the\npostgres container.\n",
  1352. "schema": {
  1353. "type": "boolean",
  1354. "default": false,
  1355. "show_if": [
  1356. [
  1357. "acl_enable",
  1358. "=",
  1359. false
  1360. ]
  1361. ]
  1362. }
  1363. }
  1364. ]
  1365. }
  1366. }
  1367. ]
  1368. }
  1369. },
  1370. {
  1371. "variable": "additional_storage",
  1372. "label": "Additional Storage",
  1373. "schema": {
  1374. "type": "list",
  1375. "default": [],
  1376. "items": [
  1377. {
  1378. "variable": "storageEntry",
  1379. "label": "Storage Entry",
  1380. "schema": {
  1381. "type": "dict",
  1382. "attrs": [
  1383. {
  1384. "variable": "type",
  1385. "label": "Type",
  1386. "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",
  1387. "schema": {
  1388. "type": "string",
  1389. "required": true,
  1390. "default": "ix_volume",
  1391. "enum": [
  1392. {
  1393. "value": "host_path",
  1394. "description": "Host Path (Path that already exists on the system)"
  1395. },
  1396. {
  1397. "value": "ix_volume",
  1398. "description": "ixVolume (Dataset created automatically by the system)"
  1399. },
  1400. {
  1401. "value": "cifs",
  1402. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  1403. }
  1404. ]
  1405. }
  1406. },
  1407. {
  1408. "variable": "read_only",
  1409. "label": "Read Only",
  1410. "description": "Mount the volume as read only.",
  1411. "schema": {
  1412. "type": "boolean",
  1413. "default": false
  1414. }
  1415. },
  1416. {
  1417. "variable": "mount_path",
  1418. "label": "Mount Path",
  1419. "description": "The path inside the container to mount the storage.",
  1420. "schema": {
  1421. "type": "path",
  1422. "required": true
  1423. }
  1424. },
  1425. {
  1426. "variable": "host_path_config",
  1427. "label": "Host Path Configuration",
  1428. "schema": {
  1429. "type": "dict",
  1430. "show_if": [
  1431. [
  1432. "type",
  1433. "=",
  1434. "host_path"
  1435. ]
  1436. ],
  1437. "attrs": [
  1438. {
  1439. "variable": "acl_enable",
  1440. "label": "Enable ACL",
  1441. "description": "Enable ACL for the storage.",
  1442. "schema": {
  1443. "type": "boolean",
  1444. "default": false
  1445. }
  1446. },
  1447. {
  1448. "variable": "acl",
  1449. "label": "ACL Configuration",
  1450. "schema": {
  1451. "type": "dict",
  1452. "show_if": [
  1453. [
  1454. "acl_enable",
  1455. "=",
  1456. true
  1457. ]
  1458. ],
  1459. "attrs": [],
  1460. "$ref": [
  1461. "normalize/acl"
  1462. ]
  1463. }
  1464. },
  1465. {
  1466. "variable": "path",
  1467. "label": "Host Path",
  1468. "description": "The host path to use for storage.",
  1469. "schema": {
  1470. "type": "hostpath",
  1471. "show_if": [
  1472. [
  1473. "acl_enable",
  1474. "=",
  1475. false
  1476. ]
  1477. ],
  1478. "required": true
  1479. }
  1480. }
  1481. ]
  1482. }
  1483. },
  1484. {
  1485. "variable": "ix_volume_config",
  1486. "label": "ixVolume Configuration",
  1487. "description": "The configuration for the ixVolume dataset.",
  1488. "schema": {
  1489. "type": "dict",
  1490. "show_if": [
  1491. [
  1492. "type",
  1493. "=",
  1494. "ix_volume"
  1495. ]
  1496. ],
  1497. "$ref": [
  1498. "normalize/ix_volume"
  1499. ],
  1500. "attrs": [
  1501. {
  1502. "variable": "acl_enable",
  1503. "label": "Enable ACL",
  1504. "description": "Enable ACL for the storage.",
  1505. "schema": {
  1506. "type": "boolean",
  1507. "default": false
  1508. }
  1509. },
  1510. {
  1511. "variable": "dataset_name",
  1512. "label": "Dataset Name",
  1513. "description": "The name of the dataset to use for storage.",
  1514. "schema": {
  1515. "type": "string",
  1516. "required": true,
  1517. "default": "storage_entry"
  1518. }
  1519. },
  1520. {
  1521. "variable": "acl_entries",
  1522. "label": "ACL Configuration",
  1523. "schema": {
  1524. "type": "dict",
  1525. "show_if": [
  1526. [
  1527. "acl_enable",
  1528. "=",
  1529. true
  1530. ]
  1531. ],
  1532. "attrs": [],
  1533. "$ref": [
  1534. "normalize/acl"
  1535. ]
  1536. }
  1537. }
  1538. ]
  1539. }
  1540. },
  1541. {
  1542. "variable": "cifs_config",
  1543. "label": "SMB Configuration",
  1544. "description": "The configuration for the SMB dataset.",
  1545. "schema": {
  1546. "type": "dict",
  1547. "show_if": [
  1548. [
  1549. "type",
  1550. "=",
  1551. "cifs"
  1552. ]
  1553. ],
  1554. "attrs": [
  1555. {
  1556. "variable": "server",
  1557. "label": "Server",
  1558. "description": "The server to mount the SMB share.",
  1559. "schema": {
  1560. "type": "string",
  1561. "required": true
  1562. }
  1563. },
  1564. {
  1565. "variable": "path",
  1566. "label": "Path",
  1567. "description": "The path to mount the SMB share.",
  1568. "schema": {
  1569. "type": "string",
  1570. "required": true
  1571. }
  1572. },
  1573. {
  1574. "variable": "username",
  1575. "label": "Username",
  1576. "description": "The username to use for the SMB share.",
  1577. "schema": {
  1578. "type": "string",
  1579. "required": true
  1580. }
  1581. },
  1582. {
  1583. "variable": "password",
  1584. "label": "Password",
  1585. "description": "The password to use for the SMB share.",
  1586. "schema": {
  1587. "type": "string",
  1588. "required": true,
  1589. "private": true
  1590. }
  1591. },
  1592. {
  1593. "variable": "domain",
  1594. "label": "Domain",
  1595. "description": "The domain to use for the SMB share.",
  1596. "schema": {
  1597. "type": "string"
  1598. }
  1599. }
  1600. ]
  1601. }
  1602. }
  1603. ]
  1604. }
  1605. }
  1606. ]
  1607. }
  1608. }
  1609. ]
  1610. }
  1611. },
  1612. {
  1613. "variable": "labels",
  1614. "label": "",
  1615. "group": "Labels Configuration",
  1616. "schema": {
  1617. "type": "list",
  1618. "default": [],
  1619. "items": [
  1620. {
  1621. "variable": "label",
  1622. "label": "Label",
  1623. "schema": {
  1624. "type": "dict",
  1625. "attrs": [
  1626. {
  1627. "variable": "key",
  1628. "label": "Key",
  1629. "schema": {
  1630. "type": "string",
  1631. "required": true
  1632. }
  1633. },
  1634. {
  1635. "variable": "value",
  1636. "label": "Value",
  1637. "schema": {
  1638. "type": "string",
  1639. "required": true
  1640. }
  1641. },
  1642. {
  1643. "variable": "containers",
  1644. "label": "Containers",
  1645. "description": "Containers where the label should be applied",
  1646. "schema": {
  1647. "type": "list",
  1648. "items": [
  1649. {
  1650. "variable": "container",
  1651. "label": "Container",
  1652. "schema": {
  1653. "type": "string",
  1654. "required": true,
  1655. "enum": [
  1656. {
  1657. "value": "mattermost",
  1658. "description": "mattermost"
  1659. },
  1660. {
  1661. "value": "postgres",
  1662. "description": "postgres"
  1663. }
  1664. ]
  1665. }
  1666. }
  1667. ]
  1668. }
  1669. }
  1670. ]
  1671. }
  1672. }
  1673. ]
  1674. }
  1675. },
  1676. {
  1677. "variable": "resources",
  1678. "label": "",
  1679. "group": "Resources Configuration",
  1680. "schema": {
  1681. "type": "dict",
  1682. "attrs": [
  1683. {
  1684. "variable": "limits",
  1685. "label": "Limits",
  1686. "schema": {
  1687. "type": "dict",
  1688. "attrs": [
  1689. {
  1690. "variable": "cpus",
  1691. "label": "CPUs",
  1692. "description": "CPUs limit for Mattermost.",
  1693. "schema": {
  1694. "type": "int",
  1695. "default": 2,
  1696. "required": true
  1697. }
  1698. },
  1699. {
  1700. "variable": "memory",
  1701. "label": "Memory (in MB)",
  1702. "description": "Memory limit for Mattermost.",
  1703. "schema": {
  1704. "type": "int",
  1705. "default": 4096,
  1706. "required": true
  1707. }
  1708. }
  1709. ]
  1710. }
  1711. }
  1712. ]
  1713. }
  1714. }
  1715. ]
  1716. },
  1717. "readme": "<h1>Mattermost</h1> <p><a href=\"https://mattermost.com/\">Mattermost</a> is an open source platform for secure collaboration across the entire software development lifecycle.</p>",
  1718. "changelog": null,
  1719. "chart_metadata": {
  1720. "app_version": "10.12.0",
  1721. "capabilities": [],
  1722. "categories": [
  1723. "productivity"
  1724. ],
  1725. "changelog_url": "https://github.com/mattermost/mattermost/releases",
  1726. "date_added": "2025-09-03",
  1727. "description": "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..",
  1728. "home": "https://mattermost.com/",
  1729. "host_mounts": [],
  1730. "icon": "https://media.sys.truenas.net/apps/mattermost/icons/icon.svg",
  1731. "keywords": [
  1732. "collaboration",
  1733. "communication",
  1734. "team"
  1735. ],
  1736. "lib_version": "2.1.49",
  1737. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  1738. "maintainers": [
  1739. {
  1740. "email": "dev@ixsystems.com",
  1741. "name": "truenas",
  1742. "url": "https://www.truenas.com/"
  1743. }
  1744. ],
  1745. "name": "mattermost",
  1746. "run_as_context": [
  1747. {
  1748. "description": "Mattermost runs as non-root user.",
  1749. "gid": 2000,
  1750. "group_name": "mattermost",
  1751. "uid": 2000,
  1752. "user_name": "mattermost"
  1753. },
  1754. {
  1755. "description": "Postgres runs as non-root user.",
  1756. "gid": 999,
  1757. "group_name": "postgres",
  1758. "uid": 999,
  1759. "user_name": "postgres"
  1760. }
  1761. ],
  1762. "screenshots": [],
  1763. "sources": [
  1764. "https://github.com/mattermost/docker",
  1765. "https://hub.docker.com/r/mattermost/mattermost-team-edition",
  1766. "https://docs.mattermost.com/administration-guide/configure/environment-configuration-settings.html"
  1767. ],
  1768. "title": "Mattermost",
  1769. "train": "community",
  1770. "version": "1.0.0"
  1771. }
  1772. }
  1773. }