Web front end

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!

1 Like

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.

1 Like

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!

1 Like

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.

1 Like

Thank you @iannesbitt that’s all I needed to know to get started, continue with the great job!

2 Likes

Cheers! I appreciate the kind words.

1 Like