1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
Go to file
2023-02-11 09:55:05 +01:00
.github/ISSUE_TEMPLATE removed unnecessary stuff 2020-03-07 15:07:25 +01:00
examples fixed unit tests; added logging support; allow to specify filesystem name 2020-11-12 20:36:05 +01:00
include/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 2020-11-12 20:36:05 +01:00
lib/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 2020-11-12 20:36:05 +01:00
subprojects remove dependency to jansson (own json implementation use due to performance issues) 2020-07-12 13:11:24 +02:00
test/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 2020-11-12 20:36:05 +01:00
.gitignore ignore builddir (used by vs code meson plugin) 2020-06-21 16:12:42 +02:00
.travis.yml fix: downgrade meson verison 0.54.3 to fix coverage build 2020-07-13 18:03:59 +02:00
AUTHORS removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
changelog.md set version to 0.3.0 2020-07-12 17:09:24 +02:00
codecov.yml added codecov settings 2020-06-15 23:03:23 +02:00
COPYING.LESSER added license and authors files 2019-01-27 03:52:29 +01:00
meson_options.txt removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
meson.build fixed unit tests; added logging support; allow to specify filesystem name 2020-11-12 20:36:05 +01:00
README.md add end-of-life notification 2023-02-11 09:55:05 +01:00

Build Status codecov

webfuse-provider

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

Note: This repository refers to webfuse-legacy. Since webfuse-legacy is out-dated, the repository is archived and will be removed in future.
Please leave an issue if you are still interested in this code.

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Fellow Repositories

Further Documentation