app_versions.json 48 KB

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