Received: by mail.netbsd.org (Postfix, from userid 605) id D891984EE5; Mon, 29 Aug 2022 10:57:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BE8684EE2 for ; Mon, 29 Aug 2022 10:57:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id az05OXVLHhAg for ; Mon, 29 Aug 2022 10:57:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 632E584D09 for ; Mon, 29 Aug 2022 10:57:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52122FA82; Mon, 29 Aug 2022 10:57:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166177063795810" MIME-Version: 1.0 Date: Mon, 29 Aug 2022 10:57:17 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/security/vaultwarden To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20220829105717.52122FA82@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166177063795810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Mon Aug 29 10:57:17 UTC 2022 Modified Files: pkgsrc/security/vaultwarden: MESSAGE Log Message: Correct tyop, re-word sentence. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/vaultwarden/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166177063795810 Content-Disposition: inline Content-Length: 1085 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/vaultwarden/MESSAGE diff -u pkgsrc/security/vaultwarden/MESSAGE:1.1 pkgsrc/security/vaultwarden/MESSAGE:1.2 --- pkgsrc/security/vaultwarden/MESSAGE:1.1 Wed Aug 17 15:44:16 2022 +++ pkgsrc/security/vaultwarden/MESSAGE Mon Aug 29 10:57:17 2022 @@ -1,12 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2022/08/17 15:44:16 hauke Exp $ +$NetBSD: MESSAGE,v 1.2 2022/08/29 10:57:17 hauke Exp $ Vaultwarden stores its data under ${VAULTWARDEN_DATADIR}, the -service and its daaemonize(8) wrapper log into ${VAULTWARDEN_LOGDIR}. +service and its daemonize(8) wrapper log into ${VAULTWARDEN_LOGDIR}. Vaultwarden binds to localhost only, and is best run behind a reverse -proxy, see - and -the enclosed Apache config snippet. +proxy, see the enclosed Apache config snippet and +. =========================================================================== --_----------=_166177063795810--