wurmf / OpenBooth

An open source linux application for a photo booth.
MIT License
8 stars 0 forks source link

implement a webserver for images #42

Closed wurmf closed 6 years ago

wurmf commented 6 years ago

In order to be able to let many people view the images at the same time and to download them it is necessary to implement a webserver, where all images are stored and can be accessed through a web application

schrer commented 6 years ago

Implementing the server would probably be overkill. It would be better to use an existing application that can do this and write an integration for our application. A first candidate would be Lychee (Github site), which seems to satisfy our prerequisites. Testing of Lychee will follow in the next few days.

schrer commented 6 years ago

Lychee will be the service used to upload images, this issue is no longer active and is replaced by Issue #59