Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petres/gnome-shell-extension-gocryptfs
Gnome Shell Extension for un/mounting gocryptfs encrypted folders
https://github.com/petres/gnome-shell-extension-gocryptfs
Last synced: 5 days ago
JSON representation
Gnome Shell Extension for un/mounting gocryptfs encrypted folders
- Host: GitHub
- URL: https://github.com/petres/gnome-shell-extension-gocryptfs
- Owner: petres
- License: gpl-3.0
- Created: 2016-06-10T12:46:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T20:08:53.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:33:43.480Z (3 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - petres/gnome-shell-extension-gocryptfs - Gnome Shell Extension for un/mounting gocryptfs encrypted folders (others)
README
# gocryptfs
## About
gocryptfs is a [Gnome](https://www.gnome.org/) Shell Extension which allows to mount a encrypted gocryptfs filesystem.
[gocyrptfs](https://nuetzlich.net/gocryptfs/) allows file-based encryption via a mountable FUSE filesystem.
Prerequisite: Installed gocrypfs binaries. Binaries can be found in the [gocyrptfs github repository](https://github.com/rfjakob/gocryptfs).
The location and other options can be specified in the settings of the extension.![Screenshot](https://raw.githubusercontent.com/petres/gnome-shell-extension-gocryptfs/master/img/gocryptfs.png)
## Install
### Gnome Shell Extensions Page
The easiest way to install this extension is via the official [Gnome Shell Extensions](https://extensions.gnome.org) resource page: TODO
### Arch Linux
For Arch Linux the AUR package [gnome-shell-extension-gocryptfs-git](https://aur4.archlinux.org/packages/gnome-shell-extension-gocryptfs-git/) will be provided.## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)