Merge pull request 'fix(freebsd): add provider.env template + setup docs' (#99) from fix/provider-env-template into main
Some checks are pending
CI / rust (push) Waiting to run
CI / markdown (push) Waiting to run

Reviewed-on: #99
This commit is contained in:
clawdie 2026-06-20 08:14:18 +02:00
commit 38157e8f1a
2 changed files with 16 additions and 0 deletions

View file

@ -14,6 +14,9 @@
# cp packaging/freebsd/colibri_daemon.in /usr/local/etc/rc.d/colibri_daemon
# chmod 555 /usr/local/etc/rc.d/colibri_daemon
# sysrc colibri_daemon_enable=YES # or NO during dual-run
# cp packaging/freebsd/provider.env.example /usr/local/etc/colibri/provider.env
# chmod 600 /usr/local/etc/colibri/provider.env
# $EDITOR /usr/local/etc/colibri/provider.env # fill in vault credentials
#
# Runtime:
# service colibri_daemon start

View file

@ -0,0 +1,13 @@
# 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