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
$ pip3 install pibooth-nextcloud
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 = TrueNote
Edit the configuration by running the command pibooth --config.