Re: NEW: www/anubis

2025-03-27 Thread Kirill A . Korinsky
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

Re: NEW: www/anubis

2025-03-27 Thread Stuart Henderson
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

Re: NEW: www/anubis

2025-03-26 Thread Matthieu Herrb
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

Re: NEW: www/anubis

2025-03-26 Thread Stuart Henderson
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

Re: NEW: www/anubis

2025-03-26 Thread Kirill A . Korinsky
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

NEW: www/anubis

2025-03-26 Thread Stuart Henderson
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