/mobicam

A small web application to take photos and upload them to the server.

Primary LanguageJavaScriptMIT LicenseMIT

Mobcam

Mobicam is a small web application to take photos directly on a mobile device and upload them to the server.

Running

Mobicam is built with Sinatra and requires at least Ruby 3.0.

Run

ruby app.rb

Then, goto http://localhost:4567 in your browser.

Forward Port 80 to 4567

sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to 4567
sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 4567

Copyright

Mobideo is released under the terms of the MIT License. Copyright 2023 by Pascal Zumkehr. See LICENSE for further information.