mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-07 22:38:26 +00:00
Add usage notes and screenshot
This commit is contained in:
parent
aea66ff25a
commit
777a30e870
18
README.md
18
README.md
@ -1,5 +1,23 @@
|
||||
# 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:
|
||||
|
||||
![Screenshot](screenshot.png)
|
||||
|
||||
## Development server
|
||||
|
||||
Run `npm run serve` for a dev server. Navigate to `http://localhost:4200/`. The
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 734 KiB |
Loading…
x
Reference in New Issue
Block a user