app_versions.json 47 KB

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