Rename project to unc-file-watcher
This commit is contained in:
@@ -52,13 +52,13 @@ stable_scans: 3
|
||||
## Build
|
||||
|
||||
```powershell
|
||||
go build -o unc_tar_watcher.exe .
|
||||
go build -o unc-file-watcher.exe .
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
```powershell
|
||||
.\unc_tar_watcher.exe
|
||||
.\unc-file-watcher.exe
|
||||
```
|
||||
|
||||
Default listen address:
|
||||
@@ -70,7 +70,7 @@ http://127.0.0.1:18080
|
||||
To change the port:
|
||||
|
||||
```powershell
|
||||
.\unc_tar_watcher.exe -listen 127.0.0.1:19090
|
||||
.\unc-file-watcher.exe -listen 127.0.0.1:19090
|
||||
```
|
||||
|
||||
## Web UI Settings
|
||||
@@ -103,7 +103,7 @@ To change the port:
|
||||
The web UI saves settings automatically next to the executable:
|
||||
|
||||
```text
|
||||
unc_tar_watcher_settings.json
|
||||
unc-file-watcher-settings.json
|
||||
```
|
||||
|
||||
When you open the page again, the last saved settings are loaded automatically.
|
||||
|
||||
Reference in New Issue
Block a user