add -p flag to hub installer and run on 0.0.0.0

This commit is contained in:
Henry Dollman
2024-08-09 12:17:22 -04:00
parent 8a04a9bed6
commit 39596b8da8
2 changed files with 10 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ curl -sL https://raw.githubusercontent.com/henrygd/beszel/main/supplemental/scri
#### Install
You may specify a port number with the `-p` flag. The default port is `8090`.
```bash
./install-hub.sh
```
@@ -34,7 +36,7 @@ curl -sL https://raw.githubusercontent.com/henrygd/beszel/main/supplemental/scri
#### Update
```bash
sudo /opt/beszel/beszel update && sudo systemctl restart beszel
sudo /opt/beszel/beszel update && sudo systemctl restart beszel-hub
```
### Agent