1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 09:20:45 +00:00
falk-werner_webfuse-provider/README.md
2020-06-15 22:33:29 +02:00

790 B

Build Status

webfuse-provider

webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Fellow Repositories

Further Documentation