challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 7f46a40c7f11c536cc82493e8cdc076ec28eb290
parent 4fcd37b655daff61fd608dea4c9c263f603e0f1b
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  1 May 2026 13:37:53 +0200

DCE

Diffstat:
Ddebian/challenger-httpd.config | 8--------
Ddebian/challenger-httpd.preinst | 4----
2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/debian/challenger-httpd.config b/debian/challenger-httpd.config @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -_USERNAME=challenger-httpd -_GROUPNAME=www-data diff --git a/debian/challenger-httpd.preinst b/debian/challenger-httpd.preinst @@ -1,4 +0,0 @@ -#!/bin/bash - -set -e -exit 0