summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-03 19:02:29 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-03 19:02:29 +0100
commit921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (patch)
tree10012d47913b07fb4b53dd1e17061683aa191a7b
parent96b831edf4b4b2f375f65788feced8867e67bd4f (diff)
Update debian/control build deps
-rw-r--r--TODO2
-rw-r--r--debian/control2
-rw-r--r--webserver.conf9
3 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index e3999aa..ae2b5ef 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@ git via web interface
php
weblog: link consistency check (cron?)
Integrate into Debian: WNPP
-support alternative SSL libs: mbedtls, gnutls, wolfssl, botan, (matrixssl, libressl, cryptlib: not in debian)
+support alternative SSL libs: mbedtls, gnutls, wolfssl, botan, linux kernel TLS (matrixssl, libressl, cryptlib: not in debian)
webbox: gallery
webbox: google pagespeed insights https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.kneipenband.com%2Fwebbox%2F&tab=mobile
webbox: chromecast
diff --git a/debian/control b/debian/control
index ecfca81..6959a97 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: webserver
Section: httpd
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
-Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang-13 | clang-11 | clang | g++-11 | g++, node-uglify, python3-pkg-resources, htmlmin, cleancss
+Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang-13 | clang-11 | clang | g++-11 | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/webserver/
diff --git a/webserver.conf b/webserver.conf
index 81da39b..5afe19c 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -93,6 +93,15 @@
<target>127.0.0.1:9004</target>
</path>
+ <path requested="/whiteboard">
+ <plugin>static-files</plugin>
+ <target>/home/ernie/code/whiteboard/html</target>
+ </path>
+ <path requested="/whiteboard/whiteboard.fcgi">
+ <plugin>fcgi</plugin>
+ <target>127.0.0.1:9014</target>
+ </path>
+
<path requested="/redirect1">
<plugin>redirect</plugin>
<target>https://www.antcom.de/</target>