Raspberry Pi Web server for CarPort controller.
Apaatch with php 7.4
Run installer file:
sh webServerInstaller.sh
Follow instructions and thats it.
Easy Web page to controll the PI.
default username/Password: user / user
Mainly used to configur the WebServer and for access controll.
CarPort is un app for your phone, where you can connect to the WebServer and controll the PI from.
The config file is located in /var/www/html/config.json
{
"UUID": "UNIQUE_ID",
"username": "username",
"password": "password",
"pin": "what_pin_to_use",
}
- Web server
- Browser support (with login support)
- Custom App support (CarPort-App)
- Config file
- Installer