Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 369 Bytes

alafa-fs

alafa-fs is a simple file server built with python http.server.
It provides file upload function.
It uses Jinja2 templates.

Quick Start

py alafa-fs.py 8000 wffger:wffger /tmp

Setup a Systemd User Service

bash init_service.sh

Reference

https://gist.github.com/UniIsland/3346170