app_versions.json 39 KB

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