Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 777a30e

Browse files
committed
Add usage notes and screenshot
1 parent aea66ff commit 777a30e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Syncthing Tech UI
22

3+
## Usage
4+
5+
This is a very bare bones read-only GUI for viewing the status of large
6+
setups. Download a [release
7+
zip](https://github.com/kastelo/syncthing-tech-ui/releases) and unpack it
8+
into the GUI override directory (assuming default Linux setup):
9+
10+
```
11+
$ cd ~/.config/syncthing
12+
$ mkdir -p gui/default
13+
$ cd gui/default
14+
$ unzip ~/tech-ui-v1.0.0.zip
15+
```
16+
17+
Then load the GUI via http://localhost:8384/tech-ui/ or similar. You should see something like this:
18+
19+
![Screenshot](screenshot.png)
20+
321
## Development server
422

523
Run `npm run serve` for a dev server. Navigate to `http://localhost:4200/`. The

screenshot.png

735 KB
Loading

0 commit comments

Comments
 (0)