I wanted a way to control the Tasmota power modules on my 3D printers and a way to access different URL addresses that help me configure the corresponding printer.
This repository will contain the Index HTML files for these control web pages along with pictures of the web pages.
Resources I used to install the NGINX web server and the Mosquito broker:
- Install Mosquitto MQTT Broker on Raspberry Pi
- Testing Mosquitto Broker and Client on Raspberry Pi
- Build your own Raspberry Pi NGINX Web Server
- SAMBA Setup - GCODE File Network Share Setup
- The Solution to my CORS problem
- CORS setup for NGINX and PHP
For the mosquito broker server :
$ sudo nano /etc/nginx/sites-enabled/default
$ sudo nginx -t && sudo service php7.4-fpm restart && sudo service nginx restart
for the LDOkit :
$ sudo nano /etc/nginx/sites-available/resetrp2040.local.conf
$ sudo nginx -t && sudo service php7.4-fpm restart && sudo service nginx restart
Here is a picture of the Main Web Page that is used to contain all the URL links to GadgetAngel's 3D Printers Web Control Pages:
The files for the "LDO 300 kit" is located in the LDO300Kit folder
Here is the first section of the "LDO 300 Kit" web page: