-
Notifications
You must be signed in to change notification settings - Fork 66
Plugin List
Mathieu Rampant edited this page Jan 7, 2025
·
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
Maintainer: Atlantis Labs -
NEMO-billing: plugin to create rates and invoices in NEMO
Maintainer: Atlantis Labs -
NEMO-user-details: plugin to add details to NEMO users
Maintainer: Atlantis Labs -
NEMO-periodic-table-question: plugin to add a periodic table widget for NEMO questions
Maintainer: Atlantis Labs -
NEMO-reports: plugin adding a variety of reports to NEMO
Maintainer: Atlantis Labs -
NEMO-publications: plugin allowing users to report their publications by DOI and link tools and projects
Maintainer: Atlantis Labs -
NEMO-floor-plans: plugin to create facility floor plans with sensor data and custom icons
Maintainer: Atlantis Labs -
NEMO-rs2-access: plugin syncing area access records with RS2 Access control software
Maintainer: Atlantis Labs -
NEMO-osticket: plugin integrating osTicket with NEMO, allowing users to create and search for tickets directly in NEMO
Maintainer: Atlantis Labs -
NEMO-wago-interlocks: plugin allowing support for WAGO interlocks in NEMO
Maintainer: Atlantis Labs -
NEMO-reporting: plugin adding a variety of reports to NEMO
Maintainer: 4D Labs -
NEMO-stockroom: plugin allowing users to request consumables and staff to keep track and fulfill requests
Maintainer: UPenn Singh Center -
NEMO-mqtt: plugin allowing support for MQTT interlocks
Maintainer: r-xyz