colibri/packaging/freebsd/provider.env.example
Sam & Claude 8e789c9d60
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
fix(freebsd): add provider.env template + setup docs
- 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.
2026-06-20 08:12:57 +02:00

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