app_versions.json 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974
  1. {
  2. "1.2.10": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/wordpress/1.2.10",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "6.8.2_1.2.10",
  10. "version": "1.2.10",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "6.8.2",
  16. "capabilities": [
  17. {
  18. "description": "WordPress is able to bind to privileged ports (< 1024)",
  19. "name": "NET_BIND_SERVICE"
  20. }
  21. ],
  22. "categories": [
  23. "productivity"
  24. ],
  25. "changelog_url": "https://wordpress.org/news/category/releases/",
  26. "date_added": "2024-09-20",
  27. "description": "WordPress is a web content management system",
  28. "home": "https://wordpress.org",
  29. "host_mounts": [],
  30. "icon": "https://media.sys.truenas.net/apps/wordpress/icons/icon.png",
  31. "keywords": [
  32. "cms",
  33. "blog"
  34. ],
  35. "lib_version": "2.1.49",
  36. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  37. "maintainers": [
  38. {
  39. "email": "dev@ixsystems.com",
  40. "name": "truenas",
  41. "url": "https://www.truenas.com/"
  42. }
  43. ],
  44. "name": "wordpress",
  45. "run_as_context": [
  46. {
  47. "description": "WordPress runs as a non-root user.",
  48. "gid": 33,
  49. "group_name": "www-data",
  50. "uid": 33,
  51. "user_name": "www-data"
  52. },
  53. {
  54. "description": "MariaDB runs as non-root user.",
  55. "gid": 999,
  56. "group_name": "mariadb",
  57. "uid": 999,
  58. "user_name": "mariadb"
  59. }
  60. ],
  61. "screenshots": [
  62. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot1.png",
  63. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot2.png",
  64. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot3.png",
  65. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot4.png"
  66. ],
  67. "sources": [
  68. "https://hub.docker.com/_/wordpress"
  69. ],
  70. "title": "WordPress",
  71. "train": "community",
  72. "version": "1.2.10"
  73. },
  74. "schema": {
  75. "groups": [
  76. {
  77. "name": "WordPress Configuration",
  78. "description": "Configure WordPress"
  79. },
  80. {
  81. "name": "Network Configuration",
  82. "description": "Configure Network for WordPress"
  83. },
  84. {
  85. "name": "Storage Configuration",
  86. "description": "Configure Storage for WordPress"
  87. },
  88. {
  89. "name": "Labels Configuration",
  90. "description": "Configure Labels for WordPress"
  91. },
  92. {
  93. "name": "Resources Configuration",
  94. "description": "Configure Resources for WordPress"
  95. }
  96. ],
  97. "questions": [
  98. {
  99. "variable": "TZ",
  100. "group": "WordPress Configuration",
  101. "label": "Timezone",
  102. "schema": {
  103. "type": "string",
  104. "default": "Etc/UTC",
  105. "required": true,
  106. "$ref": [
  107. "definitions/timezone"
  108. ]
  109. }
  110. },
  111. {
  112. "variable": "wordpress",
  113. "label": "",
  114. "group": "WordPress Configuration",
  115. "schema": {
  116. "type": "dict",
  117. "attrs": [
  118. {
  119. "variable": "db_password",
  120. "label": "Database Password",
  121. "description": "The database password for WordPress.",
  122. "schema": {
  123. "type": "string",
  124. "default": "",
  125. "required": true,
  126. "private": true
  127. }
  128. },
  129. {
  130. "variable": "db_root_password",
  131. "label": "Root Database Password",
  132. "description": "The root database password for WordPress.",
  133. "schema": {
  134. "type": "string",
  135. "default": "",
  136. "required": true,
  137. "private": true
  138. }
  139. },
  140. {
  141. "variable": "additional_envs",
  142. "label": "Additional Environment Variables",
  143. "schema": {
  144. "type": "list",
  145. "default": [],
  146. "items": [
  147. {
  148. "variable": "env",
  149. "label": "Environment Variable",
  150. "schema": {
  151. "type": "dict",
  152. "attrs": [
  153. {
  154. "variable": "name",
  155. "label": "Name",
  156. "schema": {
  157. "type": "string",
  158. "required": true
  159. }
  160. },
  161. {
  162. "variable": "value",
  163. "label": "Value",
  164. "schema": {
  165. "type": "string"
  166. }
  167. }
  168. ]
  169. }
  170. }
  171. ]
  172. }
  173. }
  174. ]
  175. }
  176. },
  177. {
  178. "variable": "network",
  179. "label": "",
  180. "group": "Network Configuration",
  181. "schema": {
  182. "type": "dict",
  183. "attrs": [
  184. {
  185. "variable": "web_port",
  186. "label": "WebUI Port",
  187. "schema": {
  188. "type": "dict",
  189. "attrs": [
  190. {
  191. "variable": "bind_mode",
  192. "label": "Port Bind Mode",
  193. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  194. "schema": {
  195. "type": "string",
  196. "default": "",
  197. "enum": [
  198. {
  199. "value": "published",
  200. "description": "Publish port on the host for external access"
  201. },
  202. {
  203. "value": "exposed",
  204. "description": "Expose port for inter-container communication"
  205. },
  206. {
  207. "value": "",
  208. "description": "None"
  209. }
  210. ]
  211. }
  212. },
  213. {
  214. "variable": "port_number",
  215. "label": "Port Number",
  216. "schema": {
  217. "type": "int",
  218. "show_if": [
  219. [
  220. "bind_mode",
  221. "=",
  222. "published"
  223. ]
  224. ],
  225. "default": 30040,
  226. "min": 1,
  227. "max": 65535,
  228. "required": true
  229. }
  230. },
  231. {
  232. "variable": "host_ips",
  233. "label": "Host IPs",
  234. "description": "IPs on the host to bind this port",
  235. "schema": {
  236. "type": "list",
  237. "show_if": [
  238. [
  239. "bind_mode",
  240. "=",
  241. "published"
  242. ]
  243. ],
  244. "default": [],
  245. "items": [
  246. {
  247. "variable": "host_ip",
  248. "label": "Host IP",
  249. "schema": {
  250. "type": "string",
  251. "required": true,
  252. "$ref": [
  253. "definitions/node_bind_ip"
  254. ]
  255. }
  256. }
  257. ]
  258. }
  259. }
  260. ]
  261. }
  262. }
  263. ]
  264. }
  265. },
  266. {
  267. "variable": "storage",
  268. "label": "",
  269. "group": "Storage Configuration",
  270. "schema": {
  271. "type": "dict",
  272. "attrs": [
  273. {
  274. "variable": "data",
  275. "label": "WordPress Data Storage",
  276. "description": "The path to store WordPress Data.",
  277. "schema": {
  278. "type": "dict",
  279. "attrs": [
  280. {
  281. "variable": "type",
  282. "label": "Type",
  283. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  284. "schema": {
  285. "type": "string",
  286. "required": true,
  287. "default": "ix_volume",
  288. "enum": [
  289. {
  290. "value": "host_path",
  291. "description": "Host Path (Path that already exists on the system)"
  292. },
  293. {
  294. "value": "ix_volume",
  295. "description": "ixVolume (Dataset created automatically by the system)"
  296. }
  297. ]
  298. }
  299. },
  300. {
  301. "variable": "ix_volume_config",
  302. "label": "ixVolume Configuration",
  303. "description": "The configuration for the ixVolume dataset.",
  304. "schema": {
  305. "type": "dict",
  306. "show_if": [
  307. [
  308. "type",
  309. "=",
  310. "ix_volume"
  311. ]
  312. ],
  313. "$ref": [
  314. "normalize/ix_volume"
  315. ],
  316. "attrs": [
  317. {
  318. "variable": "acl_enable",
  319. "label": "Enable ACL",
  320. "description": "Enable ACL for the storage.",
  321. "schema": {
  322. "type": "boolean",
  323. "default": false
  324. }
  325. },
  326. {
  327. "variable": "dataset_name",
  328. "label": "Dataset Name",
  329. "description": "The name of the dataset to use for storage.",
  330. "schema": {
  331. "type": "string",
  332. "required": true,
  333. "hidden": true,
  334. "default": "data"
  335. }
  336. },
  337. {
  338. "variable": "acl_entries",
  339. "label": "ACL Configuration",
  340. "schema": {
  341. "type": "dict",
  342. "show_if": [
  343. [
  344. "acl_enable",
  345. "=",
  346. true
  347. ]
  348. ],
  349. "attrs": []
  350. }
  351. }
  352. ]
  353. }
  354. },
  355. {
  356. "variable": "host_path_config",
  357. "label": "Host Path Configuration",
  358. "schema": {
  359. "type": "dict",
  360. "show_if": [
  361. [
  362. "type",
  363. "=",
  364. "host_path"
  365. ]
  366. ],
  367. "attrs": [
  368. {
  369. "variable": "acl_enable",
  370. "label": "Enable ACL",
  371. "description": "Enable ACL for the storage.",
  372. "schema": {
  373. "type": "boolean",
  374. "default": false
  375. }
  376. },
  377. {
  378. "variable": "acl",
  379. "label": "ACL Configuration",
  380. "schema": {
  381. "type": "dict",
  382. "show_if": [
  383. [
  384. "acl_enable",
  385. "=",
  386. true
  387. ]
  388. ],
  389. "attrs": [],
  390. "$ref": [
  391. "normalize/acl"
  392. ]
  393. }
  394. },
  395. {
  396. "variable": "path",
  397. "label": "Host Path",
  398. "description": "The host path to use for storage.",
  399. "schema": {
  400. "type": "hostpath",
  401. "show_if": [
  402. [
  403. "acl_enable",
  404. "=",
  405. false
  406. ]
  407. ],
  408. "required": true
  409. }
  410. }
  411. ]
  412. }
  413. }
  414. ]
  415. }
  416. },
  417. {
  418. "variable": "mariadb_data",
  419. "label": "WordPress MariaDB Data Storage",
  420. "description": "The path to store WordPress MariaDB Data.",
  421. "schema": {
  422. "type": "dict",
  423. "attrs": [
  424. {
  425. "variable": "type",
  426. "label": "Type",
  427. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  428. "schema": {
  429. "type": "string",
  430. "required": true,
  431. "default": "ix_volume",
  432. "enum": [
  433. {
  434. "value": "host_path",
  435. "description": "Host Path (Path that already exists on the system)"
  436. },
  437. {
  438. "value": "ix_volume",
  439. "description": "ixVolume (Dataset created automatically by the system)"
  440. }
  441. ]
  442. }
  443. },
  444. {
  445. "variable": "ix_volume_config",
  446. "label": "ixVolume Configuration",
  447. "description": "The configuration for the ixVolume dataset.",
  448. "schema": {
  449. "type": "dict",
  450. "show_if": [
  451. [
  452. "type",
  453. "=",
  454. "ix_volume"
  455. ]
  456. ],
  457. "$ref": [
  458. "normalize/ix_volume"
  459. ],
  460. "attrs": [
  461. {
  462. "variable": "acl_enable",
  463. "label": "Enable ACL",
  464. "description": "Enable ACL for the storage.",
  465. "schema": {
  466. "type": "boolean",
  467. "default": false
  468. }
  469. },
  470. {
  471. "variable": "dataset_name",
  472. "label": "Dataset Name",
  473. "description": "The name of the dataset to use for storage.",
  474. "schema": {
  475. "type": "string",
  476. "required": true,
  477. "hidden": true,
  478. "default": "mariadb_data"
  479. }
  480. },
  481. {
  482. "variable": "acl_entries",
  483. "label": "ACL Configuration",
  484. "schema": {
  485. "type": "dict",
  486. "show_if": [
  487. [
  488. "acl_enable",
  489. "=",
  490. true
  491. ]
  492. ],
  493. "attrs": []
  494. }
  495. }
  496. ]
  497. }
  498. },
  499. {
  500. "variable": "host_path_config",
  501. "label": "Host Path Configuration",
  502. "schema": {
  503. "type": "dict",
  504. "show_if": [
  505. [
  506. "type",
  507. "=",
  508. "host_path"
  509. ]
  510. ],
  511. "attrs": [
  512. {
  513. "variable": "acl_enable",
  514. "label": "Enable ACL",
  515. "description": "Enable ACL for the storage.",
  516. "schema": {
  517. "type": "boolean",
  518. "default": false
  519. }
  520. },
  521. {
  522. "variable": "acl",
  523. "label": "ACL Configuration",
  524. "schema": {
  525. "type": "dict",
  526. "show_if": [
  527. [
  528. "acl_enable",
  529. "=",
  530. true
  531. ]
  532. ],
  533. "attrs": [],
  534. "$ref": [
  535. "normalize/acl"
  536. ]
  537. }
  538. },
  539. {
  540. "variable": "path",
  541. "label": "Host Path",
  542. "description": "The host path to use for storage.",
  543. "schema": {
  544. "type": "hostpath",
  545. "show_if": [
  546. [
  547. "acl_enable",
  548. "=",
  549. false
  550. ]
  551. ],
  552. "required": true
  553. }
  554. }
  555. ]
  556. }
  557. }
  558. ]
  559. }
  560. },
  561. {
  562. "variable": "additional_storage",
  563. "label": "Additional Storage",
  564. "schema": {
  565. "type": "list",
  566. "default": [],
  567. "items": [
  568. {
  569. "variable": "storageEntry",
  570. "label": "Storage Entry",
  571. "schema": {
  572. "type": "dict",
  573. "attrs": [
  574. {
  575. "variable": "type",
  576. "label": "Type",
  577. "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 as a volume.\n",
  578. "schema": {
  579. "type": "string",
  580. "required": true,
  581. "default": "ix_volume",
  582. "enum": [
  583. {
  584. "value": "host_path",
  585. "description": "Host Path (Path that already exists on the system)"
  586. },
  587. {
  588. "value": "ix_volume",
  589. "description": "ixVolume (Dataset created automatically by the system)"
  590. },
  591. {
  592. "value": "cifs",
  593. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  594. }
  595. ]
  596. }
  597. },
  598. {
  599. "variable": "read_only",
  600. "label": "Read Only",
  601. "description": "Mount the volume as read only.",
  602. "schema": {
  603. "type": "boolean",
  604. "default": false
  605. }
  606. },
  607. {
  608. "variable": "mount_path",
  609. "label": "Mount Path",
  610. "description": "The path inside the container to mount the storage.",
  611. "schema": {
  612. "type": "path",
  613. "required": true
  614. }
  615. },
  616. {
  617. "variable": "host_path_config",
  618. "label": "Host Path Configuration",
  619. "schema": {
  620. "type": "dict",
  621. "show_if": [
  622. [
  623. "type",
  624. "=",
  625. "host_path"
  626. ]
  627. ],
  628. "attrs": [
  629. {
  630. "variable": "acl_enable",
  631. "label": "Enable ACL",
  632. "description": "Enable ACL for the storage.",
  633. "schema": {
  634. "type": "boolean",
  635. "default": false
  636. }
  637. },
  638. {
  639. "variable": "acl",
  640. "label": "ACL Configuration",
  641. "schema": {
  642. "type": "dict",
  643. "show_if": [
  644. [
  645. "acl_enable",
  646. "=",
  647. true
  648. ]
  649. ],
  650. "attrs": [],
  651. "$ref": [
  652. "normalize/acl"
  653. ]
  654. }
  655. },
  656. {
  657. "variable": "path",
  658. "label": "Host Path",
  659. "description": "The host path to use for storage.",
  660. "schema": {
  661. "type": "hostpath",
  662. "show_if": [
  663. [
  664. "acl_enable",
  665. "=",
  666. false
  667. ]
  668. ],
  669. "required": true
  670. }
  671. }
  672. ]
  673. }
  674. },
  675. {
  676. "variable": "ix_volume_config",
  677. "label": "ixVolume Configuration",
  678. "description": "The configuration for the ixVolume dataset.",
  679. "schema": {
  680. "type": "dict",
  681. "show_if": [
  682. [
  683. "type",
  684. "=",
  685. "ix_volume"
  686. ]
  687. ],
  688. "$ref": [
  689. "normalize/ix_volume"
  690. ],
  691. "attrs": [
  692. {
  693. "variable": "acl_enable",
  694. "label": "Enable ACL",
  695. "description": "Enable ACL for the storage.",
  696. "schema": {
  697. "type": "boolean",
  698. "default": false
  699. }
  700. },
  701. {
  702. "variable": "dataset_name",
  703. "label": "Dataset Name",
  704. "description": "The name of the dataset to use for storage.",
  705. "schema": {
  706. "type": "string",
  707. "required": true,
  708. "default": "storage_entry"
  709. }
  710. },
  711. {
  712. "variable": "acl_entries",
  713. "label": "ACL Configuration",
  714. "schema": {
  715. "type": "dict",
  716. "show_if": [
  717. [
  718. "acl_enable",
  719. "=",
  720. true
  721. ]
  722. ],
  723. "attrs": [],
  724. "$ref": [
  725. "normalize/acl"
  726. ]
  727. }
  728. }
  729. ]
  730. }
  731. },
  732. {
  733. "variable": "cifs_config",
  734. "label": "SMB Configuration",
  735. "description": "The configuration for the SMB dataset.",
  736. "schema": {
  737. "type": "dict",
  738. "show_if": [
  739. [
  740. "type",
  741. "=",
  742. "cifs"
  743. ]
  744. ],
  745. "attrs": [
  746. {
  747. "variable": "server",
  748. "label": "Server",
  749. "description": "The server to mount the SMB share.",
  750. "schema": {
  751. "type": "string",
  752. "required": true
  753. }
  754. },
  755. {
  756. "variable": "path",
  757. "label": "Path",
  758. "description": "The path to mount the SMB share.",
  759. "schema": {
  760. "type": "string",
  761. "required": true
  762. }
  763. },
  764. {
  765. "variable": "username",
  766. "label": "Username",
  767. "description": "The username to use for the SMB share.",
  768. "schema": {
  769. "type": "string",
  770. "required": true
  771. }
  772. },
  773. {
  774. "variable": "password",
  775. "label": "Password",
  776. "description": "The password to use for the SMB share.",
  777. "schema": {
  778. "type": "string",
  779. "required": true,
  780. "private": true
  781. }
  782. },
  783. {
  784. "variable": "domain",
  785. "label": "Domain",
  786. "description": "The domain to use for the SMB share.",
  787. "schema": {
  788. "type": "string"
  789. }
  790. }
  791. ]
  792. }
  793. }
  794. ]
  795. }
  796. }
  797. ]
  798. }
  799. }
  800. ]
  801. }
  802. },
  803. {
  804. "variable": "labels",
  805. "label": "",
  806. "group": "Labels Configuration",
  807. "schema": {
  808. "type": "list",
  809. "default": [],
  810. "items": [
  811. {
  812. "variable": "label",
  813. "label": "Label",
  814. "schema": {
  815. "type": "dict",
  816. "attrs": [
  817. {
  818. "variable": "key",
  819. "label": "Key",
  820. "schema": {
  821. "type": "string",
  822. "required": true
  823. }
  824. },
  825. {
  826. "variable": "value",
  827. "label": "Value",
  828. "schema": {
  829. "type": "string",
  830. "required": true
  831. }
  832. },
  833. {
  834. "variable": "containers",
  835. "label": "Containers",
  836. "description": "Containers where the label should be applied",
  837. "schema": {
  838. "type": "list",
  839. "items": [
  840. {
  841. "variable": "container",
  842. "label": "Container",
  843. "schema": {
  844. "type": "string",
  845. "required": true,
  846. "enum": [
  847. {
  848. "value": "wordpress",
  849. "description": "wordpress"
  850. },
  851. {
  852. "value": "mariadb",
  853. "description": "mariadb"
  854. }
  855. ]
  856. }
  857. }
  858. ]
  859. }
  860. }
  861. ]
  862. }
  863. }
  864. ]
  865. }
  866. },
  867. {
  868. "variable": "resources",
  869. "label": "",
  870. "group": "Resources Configuration",
  871. "schema": {
  872. "type": "dict",
  873. "attrs": [
  874. {
  875. "variable": "limits",
  876. "label": "Limits",
  877. "schema": {
  878. "type": "dict",
  879. "attrs": [
  880. {
  881. "variable": "cpus",
  882. "label": "CPUs",
  883. "description": "CPUs limit for WordPress.",
  884. "schema": {
  885. "type": "int",
  886. "default": 2,
  887. "required": true
  888. }
  889. },
  890. {
  891. "variable": "memory",
  892. "label": "Memory (in MB)",
  893. "description": "Memory limit for WordPress.",
  894. "schema": {
  895. "type": "int",
  896. "default": 4096,
  897. "required": true
  898. }
  899. }
  900. ]
  901. }
  902. }
  903. ]
  904. }
  905. }
  906. ]
  907. },
  908. "readme": "<h1>WordPress</h1> <p><a href=\"https://wordpress.org/\">WordPress</a> is a web content management system.</p>",
  909. "changelog": null,
  910. "chart_metadata": {
  911. "annotations": {
  912. "min_scale_version": "24.10.2.2"
  913. },
  914. "app_version": "6.8.2",
  915. "capabilities": [
  916. {
  917. "description": "WordPress is able to bind to privileged ports (< 1024)",
  918. "name": "NET_BIND_SERVICE"
  919. }
  920. ],
  921. "categories": [
  922. "productivity"
  923. ],
  924. "changelog_url": "https://wordpress.org/news/category/releases/",
  925. "date_added": "2024-09-20",
  926. "description": "WordPress is a web content management system",
  927. "home": "https://wordpress.org",
  928. "host_mounts": [],
  929. "icon": "https://media.sys.truenas.net/apps/wordpress/icons/icon.png",
  930. "keywords": [
  931. "cms",
  932. "blog"
  933. ],
  934. "lib_version": "2.1.49",
  935. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  936. "maintainers": [
  937. {
  938. "email": "dev@ixsystems.com",
  939. "name": "truenas",
  940. "url": "https://www.truenas.com/"
  941. }
  942. ],
  943. "name": "wordpress",
  944. "run_as_context": [
  945. {
  946. "description": "WordPress runs as a non-root user.",
  947. "gid": 33,
  948. "group_name": "www-data",
  949. "uid": 33,
  950. "user_name": "www-data"
  951. },
  952. {
  953. "description": "MariaDB runs as non-root user.",
  954. "gid": 999,
  955. "group_name": "mariadb",
  956. "uid": 999,
  957. "user_name": "mariadb"
  958. }
  959. ],
  960. "screenshots": [
  961. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot1.png",
  962. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot2.png",
  963. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot3.png",
  964. "https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot4.png"
  965. ],
  966. "sources": [
  967. "https://hub.docker.com/_/wordpress"
  968. ],
  969. "title": "WordPress",
  970. "train": "community",
  971. "version": "1.2.10"
  972. }
  973. }
  974. }