- Updated `.gitignore` to reflect new directory structure for frontend assets under `public/web-vault/`. - Modified `README.md` to include instructions for applying UI overrides and updated deployment notes. - Adjusted `wrangler.toml` to point to the new asset directory. - Updated GitHub workflows to remove large source maps to satisfy Cloudflare static asset per-file limits. - Introduced `vaultwarden.css` for lightweight UI tweaks and added a script to apply these overrides during deployment. - Updated deployment documentation to reflect changes in asset management and optional UI customization.
10 lines
160 B
Text
10 lines
160 B
Text
target
|
|
node_modules
|
|
.wrangler
|
|
.env
|
|
# Frontend files (downloaded during deployment/development)
|
|
public/web-vault/
|
|
|
|
# reference repos
|
|
vaultwarden/
|
|
bw_web_builds/
|