On Thu, 27 Mar 2025 09:54:02 +0100,
Stuart Henderson wrote:
>
> That seems internal to vaultwarden though; at least there's nothing
> handling it in the rc script.
>
It reads .env file from current work dir (or home dir of the user? not
sure), but it can be overwritten via ENV_FILE environment
On 2025/03/27 07:55, Matthieu Herrb wrote:
>
> On Wed, Mar 26, 2025 at 10:26:00PM +, Stuart Henderson wrote:
> > On 2025/03/26 15:45, Kirill A. Korinsky wrote:
> > > On Wed, 26 Mar 2025 14:58:25 +0100,
> > > Stuart Henderson wrote:
> > > >
> > > > 1. Anubis is normally configured via environ
On Wed, Mar 26, 2025 at 10:26:00PM +, Stuart Henderson wrote:
> On 2025/03/26 15:45, Kirill A. Korinsky wrote:
> > On Wed, 26 Mar 2025 14:58:25 +0100,
> > Stuart Henderson wrote:
> > >
> > > 1. Anubis is normally configured via environment variables (it is
> > > normally meant for running i
On 2025/03/26 15:45, Kirill A. Korinsky wrote:
> On Wed, 26 Mar 2025 14:58:25 +0100,
> Stuart Henderson wrote:
> >
> > 1. Anubis is normally configured via environment variables (it is
> > normally meant for running in Docker and this seems fairly common,
> > albeit annoying). This can be done vi
On Wed, 26 Mar 2025 14:58:25 +0100,
Stuart Henderson wrote:
>
> 1. Anubis is normally configured via environment variables (it is
> normally meant for running in Docker and this seems fairly common,
> albeit annoying). This can be done via login.conf "setenv", but one
> of the required parameters
Here's a port for Anubis. It requires the go update (1.24.1) which was
only just committed.
I took a few slightly non-standard decisions around the rc script.
1. Anubis is normally configured via environment variables (it is
normally meant for running in Docker and this seems fairly common,
albei