Standard Web Server

I would like this system to have a built-in convenient WEB Server, similar to Synolo.., which could publish both PHP, HTML and Python Web applications, it would be very convenient, I understand that now you can do it through Docker and other tools, but for some it is more convenient directly

I understand the security issues, but it can already be left to the discretion of the user that his server will be visible from the Internet

1 Like

Good idea, but it goes against how ZimaOS is designed.

ZimaOS is Docker-first for a reason, better isolation, easier updates, and safer overall. A built-in web server would increase system complexity and risk.

You can already run PHP, HTML, and Python apps cleanly using Docker (Nginx/Apache, Flask/FastAPI, etc.), with full control and no impact on the base system.

I believe a better approach would be a one-click “Web Server” app template (Docker-based), and I suggest IceWhale consider this instead of building it into the OS.

1 Like