Updated Vintage Web Proxy (markdown)

Daniel Markstedt 2021-11-07 10:31:47 -08:00
parent 0a6345cf27
commit a1e9c2f86e
1 changed files with 11 additions and 1 deletions

@ -39,4 +39,14 @@ The author has tested and recommends the _0.11.1-noffmpeg_ release for ARM. By u
Follow the [Linux installation](https://github.com/atauenis/webone/wiki/Linux-installation) instructions on that project's wiki to install and configure WebOne.
By default, WebOne will run on port 8080 which conflicts with the RaSCSI Web Interface. After installing the software, you'd want to edit /etc/webone.conf and change the Port line to something like 8088.
By default, WebOne will run on port 8080 which conflicts with the RaSCSI Web Interface. After installing the software, you'd want to edit `/etc/webone.conf` and change the `Port` line in the [Server] section to something like:
```
Port=8088
```
Then restart the WebOne service:
```
sudo systemctl restart webone
```