Skip to content

mozzki/pibooth-nextcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pibooth-nextcloud

Python 3.0+ PyPi package PyPi downloads

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

Edit the configuration by running the command pibooth --config.

Note

About

Pibooth plugin for Nextcloud upload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%