File: README.md

package info (click to toggle)
weborf 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: sh: 5,272; ansic: 3,505; python: 762; makefile: 119; xml: 44
file content (51 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
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)