iocage-plugin-wordpress/settings.json

39 lines
929 B
JSON

{
"servicerestart":"service nginx restart",
"serviceget": "/usr/local/bin/pluginget",
"serviceset": "/usr/local/bin/pluginset",
"options": {
"dbname": {
"type": "string",
"name": "Database Name",
"description": "Database to use for NextCloud setup",
"readonly": true
},
"dbuser": {
"type": "string",
"name": "Database Username",
"description": "Username to use for NextCloud Database setup",
"readonly": true
},
"dbpassword": {
"type": "string",
"name": "Database Password",
"description": "Password to use for NextCloud Database setup",
"readonly": true
}
"ncuser": {
"type": "string",
"name": "Nextcloud Username",
"description": "Username of Nextcloud administrator",
"readonly": true
},
"ncpassword": {
"type": "string",
"name": "Nextcloud Admin Password",
"description": "Default Nextcloud administrator password",
"readonly": true
}
}
}