2020-06-20 03:44:49 +02:00
2020-02-01 14:54:37 +01:00
2019-01-19 18:43:06 +01:00
2019-01-19 15:54:24 +01:00
2020-01-29 22:51:19 +01:00
2019-01-19 15:54:24 +01:00
2020-02-01 15:10:33 +01:00
2020-06-20 03:44:49 +02:00

OCCWeb terminal

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

occweb

⚠️ Deprerecated ⚠️

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

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

S
Description
No description provided
Readme 700 KiB
Languages
JavaScript 43.1%
PHP 27.8%
CSS 20.6%
Makefile 5.9%
Shell 2.1%
Other 0.5%