1
0
Fork 0
Go to file
CptainObvious 06f4271b50 Blacklist implemented + WIP on error message formatting 2020-03-02 09:12:51 +00:00
appinfo occweb lowercase 2020-02-01 14:54:37 +01:00
css fixed android keyboard 2019-01-19 18:43:06 +01:00
img init: term colors, completion, execution 2019-01-19 15:40:52 +01:00
js Blacklist implemented + WIP on error message formatting 2020-03-02 09:12:51 +00:00
lib/Controller Blacklist implemented + WIP on error message formatting 2020-03-02 09:12:51 +00:00
templates renamed app 'OCC Web' 2019-01-19 15:54:24 +01:00
tests init: term colors, completion, execution 2019-01-19 15:40:52 +01:00
.gitignore fix Makefile dist 2020-01-29 22:51:19 +01:00
.travis.yml init: term colors, completion, execution 2019-01-19 15:40:52 +01:00
COPYING init: term colors, completion, execution 2019-01-19 15:40:52 +01:00
Makefile Makefile: added make version 2020-02-01 15:10:33 +01:00
README.md fix #6 2020-01-29 22:03:47 +01:00
composer.json renamed app 'OCC Web' 2019-01-19 15:54:24 +01:00
phpunit.integration.xml init: term colors, completion, execution 2019-01-19 15:40:52 +01:00
phpunit.xml init: term colors, completion, execution 2019-01-19 15:40:52 +01:00

README.md

OCCWeb terminal

A web terminal for admins to launch Nextcloud's occ commands

occweb

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