1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 07:20:45 +00:00
Go to file
2019-01-27 20:28:03 +01:00
src basic implementation of read added 2019-01-27 12:01:01 +01:00
test-src initial commit 2019-01-27 03:45:03 +01:00
.gitignore ignore .vscode 2019-01-27 20:28:03 +01:00
AUTHORS added license and authors files 2019-01-27 03:52:29 +01:00
CMakeLists.txt initial commit 2019-01-27 03:45:03 +01:00
COPYING.LESSER added license and authors files 2019-01-27 03:52:29 +01:00
README.md provide basic readme 2019-01-27 12:32:02 +01:00

fuse-wsfs

fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.

Status: Proof of concept

Build and run

cd fuse-wsfs
mkdir ./build
cd ./build
cmake ..
make
mkdir test
./wsfs -s -f --document_root=`realpath ../src/app/www` --port=4711 test

Dependencies