app_versions.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. {
  2. "1.0.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/element-web/1.0.5",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "v1.11.110_1.0.5",
  10. "version": "1.0.5",
  11. "app_metadata": {
  12. "app_version": "v1.11.110",
  13. "capabilities": [],
  14. "categories": [
  15. "productivity"
  16. ],
  17. "changelog_url": "https://github.com/element-hq/element-web/releases",
  18. "date_added": "2025-08-14",
  19. "description": "Element-Web is a glossy Matrix collaboration client for the web.",
  20. "home": "https://element.io/",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/element-web/icons/icon.svg",
  23. "keywords": [
  24. "chat",
  25. "element"
  26. ],
  27. "lib_version": "2.1.49",
  28. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  29. "maintainers": [
  30. {
  31. "email": "dev@ixsystems.com",
  32. "name": "truenas",
  33. "url": "https://www.truenas.com/"
  34. }
  35. ],
  36. "name": "element-web",
  37. "run_as_context": [
  38. {
  39. "description": "Element-Web runs as any non-root user.",
  40. "gid": 568,
  41. "group_name": "element-web",
  42. "uid": 568,
  43. "user_name": "element-web"
  44. }
  45. ],
  46. "screenshots": [],
  47. "sources": [
  48. "https://github.com/element-hq/element-web"
  49. ],
  50. "title": "Element Web",
  51. "train": "community",
  52. "version": "1.0.5"
  53. },
  54. "schema": {
  55. "groups": [
  56. {
  57. "name": "Element Web Configuration",
  58. "description": "Configure Element Web"
  59. },
  60. {
  61. "name": "User and Group Configuration",
  62. "description": "Configure User and Group for Element Web"
  63. },
  64. {
  65. "name": "Network Configuration",
  66. "description": "Configure Network for Element Web"
  67. },
  68. {
  69. "name": "Storage Configuration",
  70. "description": "Configure Storage for Element Web"
  71. },
  72. {
  73. "name": "Labels Configuration",
  74. "description": "Configure Labels for Element Web"
  75. },
  76. {
  77. "name": "Resources Configuration",
  78. "description": "Configure Resources for Element Web"
  79. }
  80. ],
  81. "questions": [
  82. {
  83. "variable": "TZ",
  84. "group": "Element Web 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": "element_web",
  97. "label": "",
  98. "group": "Element Web 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 Element Web 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 Element Web 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": 30246,
  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": "additional_storage",
  271. "label": "Additional Storage",
  272. "schema": {
  273. "type": "list",
  274. "default": [],
  275. "items": [
  276. {
  277. "variable": "storageEntry",
  278. "label": "Storage Entry",
  279. "schema": {
  280. "type": "dict",
  281. "attrs": [
  282. {
  283. "variable": "type",
  284. "label": "Type",
  285. "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",
  286. "schema": {
  287. "type": "string",
  288. "required": true,
  289. "default": "ix_volume",
  290. "enum": [
  291. {
  292. "value": "host_path",
  293. "description": "Host Path (Path that already exists on the system)"
  294. },
  295. {
  296. "value": "ix_volume",
  297. "description": "ixVolume (Dataset created automatically by the system)"
  298. },
  299. {
  300. "value": "cifs",
  301. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  302. }
  303. ]
  304. }
  305. },
  306. {
  307. "variable": "read_only",
  308. "label": "Read Only",
  309. "description": "Mount the volume as read only.",
  310. "schema": {
  311. "type": "boolean",
  312. "default": false
  313. }
  314. },
  315. {
  316. "variable": "mount_path",
  317. "label": "Mount Path",
  318. "description": "The path inside the container to mount the storage.",
  319. "schema": {
  320. "type": "path",
  321. "required": true
  322. }
  323. },
  324. {
  325. "variable": "host_path_config",
  326. "label": "Host Path Configuration",
  327. "schema": {
  328. "type": "dict",
  329. "show_if": [
  330. [
  331. "type",
  332. "=",
  333. "host_path"
  334. ]
  335. ],
  336. "attrs": [
  337. {
  338. "variable": "acl_enable",
  339. "label": "Enable ACL",
  340. "description": "Enable ACL for the storage.",
  341. "schema": {
  342. "type": "boolean",
  343. "default": false
  344. }
  345. },
  346. {
  347. "variable": "acl",
  348. "label": "ACL Configuration",
  349. "schema": {
  350. "type": "dict",
  351. "show_if": [
  352. [
  353. "acl_enable",
  354. "=",
  355. true
  356. ]
  357. ],
  358. "attrs": [],
  359. "$ref": [
  360. "normalize/acl"
  361. ]
  362. }
  363. },
  364. {
  365. "variable": "path",
  366. "label": "Host Path",
  367. "description": "The host path to use for storage.",
  368. "schema": {
  369. "type": "hostpath",
  370. "show_if": [
  371. [
  372. "acl_enable",
  373. "=",
  374. false
  375. ]
  376. ],
  377. "required": true
  378. }
  379. }
  380. ]
  381. }
  382. },
  383. {
  384. "variable": "ix_volume_config",
  385. "label": "ixVolume Configuration",
  386. "description": "The configuration for the ixVolume dataset.",
  387. "schema": {
  388. "type": "dict",
  389. "show_if": [
  390. [
  391. "type",
  392. "=",
  393. "ix_volume"
  394. ]
  395. ],
  396. "$ref": [
  397. "normalize/ix_volume"
  398. ],
  399. "attrs": [
  400. {
  401. "variable": "acl_enable",
  402. "label": "Enable ACL",
  403. "description": "Enable ACL for the storage.",
  404. "schema": {
  405. "type": "boolean",
  406. "default": false
  407. }
  408. },
  409. {
  410. "variable": "dataset_name",
  411. "label": "Dataset Name",
  412. "description": "The name of the dataset to use for storage.",
  413. "schema": {
  414. "type": "string",
  415. "required": true,
  416. "default": "storage_entry"
  417. }
  418. },
  419. {
  420. "variable": "acl_entries",
  421. "label": "ACL Configuration",
  422. "schema": {
  423. "type": "dict",
  424. "show_if": [
  425. [
  426. "acl_enable",
  427. "=",
  428. true
  429. ]
  430. ],
  431. "attrs": [],
  432. "$ref": [
  433. "normalize/acl"
  434. ]
  435. }
  436. }
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "cifs_config",
  442. "label": "SMB Configuration",
  443. "description": "The configuration for the SMB dataset.",
  444. "schema": {
  445. "type": "dict",
  446. "show_if": [
  447. [
  448. "type",
  449. "=",
  450. "cifs"
  451. ]
  452. ],
  453. "attrs": [
  454. {
  455. "variable": "server",
  456. "label": "Server",
  457. "description": "The server to mount the SMB share.",
  458. "schema": {
  459. "type": "string",
  460. "required": true
  461. }
  462. },
  463. {
  464. "variable": "path",
  465. "label": "Path",
  466. "description": "The path to mount the SMB share.",
  467. "schema": {
  468. "type": "string",
  469. "required": true
  470. }
  471. },
  472. {
  473. "variable": "username",
  474. "label": "Username",
  475. "description": "The username to use for the SMB share.",
  476. "schema": {
  477. "type": "string",
  478. "required": true
  479. }
  480. },
  481. {
  482. "variable": "password",
  483. "label": "Password",
  484. "description": "The password to use for the SMB share.",
  485. "schema": {
  486. "type": "string",
  487. "required": true,
  488. "private": true
  489. }
  490. },
  491. {
  492. "variable": "domain",
  493. "label": "Domain",
  494. "description": "The domain to use for the SMB share.",
  495. "schema": {
  496. "type": "string"
  497. }
  498. }
  499. ]
  500. }
  501. }
  502. ]
  503. }
  504. }
  505. ]
  506. }
  507. }
  508. ]
  509. }
  510. },
  511. {
  512. "variable": "labels",
  513. "label": "",
  514. "group": "Labels Configuration",
  515. "schema": {
  516. "type": "list",
  517. "default": [],
  518. "items": [
  519. {
  520. "variable": "label",
  521. "label": "Label",
  522. "schema": {
  523. "type": "dict",
  524. "attrs": [
  525. {
  526. "variable": "key",
  527. "label": "Key",
  528. "schema": {
  529. "type": "string",
  530. "required": true
  531. }
  532. },
  533. {
  534. "variable": "value",
  535. "label": "Value",
  536. "schema": {
  537. "type": "string",
  538. "required": true
  539. }
  540. },
  541. {
  542. "variable": "containers",
  543. "label": "Containers",
  544. "description": "Containers where the label should be applied",
  545. "schema": {
  546. "type": "list",
  547. "items": [
  548. {
  549. "variable": "container",
  550. "label": "Container",
  551. "schema": {
  552. "type": "string",
  553. "required": true,
  554. "enum": [
  555. {
  556. "value": "element-web",
  557. "description": "element-web"
  558. }
  559. ]
  560. }
  561. }
  562. ]
  563. }
  564. }
  565. ]
  566. }
  567. }
  568. ]
  569. }
  570. },
  571. {
  572. "variable": "resources",
  573. "label": "",
  574. "group": "Resources Configuration",
  575. "schema": {
  576. "type": "dict",
  577. "attrs": [
  578. {
  579. "variable": "limits",
  580. "label": "Limits",
  581. "schema": {
  582. "type": "dict",
  583. "attrs": [
  584. {
  585. "variable": "cpus",
  586. "label": "CPUs",
  587. "description": "CPUs limit for Element Web.",
  588. "schema": {
  589. "type": "int",
  590. "default": 2,
  591. "required": true
  592. }
  593. },
  594. {
  595. "variable": "memory",
  596. "label": "Memory (in MB)",
  597. "description": "Memory limit for Element Web.",
  598. "schema": {
  599. "type": "int",
  600. "default": 4096,
  601. "required": true
  602. }
  603. }
  604. ]
  605. }
  606. }
  607. ]
  608. }
  609. }
  610. ]
  611. },
  612. "readme": "<h1>Element-Web</h1> <p><a href=\"https://element.io/\">Element-Web</a> is a glossy Matrix collaboration client for the web.</p>",
  613. "changelog": null,
  614. "chart_metadata": {
  615. "app_version": "v1.11.110",
  616. "capabilities": [],
  617. "categories": [
  618. "productivity"
  619. ],
  620. "changelog_url": "https://github.com/element-hq/element-web/releases",
  621. "date_added": "2025-08-14",
  622. "description": "Element-Web is a glossy Matrix collaboration client for the web.",
  623. "home": "https://element.io/",
  624. "host_mounts": [],
  625. "icon": "https://media.sys.truenas.net/apps/element-web/icons/icon.svg",
  626. "keywords": [
  627. "chat",
  628. "element"
  629. ],
  630. "lib_version": "2.1.49",
  631. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  632. "maintainers": [
  633. {
  634. "email": "dev@ixsystems.com",
  635. "name": "truenas",
  636. "url": "https://www.truenas.com/"
  637. }
  638. ],
  639. "name": "element-web",
  640. "run_as_context": [
  641. {
  642. "description": "Element-Web runs as any non-root user.",
  643. "gid": 568,
  644. "group_name": "element-web",
  645. "uid": 568,
  646. "user_name": "element-web"
  647. }
  648. ],
  649. "screenshots": [],
  650. "sources": [
  651. "https://github.com/element-hq/element-web"
  652. ],
  653. "title": "Element Web",
  654. "train": "community",
  655. "version": "1.0.5"
  656. }
  657. }
  658. }