Skip to content

Commit 88b5054

Browse files
glpatcerndiocas
authored andcommitted
Cleanup: removed plugins obsoleted by Spaces
1 parent b6e92f4 commit 88b5054

File tree

6 files changed

+4
-788
lines changed

6 files changed

+4
-788
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ This repository hosts a collection of plugins designed for CERNBox
66

77
Here is a list of plugins currently available in this repository:
88

9-
thumbnails: An HTTP service generating thumbnails.
10-
11-
eosprojects: An HTTP service exposing eos projects (deprecated).
12-
13-
cernboxspaces: An HTTP service exposing eos projects and ceph spaces a user is part of.
14-
15-
otg: An HTTP service exposing an OTG message (deprecated).
16-
17-
cback: An HTTP service and a storage provider to access and restore CERNBox backups.
18-
9+
* thumbnails: An HTTP service generating thumbnails.
10+
* otg: An HTTP service exposing an OTG message (deprecated).
11+
* cback: An HTTP service and a storage provider to access and restore CERNBox backups.
12+
* rest: A REDIS-based cache for users and groups.
1913

2014
For more information about each plugin, please refer to the respective plugin's README file in the `<plugin>/` directory.

cernbox.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
// Add here all the plugins used by cernbox.
55
_ "github.com/cernbox/reva-plugins/cback/http"
66
_ "github.com/cernbox/reva-plugins/cback/storage"
7-
_ "github.com/cernbox/reva-plugins/cernboxspaces"
8-
_ "github.com/cernbox/reva-plugins/eosprojects"
97
_ "github.com/cernbox/reva-plugins/group"
108
_ "github.com/cernbox/reva-plugins/otg"
119
_ "github.com/cernbox/reva-plugins/share/sql"

cernboxspaces/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)