Hello Lakka Team,
First of all, thank you for the amazing work on Lakka! It's a fantastic and lightweight OS that I use heavily.
I recently developed a Web Management Portal tailored specifically for Lakka, designed to make everyday management (like ROM transfers, basic configurations, and system monitoring) much easier for users who prefer a GUI in their browser over SSH command lines.
Since Lakka philosophy is to remain as lightweight as possible, I understand that bundling a web server natively might bloat the base system. Therefore, I’m proposing this as an optional add-on or package that users can enable if they want browser-based management.
Features of the Web Portal:
Lightweight Python Backend: Runs a minimal HTTP server without heavy dependencies.
Responsive Frontend: Clean HTML/CSS/JS interface accessible from PC or Mobile.
Easy Deploy: Currently deployable via a simple PowerShell script for Windows users, which uses SCP/SSH to push the portal to /storage/webportal.
Repository link:
You can check out the source code, screenshots, and architecture here: 👉 https://github.com/MidllerRios/lakka-retroarch-custom
My Question:
Would the Lakka/LibreELEC team be interested in integrating something like this into the official Lakka add-on repository? I would love to adapt the installation script into a proper Lakka Package (package.mk) if there is interest from the community.
Thanks for your time!
Hello Lakka Team,
First of all, thank you for the amazing work on Lakka! It's a fantastic and lightweight OS that I use heavily.
I recently developed a Web Management Portal tailored specifically for Lakka, designed to make everyday management (like ROM transfers, basic configurations, and system monitoring) much easier for users who prefer a GUI in their browser over SSH command lines.
Since Lakka philosophy is to remain as lightweight as possible, I understand that bundling a web server natively might bloat the base system. Therefore, I’m proposing this as an optional add-on or package that users can enable if they want browser-based management.
Features of the Web Portal:
Lightweight Python Backend: Runs a minimal HTTP server without heavy dependencies.
Responsive Frontend: Clean HTML/CSS/JS interface accessible from PC or Mobile.
Easy Deploy: Currently deployable via a simple PowerShell script for Windows users, which uses SCP/SSH to push the portal to /storage/webportal.
Repository link:
You can check out the source code, screenshots, and architecture here: 👉 https://github.com/MidllerRios/lakka-retroarch-custom
My Question:
Would the Lakka/LibreELEC team be interested in integrating something like this into the official Lakka add-on repository? I would love to adapt the installation script into a proper Lakka Package (package.mk) if there is interest from the community.
Thanks for your time!