Add usage notes and screenshot
This commit is contained in:
@@ -1,5 +1,23 @@
|
|||||||
# Syncthing Tech UI
|
# Syncthing Tech UI
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This is a very bare bones read-only GUI for viewing the status of large
|
||||||
|
setups. Download a [release
|
||||||
|
zip](https://github.com/kastelo/syncthing-tech-ui/releases) and unpack it
|
||||||
|
into the GUI override directory (assuming default Linux setup):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd ~/.config/syncthing
|
||||||
|
$ mkdir -p gui/default
|
||||||
|
$ cd gui/default
|
||||||
|
$ unzip ~/tech-ui-v1.0.0.zip
|
||||||
|
```
|
||||||
|
|
||||||
|
Then load the GUI via http://localhost:8384/tech-ui/ or similar. You should see something like this:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Development server
|
## Development server
|
||||||
|
|
||||||
Run `npm run serve` for a dev server. Navigate to `http://localhost:4200/`. The
|
Run `npm run serve` for a dev server. Navigate to `http://localhost:4200/`. The
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 734 KiB |
Reference in New Issue
Block a user