Plain-text Flat Files
Simple Docs is a thin web interface that mirrors flat files on a server. Navigation mirrors file hierarchy. Markdown parser adds rich elements like images, links, and code blocks.
Simple Docs is a thin web interface that mirrors flat files on a server. Navigation mirrors file hierarchy. Markdown parser adds rich elements like images, links, and code blocks.
Uses existing system configuration, file permissions for write control, web server for access control. No compilation jobs to run, no caches to clear, and no database to configure.
Powered by Python Flask. Deployable on any Linux server, whether its Debian with Nginx, CentOS with Apache, or Arch with Gunicorn.
download-iconDownloadEdit app/config.py. Run setup.sh. That’s it.