-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[snap] add option to mount media #13391
Comments
I would like to fix this |
knrt10
added a commit
to knrt10/Rocket.Chat
that referenced
this issue
Mar 1, 2019
knrt10
added a commit
to knrt10/Rocket.Chat
that referenced
this issue
Mar 1, 2019
knrt10
added a commit
to knrt10/Rocket.Chat
that referenced
this issue
Mar 13, 2019
I would like to contribute on this issue. Any points to refer to? |
This has been added for a while now: https://rocket.chat/docs/installation/manual-installation/ubuntu/snaps/#how-do-i-add-option-to-mount-media |
@geekgonecrazy I don't think it was ever merged?? #13591 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow media plug so snaps can write to /media
Should be as easy as adding the removable-media plug: https://github.com/nextcloud/nextcloud-snap/blob/master/snap/snapcraft.yaml#L81 to our rocketchat-server part.
Then need to add something like this to the docs to tell people how to do it: https://github.com/nextcloud/nextcloud-snap/blob/master/README.md#removable-media
The text was updated successfully, but these errors were encountered: