app_versions.json 44 KB

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