Last updated:
0 purchases
piboothnextcloud 1.0.1
pibooth-nextcloud
pibooth-nextcloud is a plugin for the
pibooth application.
This plugin adds the photo upload to a Nextcloud Server. It
generates and displays a QR Code with the URL on the gallery. It
requires an internet connection to work
Install
$ pip3 install pibooth-nextcloud
Configuration
This is the extra configuration options that can be added in the
pibooth configuration):
[NEXTCLOUD]
# Enable upload on Nextcloud
activate = True
# URL of server to upload
host_nextcloud = https://<Server nextcloud>
# Root directory where Nextcloud stores photos
rep_photos_nextcloud = Photos
# Album where pictures are uploaded
album_name = suubdir
# User login for nextcloud account
user_nextcloud = user_nextcloud
# User password for nextcloud account
pass_nextcloud = pwd_nextcloud
# Print QR Code on screen
printQrCode = True
# Use Nextcloudcmd for Synchronize Local et Remote directory
useSynchronize = True
::: note
::: title
Note
:::
Edit the configuration by running the command pibooth --config.
:::
Note
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.