Skip to content

hailelagi/flubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flubber

A FUSE filesystem built on object storage

Installation

probably want to run this on linux or a good emulation of linux or on macfuse on macOS.

Alternatively(not recommended):

 docker build --tag docker-flubber .
docker run -it --device=/dev/fuse --cap-add SYS_ADMIN \
--security-opt apparmor=unconfined -p 9001:9001 docker-flubber

object storage via minio:

podman run -p 9000:9000 -p 9001:9001 \
  quay.io/minio/minio server /data --console-address ":9001"

Learn more

About

A FUSE filesystem on object storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors