/Klipperbackup_Mosquito_Broker

Backup for configuration file for Mosquito Broker and webserver

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Klipper Backup of My Different 3D Printers Control Web Pages

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:

  1. Install Mosquitto MQTT Broker on Raspberry Pi
  2. Testing Mosquitto Broker and Client on Raspberry Pi
  3. Build your own Raspberry Pi NGINX Web Server
  4. SAMBA Setup - GCODE File Network Share Setup
  5. The Solution to my CORS problem
  6. 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

Main Web Page for All GadgetAngel 3D Printers

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:

mainpage


Klipper Backup of the "LDO 300 Kit" Build Web Page Server

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:

section 1