{"id":15499242,"url":"https://github.com/zimme/docker-rar2fs","last_synced_at":"2025-04-22T22:27:41.706Z","repository":{"id":52406438,"uuid":"165693468","full_name":"zimme/docker-rar2fs","owner":"zimme","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T01:12:39.000Z","size":78,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-17T13:33:05.525Z","etag":null,"topics":["alpine","docker","fuse","rar2fs"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zimme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T16:22:38.000Z","updated_at":"2025-04-09T10:13:44.000Z","dependencies_parsed_at":"2024-10-02T08:50:59.947Z","dependency_job_id":null,"html_url":"https://github.com/zimme/docker-rar2fs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-rar2fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-rar2fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-rar2fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-rar2fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimme","download_url":"https://codeload.github.com/zimme/docker-rar2fs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333395,"owners_count":21413370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","docker","fuse","rar2fs"],"created_at":"2024-10-02T08:50:57.317Z","updated_at":"2025-04-22T22:27:41.682Z","avatar_url":"https://github.com/zimme.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zimme/rar2fs\n\nMinimal [`rar2fs`] image based on alpine.\n\nThe image will run `rar2fs` with `-o allow_other -o auto_unmount\n--seek-length=1` by default.\n\nBind-mount your rar files on `/source` and bind-mount an empty folder on\n`/destination` to hold the rar2fs mount, and make sure you set the\nbind-propagation to `shared`/`rshared`.\n\nThe image will run `rar2fs` as `root`. I recommend overriding this\nusing the `-u` and/or `--group-add` flags of docker run.\n\nI recommend using `--init` when running this image.\n\nYou will need to add capabilities `MKNOD` and `SYS_ADMIN` as well as\nproviding the `/dev/fuse` device to the container for it to be able to\nmount a fuse fs like rar2fs.\n\nIf your docker host is using `apparmor` the following flag,\n`--security-opt apparmor:unconfined`, might be needed to have\npermission to use fuse within the container.\n\n## Usage\n\n```sh\ndocker run \\\n  -d \\\n  --init \\\n  --name rar2fs \\\n  --cap-add MKNOD \\\n  --cap-add SYS_ADMIN \\\n  --device /dev/fuse \\\n  --network none \\\n  -v \u003cpath/to/rar/files\u003e:/source \\\n  -v \u003cpath/to/empty/folder\u003e:/destination:rshared \\\n  zimme/rar2fs\n```\n\n## Config\n\nTo get a list of all config options for `rar2fs` run the following\ncommand.\n\n```sh\ndocker run --rm zimme/rar2fs --help\n```\n\nTo run this image with your own config provide your config arguments as\narguments to the image when running.\n\n```sh\ndocker run \\\n  -d \\\n  --init \\\n  --name rar2fs \\\n  --cap-add MKNOD \\\n  --cap-add SYS_ADMIN \\\n  --device /dev/fuse \\\n  --network none \\\n  -v \u003cpath/to/rar/files\u003e:/source \\\n  -v \u003cpath/to/empty/folder\u003e:/destination:rshared \\\n  zimme/rar2fs \\\n  \u003ccustom rar2fs option\u003e \\\n  -o \u003ccustom fuse option\u003e \\\n  /source \\\n  /destination\n```\n\n## Docker Compose\n\nYou can find an example of a docker-compose file [here][docker-compose.yml].\n\n[docker-compose.yml]: https://github.com/zimme/docker-rar2fs/blob/master/docker-compose.example.yml\n[`rar2fs`]: https://github.com/hasse69/rar2fs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-rar2fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimme%2Fdocker-rar2fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-rar2fs/lists"}