You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,42 +25,47 @@ Overall, this Raspberry Pi Home Internet Gateway provides a universal solution f
25
25
> **Note**: You can run it on CM4 board with 8Gb eMMC card. Full installation on top of latest [Raspios lite (64bit)](https://downloads.raspberrypi.org/raspios_lite_arm64/images/) will use 4,5Gb of your eMMC card. Raspberry Pi **Zero-W** or **W2** boards can also be used, but it's important to note that they lack an internal Ethernet adapter and have limited CPU and RAM resources. This can restrict the number of containers that can be run and the number of clients that can connect to the VPN server.
>**Note**: If you see `ansible-galaxy: command not found`, you have to relogin (or reboot your Pi) and then try again.
45
50
<details>
46
51
<summary>Continue Installation with WebUI</summary>
47
52
48
-
5. Run [Webinstall](https://github.com/d3vilh/raspberry-gtw-webconfig) binary:
53
+
6. Run [Webinstall](https://github.com/d3vilh/raspberry-gtw-webconfig) binary:
49
54
```shell
50
55
secret@rpgw:~/raspberry-gateway $ ./webinstall # Supports now both legacy Pi4_x64 and Pi5_x64
51
56
2023/07/07 18:01:03 Welcome! The web interface will guide you on installation process.
52
57
Installation logs: webinstall.log
53
58
2023/07/07 18:01:03 Starting web server on http://10.10.10.18:8088
54
59
```
55
-
6. Copy server address (`http://10.10.10.18:8088` as above example) from the console and paste into your browser, then press Enter. Raspberry-Gateway webinstall window will appear:
60
+
7. Copy server address (`http://10.10.10.18:8088` as above example) from the console and paste into your browser, then press Enter. Raspberry-Gateway webinstall window will appear:
0 commit comments