forked from adphi/occweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
554 B
554 B
OCCWeb terminal
A web terminal for admins to launch Nextcloud's occ commands
Install
Place this app in nextcloud/apps/
⚠️ Warnings ⚠️
- The application is not a real interactive terminal and does not support long running tasks.
So if your instance is pretty big, commands like
occ files:scan
will time out and fail. - Do not use
occ maintenance:mode -on
, obvious...
TODOs:
See open issues