|
1 |
| -# No Configuration |
2 |
| - |
3 |
| -To use Patchfox, you need to configure it with your Secure Scuttlebutt secret and remote. The easiest way to do it is by <a href="#" id="options-trigger">going to the Add-on options page for Patchfox</a>, there you can use the button labeled <i>Select Secret</i> to browse for your `.ssb/secret` file. Your remote and keys will be acquired from that file. |
4 |
| - |
5 |
| -The <i>.ssb</i> folder is a hidden folder and your system might not display it to you by default. |
6 |
| - |
7 |
| -## How to show hidden files on macOS |
8 |
| - |
9 |
| -* If you're running Sierra or later macOS, you can press <code>CMD + SHIFT + .</code> to toggle the display of hidden files on Finder (or on a file selection dialog). You'll be able to select the file named <code>secret</code> |
10 |
| -* If you're running an earlier version of macOS then you can press <code>CMD + OPTION + G</code> on the file selection dialog to open a <b>location sheet</b> that allows you to type in what folder do you want to open, you can then type <code>~/.ssb/</code> and confirm. You should then be directed to that folder where you'll be able to select the file named <code>secret</code>. |
11 |
| - |
12 |
| -## How to show hidden files on Windows 10 |
13 |
| - |
14 |
| -1. Open File Explorer from the taskbar. |
15 |
| -2. Select View > Options > Change folder and search options. |
16 |
| -3. Select the View tab and, in Advanced settings, select Show hidden files, folders, and drives and OK. |
17 |
| - |
18 |
| -Check <a href="https://support.microsoft.com/en-gb/help/4028316/windows-view-hidden-files-and-folders-in-windows-10">this page for more information</a>. |
19 |
| - |
20 |
| -## How to show hidden files on Linux |
21 |
| -Oh my, it kinda depends on some factors but I believe that it should be viewable by default on most Linux distros. Please reach back to me with feedback on this if you're running Linux. |
22 |
| - |
23 |
| -## How to fix this |
24 |
| - |
25 |
| -* <a href="#" id="options-trigger">Go to the Add-on options page for Patchfox</a> and add your remote and keys. |
26 |
| -* Want a more hands-on guide on configuring and using Patchfox? Try the [Getting Started](guide.md) guide. |
27 |
| - |
28 |
| -<script src="/docs/help.js"> |
| 1 | +# No Configuration |
| 2 | + |
| 3 | +To use Patchfox, you need to configure it with your Secure Scuttlebutt secret and remote. If this is your first time using a SSB client, don't worry Patchfox will set it all up for you. If you're already a SSB user, you'll need to tell Patchfox what identity to use. |
| 4 | + |
| 5 | +Patchfox will attempt to load the default identity that is usually stored on `~/.ssb/secret`. It will show a _setup screen_ on the first-run that lets you confirm that you want to use that identity and also enable or disable the built-in server. If you don't enable the built-in server, you'll need to run your own SSB server. |
| 6 | + |
| 7 | +If you went through setup already but want to change something. Quit Patchfox, delete the file `~/.ssb/patchfox.toml` — which is where Patchfox saves its data — and start the application again. The _setup dialog_ will appear. |
| 8 | + |
| 9 | +The <i>.ssb</i> folder is a hidden folder and your system might not display it to you by default. |
| 10 | + |
| 11 | +## How to show hidden files on macOS |
| 12 | + |
| 13 | +* If you're running Sierra or later macOS, you can press <code>CMD + SHIFT + .</code> to toggle the display of hidden files on Finder (or on a file selection dialog). You'll be able to select the file named <code>secret</code> |
| 14 | +* If you're running an earlier version of macOS then you can press <code>CMD + OPTION + G</code> on the file selection dialog to open a <b>location sheet</b> that allows you to type in what folder do you want to open, you can then type <code>~/.ssb/</code> and confirm. You should then be directed to that folder where you'll be able to select the file named <code>secret</code>. |
| 15 | + |
| 16 | +## How to show hidden files on Windows 10 |
| 17 | + |
| 18 | +1. Open File Explorer from the taskbar. |
| 19 | +2. Select View > Options > Change folder and search options. |
| 20 | +3. Select the View tab and, in Advanced settings, select Show hidden files, folders, and drives and OK. |
| 21 | + |
| 22 | +Check <a href="https://support.microsoft.com/en-gb/help/4028316/windows-view-hidden-files-and-folders-in-windows-10">this page for more information</a>. |
| 23 | + |
| 24 | +## How to show hidden files on Linux |
| 25 | +Oh my, it kinda depends on some factors but I believe that it should be viewable by default on most Linux distros. Please reach back to me with feedback on this if you're running Linux. |
| 26 | + |
| 27 | +## How to fix this |
| 28 | + |
| 29 | +* Quit the application, delete the file called `patchfox.toml` inside the `.ssb` folder inside your home folder. Start Patchfox again and go through the first-run setup process. |
| 30 | +* Want a more hands-on guide on configuring and using Patchfox? Try the [Getting Started](guide.md) guide. |
| 31 | + |
| 32 | +<script src="/docs/help.js"> |
0 commit comments