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.
 
 
 
 
 
Go to file
adphi abdf1777f5 Mettre à jour 'README.md' 3 years ago
appinfo occweb lowercase 3 years ago
css fixed android keyboard 4 years ago
img init: term colors, completion, execution 4 years ago
js fix greetings not updating date on exit 4 years ago
lib/Controller returns error message on exception 3 years ago
templates renamed app 'OCC Web' 4 years ago
tests init: term colors, completion, execution 4 years ago
.gitignore fix Makefile dist 3 years ago
.travis.yml init: term colors, completion, execution 4 years ago
COPYING init: term colors, completion, execution 4 years ago
Makefile Makefile: added make version 3 years ago
README.md Mettre à jour 'README.md' 3 years ago
composer.json renamed app 'OCC Web' 4 years ago
phpunit.integration.xml init: term colors, completion, execution 4 years ago
phpunit.xml init: term colors, completion, execution 4 years ago

README.md

⚠️ Deprecated ⚠️ OCCWeb terminal

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

occweb

⚠️ Deprecated ⚠️

As nextcloudd has no native support for asynchronous operations, due to the use of php, this aplication is deprecated, and will no longer support the Nextcloud' future versions (19+). I did not find a way to implemement true support for interactive and long running occ tasks in a web terminal whitout introducing addtional dependencies (through websockets, for example), the lack of true asynchronous occ operations can lead to serious alterations of voluminous instances. This issue may give some hints on why I decided to not support this application anymore.

And over all of this , I want to say I really dislike, even dispise the overall Nextloud teams communication, the "we are the best", and other "look, we make so many commits", witout fixing good old issues, moving fast forward, "we make more commits than pydio"! what a good point ! your more than 10x their developpers ! What a 'prouesse' !!!

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