So the json output is the following. Does this give you any insights?
{
"name": "MediaWiki",
"homeURL": "",
"supportURL": "",
"version": "1.35.0-0",
"vendor": "",
"id": "",
"uuid": "DACF81F1-DC13-4419-991B-6899EF591A00",
"description": "MediaWiki",
"storagePath": "/Users/rich/.bitnami/stackman/machines/mediawiki",
"resourcesDir": "",
"services": [
{
"id": "apache",
"name": "Apache",
"description": "Apache",
"startCmd": "/opt/bitnami/ctlscript.sh start apache",
"stopCmd": "/opt/bitnami/ctlscript.sh stop apache",
"statusCmd": "/opt/bitnami/ctlscript.sh status apache"
},
{
"id": "mysql",
"name": "MySQL",
"description": "MySQL",
"startCmd": "/opt/bitnami/ctlscript.sh start mysql",
"stopCmd": "/opt/bitnami/ctlscript.sh stop mysql",
"statusCmd": "/opt/bitnami/ctlscript.sh status mysql"
},
{
"id": "php-fpm",
"name": "PHP-FPM",
"description": "PHP-FPM",
"startCmd": "/opt/bitnami/ctlscript.sh start php-fpm",
"stopCmd": "/opt/bitnami/ctlscript.sh stop php-fpm",
"statusCmd": "/opt/bitnami/ctlscript.sh status php-fpm"
}
],
"volumes": [
{
"id": "root",
"kind": "",
"remoteDir": "/opt/bitnami"
}
],
"PortForwards": [
{
"LocalPort": 8080,
"RemotePort": 80,
"RequireLocal": true,
"OverSSH": true
},
{
"LocalPort": 8443,
"RemotePort": 443,
"RequireLocal": true,
"OverSSH": true
}
],
"requiredMemory": 512
}