- provider.env.example: template with BW_CLIENTID, BW_CLIENTSECRET, BW_PASSWORD fields and install instructions - colibri_daemon.in: add provider.env to one-time setup steps so it's never lost on a fresh deploy The live file at /usr/local/etc/colibri/provider.env (0600) is never committed — only the template.
13 lines
475 B
Text
13 lines
475 B
Text
# Vaultwarden credentials — sourced by colibri_daemon pre-start.
|
|
# Install to: /usr/local/etc/colibri/provider.env
|
|
# Permissions: chmod 600, chown clawdie:clawdie
|
|
#
|
|
# Fill in the three values below. The daemon pre-start sources this
|
|
# file; colibri-vault uses BW_CLIENTID + BW_CLIENTSECRET to log in
|
|
# and BW_PASSWORD to unlock the vault before fetching secrets.
|
|
|
|
BW_CLIENTID=
|
|
BW_CLIENTSECRET=***
|
|
BW_PASSWORD=***
|
|
|
|
# BW_SERVER= # optional: vault server URL if not default
|