app_versions.json 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. {
  2. "1.0.18": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/cockpit-ws/1.0.18",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "345_1.0.18",
  10. "version": "1.0.18",
  11. "app_metadata": {
  12. "app_version": "345",
  13. "capabilities": [],
  14. "categories": [
  15. "management"
  16. ],
  17. "changelog_url": "https://cockpit-project.org/blog/category/release.html",
  18. "date_added": "2025-03-21",
  19. "description": "Cockpit is a web-based graphical interface for Linux servers.",
  20. "home": "https://cockpit-project.org/",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/cockpit-ws/icons/icon.png",
  23. "keywords": [
  24. "cockpit"
  25. ],
  26. "lib_version": "2.1.49",
  27. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  28. "maintainers": [
  29. {
  30. "email": "dev@ixsystems.com",
  31. "name": "truenas",
  32. "url": "https://www.truenas.com/"
  33. }
  34. ],
  35. "name": "cockpit-ws",
  36. "run_as_context": [
  37. {
  38. "description": "Cockpit WS runs as root user.",
  39. "gid": 0,
  40. "group_name": "root",
  41. "uid": 0,
  42. "user_name": "root"
  43. }
  44. ],
  45. "screenshots": [],
  46. "sources": [
  47. "https://quay.io/repository/cockpit/ws"
  48. ],
  49. "title": "Cockpit WS",
  50. "train": "community",
  51. "version": "1.0.18"
  52. },
  53. "schema": {
  54. "groups": [
  55. {
  56. "name": "Cockpit WS Configuration",
  57. "description": "Configure Cockpit WS"
  58. },
  59. {
  60. "name": "Network Configuration",
  61. "description": "Configure Network for Cockpit WS"
  62. },
  63. {
  64. "name": "Storage Configuration",
  65. "description": "Configure Storage for Cockpit WS"
  66. },
  67. {
  68. "name": "Labels Configuration",
  69. "description": "Configure Labels for Cockpit WS"
  70. },
  71. {
  72. "name": "Resources Configuration",
  73. "description": "Configure Resources for Cockpit WS"
  74. }
  75. ],
  76. "questions": [
  77. {
  78. "variable": "TZ",
  79. "group": "Cockpit WS Configuration",
  80. "label": "Timezone",
  81. "schema": {
  82. "type": "string",
  83. "default": "Etc/UTC",
  84. "required": true,
  85. "$ref": [
  86. "definitions/timezone"
  87. ]
  88. }
  89. },
  90. {
  91. "variable": "cockpit",
  92. "label": "",
  93. "group": "Cockpit WS Configuration",
  94. "schema": {
  95. "type": "dict",
  96. "attrs": [
  97. {
  98. "variable": "additional_envs",
  99. "label": "Additional Environment Variables",
  100. "schema": {
  101. "type": "list",
  102. "default": [],
  103. "items": [
  104. {
  105. "variable": "env",
  106. "label": "Environment Variable",
  107. "schema": {
  108. "type": "dict",
  109. "attrs": [
  110. {
  111. "variable": "name",
  112. "label": "Name",
  113. "schema": {
  114. "type": "string",
  115. "required": true
  116. }
  117. },
  118. {
  119. "variable": "value",
  120. "label": "Value",
  121. "schema": {
  122. "type": "string"
  123. }
  124. }
  125. ]
  126. }
  127. }
  128. ]
  129. }
  130. }
  131. ]
  132. }
  133. },
  134. {
  135. "variable": "network",
  136. "label": "",
  137. "group": "Network Configuration",
  138. "schema": {
  139. "type": "dict",
  140. "attrs": [
  141. {
  142. "variable": "web_port",
  143. "label": "WebUI Port",
  144. "schema": {
  145. "type": "dict",
  146. "attrs": [
  147. {
  148. "variable": "bind_mode",
  149. "label": "Port Bind Mode",
  150. "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",
  151. "schema": {
  152. "type": "string",
  153. "default": "published",
  154. "enum": [
  155. {
  156. "value": "published",
  157. "description": "Publish port on the host for external access"
  158. },
  159. {
  160. "value": "exposed",
  161. "description": "Expose port for inter-container communication"
  162. },
  163. {
  164. "value": "",
  165. "description": "None"
  166. }
  167. ]
  168. }
  169. },
  170. {
  171. "variable": "port_number",
  172. "label": "Port Number",
  173. "schema": {
  174. "type": "int",
  175. "default": 30137,
  176. "min": 1,
  177. "max": 65535,
  178. "required": true
  179. }
  180. },
  181. {
  182. "variable": "host_ips",
  183. "label": "Host IPs",
  184. "description": "IPs on the host to bind this port",
  185. "schema": {
  186. "type": "list",
  187. "show_if": [
  188. [
  189. "bind_mode",
  190. "=",
  191. "published"
  192. ]
  193. ],
  194. "default": [],
  195. "items": [
  196. {
  197. "variable": "host_ip",
  198. "label": "Host IP",
  199. "schema": {
  200. "type": "string",
  201. "required": true,
  202. "$ref": [
  203. "definitions/node_bind_ip"
  204. ]
  205. }
  206. }
  207. ]
  208. }
  209. }
  210. ]
  211. }
  212. },
  213. {
  214. "variable": "host_network",
  215. "label": "Host Network",
  216. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  217. "schema": {
  218. "type": "boolean",
  219. "default": false
  220. }
  221. }
  222. ]
  223. }
  224. },
  225. {
  226. "variable": "storage",
  227. "label": "",
  228. "group": "Storage Configuration",
  229. "schema": {
  230. "type": "dict",
  231. "attrs": [
  232. {
  233. "variable": "additional_storage",
  234. "label": "Additional Storage",
  235. "schema": {
  236. "type": "list",
  237. "default": [],
  238. "items": [
  239. {
  240. "variable": "storageEntry",
  241. "label": "Storage Entry",
  242. "schema": {
  243. "type": "dict",
  244. "attrs": [
  245. {
  246. "variable": "type",
  247. "label": "Type",
  248. "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",
  249. "schema": {
  250. "type": "string",
  251. "required": true,
  252. "default": "ix_volume",
  253. "enum": [
  254. {
  255. "value": "host_path",
  256. "description": "Host Path (Path that already exists on the system)"
  257. },
  258. {
  259. "value": "ix_volume",
  260. "description": "ixVolume (Dataset created automatically by the system)"
  261. },
  262. {
  263. "value": "cifs",
  264. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  265. }
  266. ]
  267. }
  268. },
  269. {
  270. "variable": "read_only",
  271. "label": "Read Only",
  272. "description": "Mount the volume as read only.",
  273. "schema": {
  274. "type": "boolean",
  275. "default": false
  276. }
  277. },
  278. {
  279. "variable": "mount_path",
  280. "label": "Mount Path",
  281. "description": "The path inside the container to mount the storage.",
  282. "schema": {
  283. "type": "path",
  284. "required": true
  285. }
  286. },
  287. {
  288. "variable": "host_path_config",
  289. "label": "Host Path Configuration",
  290. "schema": {
  291. "type": "dict",
  292. "show_if": [
  293. [
  294. "type",
  295. "=",
  296. "host_path"
  297. ]
  298. ],
  299. "attrs": [
  300. {
  301. "variable": "acl_enable",
  302. "label": "Enable ACL",
  303. "description": "Enable ACL for the storage.",
  304. "schema": {
  305. "type": "boolean",
  306. "default": false
  307. }
  308. },
  309. {
  310. "variable": "acl",
  311. "label": "ACL Configuration",
  312. "schema": {
  313. "type": "dict",
  314. "show_if": [
  315. [
  316. "acl_enable",
  317. "=",
  318. true
  319. ]
  320. ],
  321. "attrs": [],
  322. "$ref": [
  323. "normalize/acl"
  324. ]
  325. }
  326. },
  327. {
  328. "variable": "path",
  329. "label": "Host Path",
  330. "description": "The host path to use for storage.",
  331. "schema": {
  332. "type": "hostpath",
  333. "show_if": [
  334. [
  335. "acl_enable",
  336. "=",
  337. false
  338. ]
  339. ],
  340. "required": true
  341. }
  342. }
  343. ]
  344. }
  345. },
  346. {
  347. "variable": "ix_volume_config",
  348. "label": "ixVolume Configuration",
  349. "description": "The configuration for the ixVolume dataset.",
  350. "schema": {
  351. "type": "dict",
  352. "show_if": [
  353. [
  354. "type",
  355. "=",
  356. "ix_volume"
  357. ]
  358. ],
  359. "$ref": [
  360. "normalize/ix_volume"
  361. ],
  362. "attrs": [
  363. {
  364. "variable": "acl_enable",
  365. "label": "Enable ACL",
  366. "description": "Enable ACL for the storage.",
  367. "schema": {
  368. "type": "boolean",
  369. "default": false
  370. }
  371. },
  372. {
  373. "variable": "dataset_name",
  374. "label": "Dataset Name",
  375. "description": "The name of the dataset to use for storage.",
  376. "schema": {
  377. "type": "string",
  378. "required": true,
  379. "default": "storage_entry"
  380. }
  381. },
  382. {
  383. "variable": "acl_entries",
  384. "label": "ACL Configuration",
  385. "schema": {
  386. "type": "dict",
  387. "show_if": [
  388. [
  389. "acl_enable",
  390. "=",
  391. true
  392. ]
  393. ],
  394. "attrs": [],
  395. "$ref": [
  396. "normalize/acl"
  397. ]
  398. }
  399. }
  400. ]
  401. }
  402. },
  403. {
  404. "variable": "cifs_config",
  405. "label": "SMB Configuration",
  406. "description": "The configuration for the SMB dataset.",
  407. "schema": {
  408. "type": "dict",
  409. "show_if": [
  410. [
  411. "type",
  412. "=",
  413. "cifs"
  414. ]
  415. ],
  416. "attrs": [
  417. {
  418. "variable": "server",
  419. "label": "Server",
  420. "description": "The server to mount the SMB share.",
  421. "schema": {
  422. "type": "string",
  423. "required": true
  424. }
  425. },
  426. {
  427. "variable": "path",
  428. "label": "Path",
  429. "description": "The path to mount the SMB share.",
  430. "schema": {
  431. "type": "string",
  432. "required": true
  433. }
  434. },
  435. {
  436. "variable": "username",
  437. "label": "Username",
  438. "description": "The username to use for the SMB share.",
  439. "schema": {
  440. "type": "string",
  441. "required": true
  442. }
  443. },
  444. {
  445. "variable": "password",
  446. "label": "Password",
  447. "description": "The password to use for the SMB share.",
  448. "schema": {
  449. "type": "string",
  450. "required": true,
  451. "private": true
  452. }
  453. },
  454. {
  455. "variable": "domain",
  456. "label": "Domain",
  457. "description": "The domain to use for the SMB share.",
  458. "schema": {
  459. "type": "string"
  460. }
  461. }
  462. ]
  463. }
  464. }
  465. ]
  466. }
  467. }
  468. ]
  469. }
  470. }
  471. ]
  472. }
  473. },
  474. {
  475. "variable": "labels",
  476. "label": "",
  477. "group": "Labels Configuration",
  478. "schema": {
  479. "type": "list",
  480. "default": [],
  481. "items": [
  482. {
  483. "variable": "label",
  484. "label": "Label",
  485. "schema": {
  486. "type": "dict",
  487. "attrs": [
  488. {
  489. "variable": "key",
  490. "label": "Key",
  491. "schema": {
  492. "type": "string",
  493. "required": true
  494. }
  495. },
  496. {
  497. "variable": "value",
  498. "label": "Value",
  499. "schema": {
  500. "type": "string",
  501. "required": true
  502. }
  503. },
  504. {
  505. "variable": "containers",
  506. "label": "Containers",
  507. "description": "Containers where the label should be applied",
  508. "schema": {
  509. "type": "list",
  510. "items": [
  511. {
  512. "variable": "container",
  513. "label": "Container",
  514. "schema": {
  515. "type": "string",
  516. "required": true,
  517. "enum": [
  518. {
  519. "value": "cockpit",
  520. "description": "cockpit"
  521. }
  522. ]
  523. }
  524. }
  525. ]
  526. }
  527. }
  528. ]
  529. }
  530. }
  531. ]
  532. }
  533. },
  534. {
  535. "variable": "resources",
  536. "label": "",
  537. "group": "Resources Configuration",
  538. "schema": {
  539. "type": "dict",
  540. "attrs": [
  541. {
  542. "variable": "limits",
  543. "label": "Limits",
  544. "schema": {
  545. "type": "dict",
  546. "attrs": [
  547. {
  548. "variable": "cpus",
  549. "label": "CPUs",
  550. "description": "CPUs limit for Cockpit WS.",
  551. "schema": {
  552. "type": "int",
  553. "default": 2,
  554. "required": true
  555. }
  556. },
  557. {
  558. "variable": "memory",
  559. "label": "Memory (in MB)",
  560. "description": "Memory limit for Cockpit WS.",
  561. "schema": {
  562. "type": "int",
  563. "default": 4096,
  564. "required": true
  565. }
  566. }
  567. ]
  568. }
  569. }
  570. ]
  571. }
  572. }
  573. ]
  574. },
  575. "readme": "<h1>Cockpit WS</h1> <p><a href=\"https://cockpit-project.org/\">Cockpit</a> is a web-based graphical interface for Linux servers.</p>",
  576. "changelog": null,
  577. "chart_metadata": {
  578. "app_version": "345",
  579. "capabilities": [],
  580. "categories": [
  581. "management"
  582. ],
  583. "changelog_url": "https://cockpit-project.org/blog/category/release.html",
  584. "date_added": "2025-03-21",
  585. "description": "Cockpit is a web-based graphical interface for Linux servers.",
  586. "home": "https://cockpit-project.org/",
  587. "host_mounts": [],
  588. "icon": "https://media.sys.truenas.net/apps/cockpit-ws/icons/icon.png",
  589. "keywords": [
  590. "cockpit"
  591. ],
  592. "lib_version": "2.1.49",
  593. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  594. "maintainers": [
  595. {
  596. "email": "dev@ixsystems.com",
  597. "name": "truenas",
  598. "url": "https://www.truenas.com/"
  599. }
  600. ],
  601. "name": "cockpit-ws",
  602. "run_as_context": [
  603. {
  604. "description": "Cockpit WS runs as root user.",
  605. "gid": 0,
  606. "group_name": "root",
  607. "uid": 0,
  608. "user_name": "root"
  609. }
  610. ],
  611. "screenshots": [],
  612. "sources": [
  613. "https://quay.io/repository/cockpit/ws"
  614. ],
  615. "title": "Cockpit WS",
  616. "train": "community",
  617. "version": "1.0.18"
  618. }
  619. }
  620. }