Plugin List - usnistgov/NEMO GitHub Wiki
How to install plugins using Docker
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"
NEMO Plugins
Here is a list of plugins for NEMO that we know of:
- NEMO-sensors: plugin to connect and display sensor data with NEMO
Maintainer: NIST CNST
- NEMO-contracts: plugin to keep track of service contracts and procurements with NEMO
Maintainer: NIST CNST
- NEMO-custom-forms: plugin to create custom forms in NEMO from a PDF form and manage approvals and custom actions
Maintainer: NIST CNST
- 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