Browse code

Added Readme and fixed data folder

Richard Cornwell (K9RCP) authored on 02/03/2022 09:48:08
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<html>
2
+<body>
3
+<h3>PHP Webcam snapshot Proxy</h3>
4
+<h4>This allows Users to proxy and cache webcam images using php for use to view the cam outside of the mesh. </h4>
5
+
6
+<p>
7
+<h4>Use:</h4>
8
+
9
+<ul>
10
+<li>Make sure data directory is chmod 777 to the user www-data.</li>
11
+<li>To use base64 encode the uri for the viewing like this: /proxy/?file=BASE64ENCODEDURI</li>
12
+</ul>
13
+</p>
14
+
15
+</body>
16
+</html>
17
+
18
+