app_versions.json 39 KB

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