app_versions.json 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. {
  2. "1.1.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/n8n/1.1.5",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/certificate",
  10. "normalize/ixVolume",
  11. "definitions/nodeIP"
  12. ],
  13. "human_version": "1.16.0_1.1.5",
  14. "version": "1.1.5",
  15. "chart_metadata": {
  16. "name": "n8n",
  17. "description": "n8n is an extendable workflow automation tool.",
  18. "annotations": {
  19. "title": "n8n"
  20. },
  21. "type": "application",
  22. "version": "1.1.5",
  23. "apiVersion": "v2",
  24. "appVersion": "1.16.0",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.2"
  38. }
  39. ],
  40. "home": "https://n8n.io/",
  41. "icon": "https://media.sys.truenas.net/apps/n8n/icons/icon.png",
  42. "sources": [
  43. "https://github.com/n8n-io/n8n",
  44. "https://github.com/truenas/charts/tree/master/community/n8n",
  45. "https://hub.docker.com/r/n8nio/n8n"
  46. ],
  47. "keywords": [
  48. "workflows",
  49. "automation"
  50. ]
  51. },
  52. "app_metadata": {
  53. "runAsContext": [
  54. {
  55. "userName": "n8n",
  56. "groupName": "n8n",
  57. "gid": 568,
  58. "uid": 568,
  59. "description": "n8n runs as any non-root user"
  60. },
  61. {
  62. "userName": "postgres",
  63. "groupName": "postgres",
  64. "gid": 999,
  65. "uid": 999,
  66. "description": "Postgres runs as a non-root user."
  67. },
  68. {
  69. "userName": "redis",
  70. "groupName": "redis",
  71. "gid": 1001,
  72. "uid": 0,
  73. "description": "Redis runs as a non-root user and root group."
  74. }
  75. ],
  76. "capabilities": [],
  77. "hostMounts": []
  78. },
  79. "schema": {
  80. "groups": [
  81. {
  82. "name": "n8n Configuration",
  83. "description": "Configure n8n"
  84. },
  85. {
  86. "name": "User and Group Configuration",
  87. "description": "Configure User and Group for n8n"
  88. },
  89. {
  90. "name": "Network Configuration",
  91. "description": "Configure Network for n8n"
  92. },
  93. {
  94. "name": "Storage Configuration",
  95. "description": "Configure Storage for n8n"
  96. },
  97. {
  98. "name": "Resources Configuration",
  99. "description": "Configure Resources for n8n"
  100. }
  101. ],
  102. "portals": {
  103. "web_portal": {
  104. "protocols": [
  105. "$kubernetes-resource_configmap_portal_protocol"
  106. ],
  107. "host": [
  108. "$kubernetes-resource_configmap_portal_host"
  109. ],
  110. "ports": [
  111. "$kubernetes-resource_configmap_portal_port"
  112. ],
  113. "path": "$kubernetes-resource_configmap_portal_path"
  114. }
  115. },
  116. "questions": [
  117. {
  118. "variable": "n8nConfig",
  119. "label": "",
  120. "group": "n8n Configuration",
  121. "schema": {
  122. "type": "dict",
  123. "attrs": [
  124. {
  125. "variable": "webHost",
  126. "label": "n8n Host",
  127. "description": "The host address.</br>\nExamples:</br>\nn8n.example.com </br>\n192.168.1.100\n",
  128. "schema": {
  129. "type": "string",
  130. "default": "192.168.0.10",
  131. "required": true,
  132. "$ref": [
  133. "definitions/nodeIP"
  134. ]
  135. }
  136. },
  137. {
  138. "variable": "additionalEnvs",
  139. "label": "Additional Environment Variables",
  140. "description": "Configure additional environment variables for n8n.",
  141. "schema": {
  142. "type": "list",
  143. "default": [],
  144. "items": [
  145. {
  146. "variable": "env",
  147. "label": "Environment Variable",
  148. "schema": {
  149. "type": "dict",
  150. "attrs": [
  151. {
  152. "variable": "name",
  153. "label": "Name",
  154. "schema": {
  155. "type": "string",
  156. "required": true
  157. }
  158. },
  159. {
  160. "variable": "value",
  161. "label": "Value",
  162. "schema": {
  163. "type": "string",
  164. "required": true
  165. }
  166. }
  167. ]
  168. }
  169. }
  170. ]
  171. }
  172. }
  173. ]
  174. }
  175. },
  176. {
  177. "variable": "n8nRunAs",
  178. "label": "",
  179. "group": "User and Group Configuration",
  180. "schema": {
  181. "type": "dict",
  182. "attrs": [
  183. {
  184. "variable": "user",
  185. "label": "User ID",
  186. "description": "The user id that n8n will run as.",
  187. "schema": {
  188. "type": "int",
  189. "min": 2,
  190. "default": 568,
  191. "required": true
  192. }
  193. },
  194. {
  195. "variable": "group",
  196. "label": "Group ID",
  197. "description": "The group id that n8n will run as.",
  198. "schema": {
  199. "type": "int",
  200. "min": 2,
  201. "default": 568,
  202. "required": true
  203. }
  204. }
  205. ]
  206. }
  207. },
  208. {
  209. "variable": "n8nNetwork",
  210. "label": "",
  211. "group": "Network Configuration",
  212. "schema": {
  213. "type": "dict",
  214. "attrs": [
  215. {
  216. "variable": "webPort",
  217. "label": "Web Port",
  218. "description": "The port for the n8n WebUI.",
  219. "schema": {
  220. "type": "int",
  221. "default": 30068,
  222. "min": 9000,
  223. "max": 65535,
  224. "required": true
  225. }
  226. },
  227. {
  228. "variable": "hostNetwork",
  229. "label": "Host Network",
  230. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  231. "schema": {
  232. "type": "boolean",
  233. "default": false
  234. }
  235. },
  236. {
  237. "variable": "certificateID",
  238. "label": "Certificate",
  239. "description": "The certificate to use for n8n",
  240. "schema": {
  241. "type": "int",
  242. "null": true,
  243. "$ref": [
  244. "definitions/certificate"
  245. ],
  246. "enum": [
  247. {
  248. "value": null,
  249. "description": "No Certificate"
  250. }
  251. ],
  252. "default": null
  253. }
  254. }
  255. ]
  256. }
  257. },
  258. {
  259. "variable": "n8nStorage",
  260. "label": "",
  261. "group": "Storage Configuration",
  262. "schema": {
  263. "type": "dict",
  264. "attrs": [
  265. {
  266. "variable": "data",
  267. "label": "n8n Data Storage",
  268. "description": "The path to store n8n data.",
  269. "schema": {
  270. "type": "dict",
  271. "attrs": [
  272. {
  273. "variable": "type",
  274. "label": "Type",
  275. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  276. "schema": {
  277. "type": "string",
  278. "required": true,
  279. "immutable": true,
  280. "default": "ixVolume",
  281. "enum": [
  282. {
  283. "value": "hostPath",
  284. "description": "Host Path (Path that already exists on the system)"
  285. },
  286. {
  287. "value": "ixVolume",
  288. "description": "ixVolume (Dataset created automatically by the system)"
  289. }
  290. ]
  291. }
  292. },
  293. {
  294. "variable": "datasetName",
  295. "label": "Dataset Name",
  296. "schema": {
  297. "type": "string",
  298. "show_if": [
  299. [
  300. "type",
  301. "=",
  302. "ixVolume"
  303. ]
  304. ],
  305. "required": true,
  306. "hidden": true,
  307. "immutable": true,
  308. "default": "data",
  309. "$ref": [
  310. "normalize/ixVolume"
  311. ]
  312. }
  313. },
  314. {
  315. "variable": "hostPath",
  316. "label": "Host Path",
  317. "schema": {
  318. "type": "hostpath",
  319. "show_if": [
  320. [
  321. "type",
  322. "=",
  323. "hostPath"
  324. ]
  325. ],
  326. "immutable": true,
  327. "required": true
  328. }
  329. }
  330. ]
  331. }
  332. },
  333. {
  334. "variable": "pgData",
  335. "label": "n8n Postgres Data Storage",
  336. "description": "The path to store n8n Postgres Data.",
  337. "schema": {
  338. "type": "dict",
  339. "attrs": [
  340. {
  341. "variable": "type",
  342. "label": "Type",
  343. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  344. "schema": {
  345. "type": "string",
  346. "required": true,
  347. "immutable": true,
  348. "default": "ixVolume",
  349. "enum": [
  350. {
  351. "value": "hostPath",
  352. "description": "Host Path (Path that already exists on the system)"
  353. },
  354. {
  355. "value": "ixVolume",
  356. "description": "ixVolume (Dataset created automatically by the system)"
  357. }
  358. ]
  359. }
  360. },
  361. {
  362. "variable": "datasetName",
  363. "label": "Dataset Name",
  364. "schema": {
  365. "type": "string",
  366. "show_if": [
  367. [
  368. "type",
  369. "=",
  370. "ixVolume"
  371. ]
  372. ],
  373. "required": true,
  374. "hidden": true,
  375. "immutable": true,
  376. "default": "pgData",
  377. "$ref": [
  378. "normalize/ixVolume"
  379. ]
  380. }
  381. },
  382. {
  383. "variable": "hostPath",
  384. "label": "Host Path",
  385. "schema": {
  386. "type": "hostpath",
  387. "show_if": [
  388. [
  389. "type",
  390. "=",
  391. "hostPath"
  392. ]
  393. ],
  394. "immutable": true,
  395. "required": true
  396. }
  397. }
  398. ]
  399. }
  400. },
  401. {
  402. "variable": "pgBackup",
  403. "label": "n8n Postgres Backup Storage",
  404. "description": "The path to store n8n Postgres Backup.",
  405. "schema": {
  406. "type": "dict",
  407. "attrs": [
  408. {
  409. "variable": "type",
  410. "label": "Type",
  411. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  412. "schema": {
  413. "type": "string",
  414. "required": true,
  415. "immutable": true,
  416. "default": "ixVolume",
  417. "enum": [
  418. {
  419. "value": "hostPath",
  420. "description": "Host Path (Path that already exists on the system)"
  421. },
  422. {
  423. "value": "ixVolume",
  424. "description": "ixVolume (Dataset created automatically by the system)"
  425. }
  426. ]
  427. }
  428. },
  429. {
  430. "variable": "datasetName",
  431. "label": "Dataset Name",
  432. "schema": {
  433. "type": "string",
  434. "show_if": [
  435. [
  436. "type",
  437. "=",
  438. "ixVolume"
  439. ]
  440. ],
  441. "required": true,
  442. "hidden": true,
  443. "immutable": true,
  444. "default": "pgBackup",
  445. "$ref": [
  446. "normalize/ixVolume"
  447. ]
  448. }
  449. },
  450. {
  451. "variable": "hostPath",
  452. "label": "Host Path",
  453. "schema": {
  454. "type": "hostpath",
  455. "show_if": [
  456. [
  457. "type",
  458. "=",
  459. "hostPath"
  460. ]
  461. ],
  462. "immutable": true,
  463. "required": true
  464. }
  465. }
  466. ]
  467. }
  468. },
  469. {
  470. "variable": "additionalStorages",
  471. "label": "Additional Storage",
  472. "description": "Additional storage for n8n.",
  473. "schema": {
  474. "type": "list",
  475. "default": [],
  476. "items": [
  477. {
  478. "variable": "storageEntry",
  479. "label": "Storage Entry",
  480. "schema": {
  481. "type": "dict",
  482. "attrs": [
  483. {
  484. "variable": "type",
  485. "label": "Type",
  486. "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 a persistent volume claim.\n",
  487. "schema": {
  488. "type": "string",
  489. "required": true,
  490. "default": "ixVolume",
  491. "immutable": true,
  492. "enum": [
  493. {
  494. "value": "hostPath",
  495. "description": "Host Path (Path that already exists on the system)"
  496. },
  497. {
  498. "value": "ixVolume",
  499. "description": "ixVolume (Dataset created automatically by the system)"
  500. },
  501. {
  502. "value": "smb-pv-pvc",
  503. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  504. }
  505. ]
  506. }
  507. },
  508. {
  509. "variable": "mountPath",
  510. "label": "Mount Path",
  511. "description": "The path inside the container to mount the storage.",
  512. "schema": {
  513. "type": "path",
  514. "required": true
  515. }
  516. },
  517. {
  518. "variable": "hostPath",
  519. "label": "Host Path",
  520. "description": "The host path to use for storage.",
  521. "schema": {
  522. "type": "hostpath",
  523. "show_if": [
  524. [
  525. "type",
  526. "=",
  527. "hostPath"
  528. ]
  529. ],
  530. "required": true
  531. }
  532. },
  533. {
  534. "variable": "datasetName",
  535. "label": "Dataset Name",
  536. "description": "The name of the dataset to use for storage.",
  537. "schema": {
  538. "type": "string",
  539. "show_if": [
  540. [
  541. "type",
  542. "=",
  543. "ixVolume"
  544. ]
  545. ],
  546. "required": true,
  547. "immutable": true,
  548. "default": "storage_entry",
  549. "$ref": [
  550. "normalize/ixVolume"
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "server",
  556. "label": "Server",
  557. "description": "The server for the SMB share.",
  558. "schema": {
  559. "type": "string",
  560. "show_if": [
  561. [
  562. "type",
  563. "=",
  564. "smb-pv-pvc"
  565. ]
  566. ],
  567. "required": true
  568. }
  569. },
  570. {
  571. "variable": "share",
  572. "label": "Share",
  573. "description": "The share name for the SMB share.",
  574. "schema": {
  575. "type": "string",
  576. "show_if": [
  577. [
  578. "type",
  579. "=",
  580. "smb-pv-pvc"
  581. ]
  582. ],
  583. "required": true
  584. }
  585. },
  586. {
  587. "variable": "domain",
  588. "label": "Domain (Optional)",
  589. "description": "The domain for the SMB share.",
  590. "schema": {
  591. "type": "string",
  592. "show_if": [
  593. [
  594. "type",
  595. "=",
  596. "smb-pv-pvc"
  597. ]
  598. ]
  599. }
  600. },
  601. {
  602. "variable": "username",
  603. "label": "Username",
  604. "description": "The username for the SMB share.",
  605. "schema": {
  606. "type": "string",
  607. "show_if": [
  608. [
  609. "type",
  610. "=",
  611. "smb-pv-pvc"
  612. ]
  613. ],
  614. "required": true
  615. }
  616. },
  617. {
  618. "variable": "password",
  619. "label": "Password",
  620. "description": "The password for the SMB share.",
  621. "schema": {
  622. "type": "string",
  623. "show_if": [
  624. [
  625. "type",
  626. "=",
  627. "smb-pv-pvc"
  628. ]
  629. ],
  630. "required": true,
  631. "private": true
  632. }
  633. },
  634. {
  635. "variable": "size",
  636. "label": "Size (in Gi)",
  637. "description": "The size of the volume quota.",
  638. "schema": {
  639. "type": "int",
  640. "show_if": [
  641. [
  642. "type",
  643. "=",
  644. "smb-pv-pvc"
  645. ]
  646. ],
  647. "required": true,
  648. "min": 1,
  649. "default": 1
  650. }
  651. }
  652. ]
  653. }
  654. }
  655. ]
  656. }
  657. }
  658. ]
  659. }
  660. },
  661. {
  662. "variable": "resources",
  663. "label": "",
  664. "group": "Resources Configuration",
  665. "schema": {
  666. "type": "dict",
  667. "attrs": [
  668. {
  669. "variable": "limits",
  670. "label": "Limits",
  671. "schema": {
  672. "type": "dict",
  673. "attrs": [
  674. {
  675. "variable": "cpu",
  676. "label": "CPU",
  677. "description": "CPU limit for n8n.",
  678. "schema": {
  679. "type": "string",
  680. "max_length": 6,
  681. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  682. "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",
  683. "default": "4000m",
  684. "required": true
  685. }
  686. },
  687. {
  688. "variable": "memory",
  689. "label": "Memory",
  690. "description": "Memory limit for n8n.",
  691. "schema": {
  692. "type": "string",
  693. "max_length": 12,
  694. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  695. "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",
  696. "default": "8Gi",
  697. "required": true
  698. }
  699. }
  700. ]
  701. }
  702. }
  703. ]
  704. }
  705. }
  706. ]
  707. },
  708. "app_readme": "<h1>n8n</h1>\n<p><a href=\"https://n8n.io/\">n8n</a> is an extendable workflow automation tool.</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 <code>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>postgres</code> data directories.</p>\n</blockquote>",
  709. "detailed_readme": "<h1>n8n</h1>\n<p><a href=\"https://n8n.io/\">n8n</a> is an extendable workflow automation tool.</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 <code>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>postgres</code> data directories.</p>\n</blockquote>",
  710. "changelog": null
  711. }
  712. }