package
0.0.13
Repository: https://github.com/cernbox/reva-plugins.git
Documentation: pkg.go.dev

# README

EOSProjects plugin

This plugin is deprecated and will be dropped soon.

The EOSProjects service is an HTTP plugin for reva that keeps an index of which projects a user is part of.

Configuration

[http.services.eosprojects]
username = "root"
password = "password"
host = "host.example.org"
port = 3306
name = "dbname"
table = "cbox_projects"
prefix = "projects"

# Functions

No description provided by the author