Skip to content

lowet84/rar2fs-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

rar2fs-daemon

adapted for Alpine from https://hub.docker.com/r/andreklang/rar2fs/~/dockerfile/

run using:

docker run -it --cap-add SYS_ADMIN --privileged \
--name rar2fs-daemon -d --device /dev/fuse \
-v {media_folder}:/data \
-v {rar2fs_mount_folder}:/rar2fs:shared lowet84/rar2fs-daemon

  Create a folder for mount and secure it using:

chattr +i {rar2fs_mount_folder}

This makes sure nothing can be written to the folder when it is unmounted

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published