From 921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 3 Dec 2022 19:02:29 +0100 Subject: Update debian/control build deps --- TODO | 2 +- debian/control | 2 +- webserver.conf | 9 +++++++++ 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 -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 @@ 127.0.0.1:9004 + + static-files + /home/ernie/code/whiteboard/html + + + fcgi + 127.0.0.1:9014 + + redirect https://www.antcom.de/ -- cgit v1.2.3