NCweb 0.0.5, your Nextcloud Web Server

NCweb 0.0.5 has been released, yay 🙂

Simply copy the new index.php over your previous one. No changes to the configuration file is required. Please note that images can be served from .html and .md files 🙂

Added

  • Application identifier [NCweb] to log entries
  • Honors Content-length from Nextcloud
  • Honors Last-modified from Nextcloud
  • Honors ETag from Nextcloud

Fixed

  • Some minor code readability issues

 

NCweb, initial release

NCweb is a reasonably small (ish) PHP “application” that will allow you to expose a given folder of a Nextcloud instance and serve documents from it as if it would have been a regular website. The folder does not have to be shared in Nextcloud.

You can serve .html (HTML) or .md (Markdown) files. NCweb can be configured to render Markdown files to HTML.