-
Notifications
You must be signed in to change notification settings - Fork 66
Plugin List
Mathieu Rampant edited this page Feb 19, 2024
·
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.8.0 &&
pip install psycopg2-binary==2.9.3 &&
/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: Atlantis Labs -
NEMO-billing: plugin to create rates and invoices in NEMO
Developer: Atlantis Labs -
NEMO-user-details: plugin to add details to NEMO users
Developer: Atlantis Labs -
NEMO-periodic-table-question: plugin to add a periodic table widget for NEMO questions
Developer: Atlantis Labs -
NEMO-reports: plugin adding a variety of reports to NEMO
Developer: Atlantis Labs -
NEMO-reporting: plugin adding a variety of reports to NEMO
Developer: 4D Labs -
NEMO-stockroom: plugin allowing users to request consumables and staff to keep track and fulfill requests
Developer: UPenn Singh Center -
NEMO-mqtt: plugin allowing support for MQTT interlocks
Developer: r-xyz