app_versions.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. {
  2. "1.0.43": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/ipfs/1.0.43",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "v0.33.2_1.0.43",
  12. "version": "1.0.43",
  13. "chart_metadata": {
  14. "name": "ipfs",
  15. "description": "Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP",
  16. "annotations": {
  17. "title": "IPFS"
  18. },
  19. "type": "application",
  20. "version": "1.0.43",
  21. "apiVersion": "v2",
  22. "appVersion": "v0.33.2",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.9"
  36. }
  37. ],
  38. "home": "https://ipfs.tech/",
  39. "icon": "https://media.sys.truenas.net/apps/ipfs/icons/icon.png",
  40. "sources": [
  41. "https://github.com/ipfs/kubo",
  42. "https://github.com/truenas/charts/tree/master/community/ipfs",
  43. "https://ipfs.tech/"
  44. ],
  45. "keywords": [
  46. "storage",
  47. "ipfs",
  48. "kubo"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "ipfs",
  55. "groupName": "ipfs",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "IPFS can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "IPFS Configuration",
  68. "description": "Configure IPFS"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for IPFS"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for IPFS"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for IPFS"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for IPFS"
  85. }
  86. ],
  87. "portals": {
  88. "web_portal": {
  89. "protocols": [
  90. "$kubernetes-resource_configmap_portal_protocol"
  91. ],
  92. "host": [
  93. "$kubernetes-resource_configmap_portal_host"
  94. ],
  95. "ports": [
  96. "$kubernetes-resource_configmap_portal_port"
  97. ],
  98. "path": "$kubernetes-resource_configmap_portal_path"
  99. }
  100. },
  101. "questions": [
  102. {
  103. "variable": "ipfsConfig",
  104. "label": "",
  105. "group": "IPFS Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "additionalEnvs",
  111. "label": "Additional Environment Variables",
  112. "description": "Configure additional environment variables for IPFS.",
  113. "schema": {
  114. "type": "list",
  115. "default": [],
  116. "items": [
  117. {
  118. "variable": "env",
  119. "label": "Environment Variable",
  120. "schema": {
  121. "type": "dict",
  122. "attrs": [
  123. {
  124. "variable": "name",
  125. "label": "Name",
  126. "schema": {
  127. "type": "string",
  128. "required": true
  129. }
  130. },
  131. {
  132. "variable": "value",
  133. "label": "Value",
  134. "schema": {
  135. "type": "string",
  136. "required": true
  137. }
  138. }
  139. ]
  140. }
  141. }
  142. ]
  143. }
  144. }
  145. ]
  146. }
  147. },
  148. {
  149. "variable": "ipfsRunAs",
  150. "label": "",
  151. "group": "User and Group Configuration",
  152. "schema": {
  153. "type": "dict",
  154. "attrs": [
  155. {
  156. "variable": "user",
  157. "label": "User ID",
  158. "description": "The user id that IPFS will run as.",
  159. "schema": {
  160. "type": "int",
  161. "min": 568,
  162. "default": 568,
  163. "required": true
  164. }
  165. },
  166. {
  167. "variable": "group",
  168. "label": "Group ID",
  169. "description": "The group id that IPFS will run as.",
  170. "schema": {
  171. "type": "int",
  172. "min": 568,
  173. "default": 568,
  174. "required": true
  175. }
  176. }
  177. ]
  178. }
  179. },
  180. {
  181. "variable": "ipfsNetwork",
  182. "label": "",
  183. "group": "Network Configuration",
  184. "schema": {
  185. "type": "dict",
  186. "attrs": [
  187. {
  188. "variable": "apiPort",
  189. "label": "API Port",
  190. "description": "The port for the IPFS API (And WebUI).",
  191. "schema": {
  192. "type": "int",
  193. "default": 30010,
  194. "min": 9000,
  195. "max": 65535,
  196. "required": true
  197. }
  198. },
  199. {
  200. "variable": "swarmPort",
  201. "label": "Swarm Port",
  202. "description": "The port for the IPFS Swarm. Both TCP and UDP",
  203. "schema": {
  204. "type": "int",
  205. "default": 30011,
  206. "min": 9000,
  207. "max": 65535,
  208. "required": true
  209. }
  210. },
  211. {
  212. "variable": "gatewayPort",
  213. "label": "Gateway Port",
  214. "description": "The port for the IPFS Gateway.",
  215. "schema": {
  216. "type": "int",
  217. "default": 30012,
  218. "min": 9000,
  219. "max": 65535,
  220. "required": true
  221. }
  222. },
  223. {
  224. "variable": "hostNetwork",
  225. "label": "Host Network",
  226. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  227. "schema": {
  228. "type": "boolean",
  229. "default": false
  230. }
  231. }
  232. ]
  233. }
  234. },
  235. {
  236. "variable": "ipfsStorage",
  237. "label": "",
  238. "group": "Storage Configuration",
  239. "schema": {
  240. "type": "dict",
  241. "attrs": [
  242. {
  243. "variable": "data",
  244. "label": "IPFS Data Storage",
  245. "description": "The path to store IPFS data.",
  246. "schema": {
  247. "type": "dict",
  248. "attrs": [
  249. {
  250. "variable": "type",
  251. "label": "Type",
  252. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  253. "schema": {
  254. "type": "string",
  255. "required": true,
  256. "immutable": true,
  257. "default": "ixVolume",
  258. "enum": [
  259. {
  260. "value": "hostPath",
  261. "description": "Host Path (Path that already exists on the system)"
  262. },
  263. {
  264. "value": "ixVolume",
  265. "description": "ixVolume (Dataset created automatically by the system)"
  266. }
  267. ]
  268. }
  269. },
  270. {
  271. "variable": "datasetName",
  272. "label": "Dataset Name",
  273. "schema": {
  274. "type": "string",
  275. "show_if": [
  276. [
  277. "type",
  278. "=",
  279. "ixVolume"
  280. ]
  281. ],
  282. "required": true,
  283. "hidden": true,
  284. "immutable": true,
  285. "default": "data",
  286. "$ref": [
  287. "normalize/ixVolume"
  288. ]
  289. }
  290. },
  291. {
  292. "variable": "hostPath",
  293. "label": "Host Path",
  294. "schema": {
  295. "type": "hostpath",
  296. "show_if": [
  297. [
  298. "type",
  299. "=",
  300. "hostPath"
  301. ]
  302. ],
  303. "required": true
  304. }
  305. }
  306. ]
  307. }
  308. },
  309. {
  310. "variable": "staging",
  311. "label": "IPFS Staging Storage",
  312. "description": "The path to store IPFS staging storage.",
  313. "schema": {
  314. "type": "dict",
  315. "attrs": [
  316. {
  317. "variable": "type",
  318. "label": "Type",
  319. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  320. "schema": {
  321. "type": "string",
  322. "required": true,
  323. "immutable": true,
  324. "default": "ixVolume",
  325. "enum": [
  326. {
  327. "value": "hostPath",
  328. "description": "Host Path (Path that already exists on the system)"
  329. },
  330. {
  331. "value": "ixVolume",
  332. "description": "ixVolume (Dataset created automatically by the system)"
  333. }
  334. ]
  335. }
  336. },
  337. {
  338. "variable": "datasetName",
  339. "label": "Dataset Name",
  340. "schema": {
  341. "type": "string",
  342. "show_if": [
  343. [
  344. "type",
  345. "=",
  346. "ixVolume"
  347. ]
  348. ],
  349. "required": true,
  350. "hidden": true,
  351. "immutable": true,
  352. "default": "staging",
  353. "$ref": [
  354. "normalize/ixVolume"
  355. ]
  356. }
  357. },
  358. {
  359. "variable": "hostPath",
  360. "label": "Host Path",
  361. "schema": {
  362. "type": "hostpath",
  363. "show_if": [
  364. [
  365. "type",
  366. "=",
  367. "hostPath"
  368. ]
  369. ],
  370. "required": true
  371. }
  372. }
  373. ]
  374. }
  375. }
  376. ]
  377. }
  378. },
  379. {
  380. "variable": "resources",
  381. "label": "",
  382. "group": "Resources Configuration",
  383. "schema": {
  384. "type": "dict",
  385. "attrs": [
  386. {
  387. "variable": "limits",
  388. "label": "Limits",
  389. "schema": {
  390. "type": "dict",
  391. "attrs": [
  392. {
  393. "variable": "cpu",
  394. "label": "CPU",
  395. "description": "CPU limit for IPFS.",
  396. "schema": {
  397. "type": "string",
  398. "max_length": 6,
  399. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  400. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  401. "default": "4000m",
  402. "required": true
  403. }
  404. },
  405. {
  406. "variable": "memory",
  407. "label": "Memory",
  408. "description": "Memory limit for IPFS.",
  409. "schema": {
  410. "type": "string",
  411. "max_length": 12,
  412. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  413. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  414. "default": "8Gi",
  415. "required": true
  416. }
  417. }
  418. ]
  419. }
  420. }
  421. ]
  422. }
  423. }
  424. ]
  425. },
  426. "app_readme": "<h1>IPFS</h1>\n<p><a href=\"https://ipfs.tech\">Interplanetary Filesystem</a> - the Web3 standard for content-addressing, interoperable with HTTP</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the ipfs directories.\nAfterward, the <code>ipfs</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>",
  427. "detailed_readme": "<h1>IPFS</h1>\n<p><a href=\"https://ipfs.tech\">Interplanetary Filesystem</a> - the Web3 standard for content-addressing, interoperable with HTTP</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the ipfs directories.\nAfterward, the <code>ipfs</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>",
  428. "changelog": null
  429. }
  430. }