1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
User friendly webserver
qweborf
=======
Provides a GUI to share local files.
It can do NAT traversal to share files outside of the local network.
Can enable authentication and sending directories as `.tar.gz` files.
weborf
======
The web server used by qweborf.
Can be used from inetd, supports WebDAV, caching, CGI, virtual hosts.
Compile
=======
These are the steps to compile weborf.
```
autoreconf -f -i # Only if you cloned from git
make clean
./configure
make
```
To compile qweborf.
```
pyuic5 qweborf/main.ui > qweborf/main.py
```
Run
===
```
./weborf
```
qweborf: will look for weborf in the PATH.
```
python3 -m qweborf
```
Donate
======
[Donate](https://liberapay.com/ltworf/donate)
|