-
Notifications
You must be signed in to change notification settings - Fork 66
Plugin List
Mathieu Rampant edited this page Sep 22, 2022
·
21 revisions
If you are using the NEMO docker container, we recommend using docker-compose. With docker-compose, you can install plugins using the following example:
version: "3.5"
services:
nemo:
container_name: nemo
image: nanofab/nemo:3.7.0
# Install NEMO-allauth and postgres driver
command: >
bash -c "pip install NEMO-allauth==1.4.0 &&
pip install psycopg2-binary==2.8.6 &&
/usr/local/bin/start_NEMO_in_Docker.sh"
Here is a list of plugins for NEMO that we know of:
-
NEMO-allauth: plugin to use social authentication with NEMO
Developer: Prometheus Computing -
NEMO-billing: plugin to create rates and invoices in NEMO
Developer: Prometheus Computing -
NEMO-group-email: plugin to email different users using Django Groups
Developer: Prometheus Computing -
NEMO-reporting: plugin adding a variety of reports to NEMO
Developer: 4D Labs