This is stupid simple web frontend for make menuconfig
allowing you to build and download firmware file using web browser. That's it.
cd ~
git clone https://github.com/CODeRUS/klipper_web_builder.git
cd ~/klipper_web_builder
scripts/install.sh
Open host_ip:7055
in your browser, or check below how to setup nginx to access via host_ip/menuconfig
endpoint
cd ~/klipper_web_builder
scripts/uninstall.sh
Check example: https://github.com/CODeRUS/klipper_web_builder/blob/master/scripts/nginx.example
Using Kconfiglib Python library by ulfalizer