Newer
Older
# Raspberry Pi Dashboard
A custom 'dashboard' intended to be hosted on your Raspberry Pi connected to a TV and accessed over the local network.
You can't use port 80 without being a super user, but you can redirect it.
sudo iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port 3000
```