Added nixpress WP+PHP+MariaDB+NGINX+REDIS

This commit is contained in:
2025-05-11 21:57:59 +03:00
parent 4a5561d57c
commit 7f5788c964
14 changed files with 465 additions and 29 deletions

21
nixpress/composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"type": "project",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"html/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin", "wpackagist-plugin/more-privacy-options"],
"html/wp-content/plugins/{$name}": ["type:wordpress-plugin"],
"html/wp-content/themes/{$name}": ["type:wordpress-theme"]
}
}
}