app_versions.json 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. {
  2. "1.1.8": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/passbolt/1.1.8",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "definitions/certificate",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "4.4.2.1_1.1.8",
  13. "version": "1.1.8",
  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.8",
  22. "apiVersion": "v2",
  23. "appVersion": "4.4.2.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.5"
  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. "required": true
  280. }
  281. }
  282. ]
  283. }
  284. },
  285. {
  286. "variable": "jwt",
  287. "label": "Passbolt JWT Storage",
  288. "description": "The path to store Passbolt JWT.",
  289. "schema": {
  290. "type": "dict",
  291. "attrs": [
  292. {
  293. "variable": "type",
  294. "label": "Type",
  295. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  296. "schema": {
  297. "type": "string",
  298. "required": true,
  299. "immutable": true,
  300. "default": "ixVolume",
  301. "enum": [
  302. {
  303. "value": "hostPath",
  304. "description": "Host Path (Path that already exists on the system)"
  305. },
  306. {
  307. "value": "ixVolume",
  308. "description": "ixVolume (Dataset created automatically by the system)"
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "variable": "datasetName",
  315. "label": "Dataset Name",
  316. "schema": {
  317. "type": "string",
  318. "show_if": [
  319. [
  320. "type",
  321. "=",
  322. "ixVolume"
  323. ]
  324. ],
  325. "required": true,
  326. "hidden": true,
  327. "immutable": true,
  328. "default": "jwt",
  329. "$ref": [
  330. "normalize/ixVolume"
  331. ]
  332. }
  333. },
  334. {
  335. "variable": "hostPath",
  336. "label": "Host Path",
  337. "schema": {
  338. "type": "hostpath",
  339. "show_if": [
  340. [
  341. "type",
  342. "=",
  343. "hostPath"
  344. ]
  345. ],
  346. "required": true
  347. }
  348. }
  349. ]
  350. }
  351. },
  352. {
  353. "variable": "mariadbData",
  354. "label": "Passbolt MariaDB Data Storage",
  355. "description": "The path to store Passbolt MariaDB Data.",
  356. "schema": {
  357. "type": "dict",
  358. "attrs": [
  359. {
  360. "variable": "type",
  361. "label": "Type",
  362. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  363. "schema": {
  364. "type": "string",
  365. "required": true,
  366. "immutable": true,
  367. "default": "ixVolume",
  368. "enum": [
  369. {
  370. "value": "hostPath",
  371. "description": "Host Path (Path that already exists on the system)"
  372. },
  373. {
  374. "value": "ixVolume",
  375. "description": "ixVolume (Dataset created automatically by the system)"
  376. }
  377. ]
  378. }
  379. },
  380. {
  381. "variable": "datasetName",
  382. "label": "Dataset Name",
  383. "schema": {
  384. "type": "string",
  385. "show_if": [
  386. [
  387. "type",
  388. "=",
  389. "ixVolume"
  390. ]
  391. ],
  392. "required": true,
  393. "hidden": true,
  394. "immutable": true,
  395. "default": "mariadbData",
  396. "$ref": [
  397. "normalize/ixVolume"
  398. ]
  399. }
  400. },
  401. {
  402. "variable": "hostPath",
  403. "label": "Host Path",
  404. "schema": {
  405. "type": "hostpath",
  406. "show_if": [
  407. [
  408. "type",
  409. "=",
  410. "hostPath"
  411. ]
  412. ],
  413. "required": true
  414. }
  415. }
  416. ]
  417. }
  418. },
  419. {
  420. "variable": "mariadbBackup",
  421. "label": "Passbolt MariaDB Backup Storage",
  422. "description": "The path to store Passbolt MariaDB Backup.",
  423. "schema": {
  424. "type": "dict",
  425. "attrs": [
  426. {
  427. "variable": "type",
  428. "label": "Type",
  429. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  430. "schema": {
  431. "type": "string",
  432. "required": true,
  433. "immutable": true,
  434. "default": "ixVolume",
  435. "enum": [
  436. {
  437. "value": "hostPath",
  438. "description": "Host Path (Path that already exists on the system)"
  439. },
  440. {
  441. "value": "ixVolume",
  442. "description": "ixVolume (Dataset created automatically by the system)"
  443. }
  444. ]
  445. }
  446. },
  447. {
  448. "variable": "datasetName",
  449. "label": "Dataset Name",
  450. "schema": {
  451. "type": "string",
  452. "show_if": [
  453. [
  454. "type",
  455. "=",
  456. "ixVolume"
  457. ]
  458. ],
  459. "required": true,
  460. "hidden": true,
  461. "immutable": true,
  462. "default": "mariadbBackup",
  463. "$ref": [
  464. "normalize/ixVolume"
  465. ]
  466. }
  467. },
  468. {
  469. "variable": "hostPath",
  470. "label": "Host Path",
  471. "schema": {
  472. "type": "hostpath",
  473. "show_if": [
  474. [
  475. "type",
  476. "=",
  477. "hostPath"
  478. ]
  479. ],
  480. "required": true
  481. }
  482. }
  483. ]
  484. }
  485. },
  486. {
  487. "variable": "additionalStorages",
  488. "label": "Additional Storage",
  489. "description": "Additional storage for Passbolt.",
  490. "schema": {
  491. "type": "list",
  492. "default": [],
  493. "items": [
  494. {
  495. "variable": "storageEntry",
  496. "label": "Storage Entry",
  497. "schema": {
  498. "type": "dict",
  499. "attrs": [
  500. {
  501. "variable": "type",
  502. "label": "Type",
  503. "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",
  504. "schema": {
  505. "type": "string",
  506. "required": true,
  507. "default": "ixVolume",
  508. "immutable": true,
  509. "enum": [
  510. {
  511. "value": "hostPath",
  512. "description": "Host Path (Path that already exists on the system)"
  513. },
  514. {
  515. "value": "ixVolume",
  516. "description": "ixVolume (Dataset created automatically by the system)"
  517. },
  518. {
  519. "value": "smb-pv-pvc",
  520. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  521. }
  522. ]
  523. }
  524. },
  525. {
  526. "variable": "mountPath",
  527. "label": "Mount Path",
  528. "description": "The path inside the container to mount the storage.",
  529. "schema": {
  530. "type": "path",
  531. "required": true
  532. }
  533. },
  534. {
  535. "variable": "hostPath",
  536. "label": "Host Path",
  537. "description": "The host path to use for storage.",
  538. "schema": {
  539. "type": "hostpath",
  540. "show_if": [
  541. [
  542. "type",
  543. "=",
  544. "hostPath"
  545. ]
  546. ],
  547. "required": true
  548. }
  549. },
  550. {
  551. "variable": "datasetName",
  552. "label": "Dataset Name",
  553. "description": "The name of the dataset to use for storage.",
  554. "schema": {
  555. "type": "string",
  556. "show_if": [
  557. [
  558. "type",
  559. "=",
  560. "ixVolume"
  561. ]
  562. ],
  563. "required": true,
  564. "immutable": true,
  565. "default": "storage_entry",
  566. "$ref": [
  567. "normalize/ixVolume"
  568. ]
  569. }
  570. },
  571. {
  572. "variable": "server",
  573. "label": "Server",
  574. "description": "The server for the SMB share.",
  575. "schema": {
  576. "type": "string",
  577. "show_if": [
  578. [
  579. "type",
  580. "=",
  581. "smb-pv-pvc"
  582. ]
  583. ],
  584. "required": true
  585. }
  586. },
  587. {
  588. "variable": "share",
  589. "label": "Share",
  590. "description": "The share name for the SMB share.",
  591. "schema": {
  592. "type": "string",
  593. "show_if": [
  594. [
  595. "type",
  596. "=",
  597. "smb-pv-pvc"
  598. ]
  599. ],
  600. "required": true
  601. }
  602. },
  603. {
  604. "variable": "domain",
  605. "label": "Domain (Optional)",
  606. "description": "The domain for the SMB share.",
  607. "schema": {
  608. "type": "string",
  609. "show_if": [
  610. [
  611. "type",
  612. "=",
  613. "smb-pv-pvc"
  614. ]
  615. ]
  616. }
  617. },
  618. {
  619. "variable": "username",
  620. "label": "Username",
  621. "description": "The username for the SMB share.",
  622. "schema": {
  623. "type": "string",
  624. "show_if": [
  625. [
  626. "type",
  627. "=",
  628. "smb-pv-pvc"
  629. ]
  630. ],
  631. "required": true
  632. }
  633. },
  634. {
  635. "variable": "password",
  636. "label": "Password",
  637. "description": "The password for the SMB share.",
  638. "schema": {
  639. "type": "string",
  640. "show_if": [
  641. [
  642. "type",
  643. "=",
  644. "smb-pv-pvc"
  645. ]
  646. ],
  647. "required": true,
  648. "private": true
  649. }
  650. },
  651. {
  652. "variable": "size",
  653. "label": "Size (in Gi)",
  654. "description": "The size of the volume quota.",
  655. "schema": {
  656. "type": "int",
  657. "show_if": [
  658. [
  659. "type",
  660. "=",
  661. "smb-pv-pvc"
  662. ]
  663. ],
  664. "required": true,
  665. "min": 1,
  666. "default": 1
  667. }
  668. }
  669. ]
  670. }
  671. }
  672. ]
  673. }
  674. }
  675. ]
  676. }
  677. },
  678. {
  679. "variable": "resources",
  680. "label": "",
  681. "group": "Resources Configuration",
  682. "schema": {
  683. "type": "dict",
  684. "attrs": [
  685. {
  686. "variable": "limits",
  687. "label": "Limits",
  688. "schema": {
  689. "type": "dict",
  690. "attrs": [
  691. {
  692. "variable": "cpu",
  693. "label": "CPU",
  694. "description": "CPU limit for Passbolt.",
  695. "schema": {
  696. "type": "string",
  697. "max_length": 6,
  698. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  699. "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",
  700. "default": "4000m",
  701. "required": true
  702. }
  703. },
  704. {
  705. "variable": "memory",
  706. "label": "Memory",
  707. "description": "Memory limit for Passbolt.",
  708. "schema": {
  709. "type": "string",
  710. "max_length": 12,
  711. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  712. "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",
  713. "default": "8Gi",
  714. "required": true
  715. }
  716. }
  717. ]
  718. }
  719. }
  720. ]
  721. }
  722. }
  723. ]
  724. },
  725. "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>",
  726. "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>",
  727. "changelog": null
  728. }
  729. }