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
|
Source: weborf
Section: httpd
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends: debhelper-compat (= 13), debhelper (>= 13), libmagic-dev, python3, dh-python, pyqt6-dev-tools,
python3-setuptools, libssl-dev, curl
Standards-Version: 4.7.2
Homepage: https://ltworf.codeberg.page/weborf/
Vcs-Browser: https://codeberg.org/ltworf/weborf
Vcs-Git: https://codeberg.org/ltworf/weborf.git
Package: weborf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: php-cgi
Description: Fast and small webserver meant to be run without root privileges
Weborf is a configurationless webserver mainly meant to allow users to
easily share their directories over the web.
Has limited support to webdav, allowing its use by GNOME and KDE filemanagers.
It also supports cgi.
Package: weborf-daemon
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, weborf (>=${binary:Version})
Description: init script for weborf
Weborf is a configurationless webserver mainly meant to allow users to
easily share their directories over the web.
Has limited support to webdav, allowing its use by GNOME and KDE filemanagers.
It also supports cgi.
.
This package provides a SystemV daemon to start weborf using init.
Package: qweborf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, weborf (>=${binary:Version}), python3-pyqt6
Recommends: miniupnpc
Description: Shares files using the HTTP protocol
Qweborf provides an easy to use graphical interface to share local files using
the HTTP protocol.
It can enable writing on the server, webdav, authentication and sending
directories as tar.gz.
It can try to work across NAT.
|