pibooth-n2i
is a plugin for the pibooth application.
It allows to upload captures to a cms running the pibooth extension
$ pip3 install pibooth-n2i
git clone https://github.com/inflac/pibooth-n2i.git
$ cd pibooth-n2i
$ pip3 install -e .
Below are the new configuration options available in the pibooth configuration. The keys and their default values are automatically added to your configuration after first pibooth restart.
[N2i]
# Pibooth Endpoint URL
n2i_url =
# Pibooth Auth Token
n2i_token =
Edit the configuration by running the command pibooth --config
.
In order to get the configuration values for pibooth you need to have a running instance of the N2i CMS with the pibooth extension enabled. You don't need to have Nextride2 running in order to use a N2i CMS or this plugin for the N2i CMS.
- Enter the N2i CMS as an admin user
- Navigate to: Extensions->pibooth[manage]
- Use the shown Pibooth Endpoint URL for the
n2i_url
configuration variable. - Use the shown token for the
n2i_token
configuration variable.