Hi RS Team
I was wondering, is there a way to deactivate or modify the RS Web front end?, I have been developing my own RS Web front end to control my Raspberry shake, and i want to deploy it on my system.
Thank you!
Hi RS Team
I was wondering, is there a way to deactivate or modify the RS Web front end?, I have been developing my own RS Web front end to control my Raspberry shake, and i want to deploy it on my system.
Thank you!
Hi @GBerrocal, there is currently no way to deactivate or modify the FE, but there’s no reason why you can’t run some type of Nginx or Apache service from another port on the device.
Hi @iannesbitt thank you for the answer, so I believe the front end uses Nginx , is that correct? if so which port does it uses?, Thank you!
Not a problem. Yes, the front end uses nginx, but the config is encrypted. The nginx configuration in /etc/nginx
is editable and should work, however. The only ports the frontend uses currently are 80 and 5000. You should be able to use something easy to remember and commonly used for auxillary HTTP services, like 8080.
Thank you @iannesbitt that’s all I needed to know to get started, continue with the great job!
Cheers! I appreciate the kind words.