Simple webserver like LAMP

  • I have recently updated to LE10 and am really missing the LAMP plugin that has been discontinued. It used to work great, I have a simple page on port 80 that would allow me to point to kodi, emby and tvheadend frontends.

    I have tried to use the webserver via kodi using vfs and just can't get it working. I can't see the test.html page I have created. Although this would not be ideal as it would not work with the url http://mediaserver

    I understand there may be a way of using docker, but i don't currently use it and it seems a lot of overhead for just one container.

    I was just wondering if there was a way to get an updated LAMP plugin for LE10, I'm not great at Linux, but if anyone could point me in the right direction I'll have a go.

    Thanks!

  • Create html file (like index.html) in some folder and run python http server from systemd or autostart.sh

    Code
    python -m http.server --directory /storage/www 80