add nextcloud shell

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-31 21:25:48 +00:00
parent 57f221fb72
commit eea46f28ad
9 changed files with 337 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"name": "ainas/ainascontrolplane",
"description": "aiNAS Nextcloud shell app",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"OCA\\AinasControlplane\\": "lib/"
}
},
"require": {
"php": "^8.1"
},
"require-dev": {
"nextcloud/ocp": "dev-stable31"
}
}