WordPress: Difference between revisions
imported>Virusdave m Fix option type in example |
imported>Onny Add known issues |
||
| Line 354: | Line 354: | ||
Please note that this exposes sensible information about your server setup therefore this option should not be enabled in production. | Please note that this exposes sensible information about your server setup therefore this option should not be enabled in production. | ||
== Known issues == | |||
There are some known issues regarding the Wordpress module on NixOS | |||
* Some plugins assume an absolute persistent path which Nix doesn't provide https://github.com/NixOS/nixpkgs/issues/210895 | |||
* The wp-content root nor the plugin directories are writeable which prevents some plugins to work https://github.com/NixOS/nixpkgs/issues/150951 | |||
* The wordpressPackages set misses license information https://github.com/NixOS/nixpkgs/issues/202191 | |||
* Plugins and themes are managed by the NixOS module. Manually updating or installing them through the Wordpress web interface is not supported at the moment | |||
[[Category:Services]] | [[Category:Services]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||