ipfs / ipfs/kubo

CLI:”ipfs mount“ content can be shared by smb?

Open
#8,158 1 comment 0 reactions 0 assignees View on GitHub
kind/enhancement
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

”ipfs mount“ content can be shared by smb ?

It looks like the folder"/ipfs" permissions will be changed to 111 and cannot be changed after I execute the "ipfs mount"

![image](https://user-images.githubusercontent.com/67720156/119787524-dee09780-bf03-11eb-8a4a-6b55d5104e61.png)

and here is my smb.conf,plese review it.

> [global]
> workgroup = WORKGROUP
> security = user
>
> passdb backend = tdbsam
>
> printing = cups
> printcap name = cups
> load printers = yes
> cups options = raw
>
> [IPFS]
> comment = IPFS
> path = /ipfs
> browseable = yes
> writeable = no
> read only = yes
> valid users = root

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.