forked from adphi/occweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
appinfo | 3 years ago | |
css | 4 years ago | |
img | 4 years ago | |
js | 3 years ago | |
lib/Controller | 3 years ago | |
templates | 4 years ago | |
tests | 4 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 4 years ago | |
COPYING | 4 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
composer.json | 4 years ago | |
phpunit.integration.xml | 4 years ago | |
phpunit.xml | 4 years ago |
README.md
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