Files
keybase-client/README.kbfs.SUSE
Dominique Leuenberger 101ea44331 - Integrate KBFS packages previously build via own source package
* Upstream integrated these into the same source.
  * Also includes adding kbfs-related patches
    ensure-mount-dir-exists.patch and
    ensure-service-stop-unmounts-filesystem.patch.
- Upgrade Go version used for compilation to 1.19.
- Use Systemd unit file from upstream source.
- Replace deprecated tar_scm source service by obs_scm.
- Drop the no longer required go_nostrip macro.
- Drop unnessecary use of gofilelist macro.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keybase-client?expand=0&rev=22
2023-01-23 17:33:41 +00:00

23 lines
841 B
Plaintext

Using the Keybase Filesystem
============================
Using the Keybase Filesystem requires the following:
1. You need to be logged into a Keybase account. This can be done by running
`keybase login`.
2. You need to start the `kbfs` service in your user session. To do this run
`systemctl --user start kbfs`.
This package does not include the redirection service which enables accessing
the Keybase Filesystem via `/keybase`. The mounted Keybase Filesystem can be
found at `${XDG_RUNTIME_DIR}/keybase/kbfs`. On a standard installation with
only a single user this will be `/run/user/1000/keybase/kbfs`.
Making the Keybase Filesystem start automatically
-------------------------------------------------
To make the Keybase Filesystem start automatically on log-in, enable the `kbfs`
service:
systemctl --user enable kbfs