VITE_PLATFORM_LOGO does not work in self-hosted deployments #100

Closed
opened 2026-03-16 12:47:22 +00:00 by mplorentz · 1 comment
Collaborator

Currently the README.md says to make a .env file but the build.sh doesn't actually source it when setting the VITE_PLATORM_LOGO and other vars. It only sources .env.template and .env.local which is a non-standard use of .env conventions.

I think for consistency and clarity we need to either:

  • source .env and not .env.local in the build.sh
  • update the README.md to tell people to use .env.local specifically
  • Change the build script to load all the same env files that Vite does (.env, .env.local, .env.*, .env.*.local).
Currently the README.md says to make a `.env` file but the `build.sh` doesn't actually source it when setting the VITE_PLATORM_LOGO and other vars. It only sources `.env.template` and `.env.local` which is a non-standard use of .env conventions. I think for consistency and clarity we need to either: - source `.env` and not `.env.local` in the build.sh - update the `README.md` to tell people to use `.env.local` specifically - Change the build script to load all the same env files that Vite does (`.env`, `.env.local`, `.env.*`, `.env.*.local`).
hodlbod added the priority label 2026-03-16 15:50:20 +00:00
hodlbod added this to the Current milestone 2026-03-16 15:50:22 +00:00
hodlbod self-assigned this 2026-03-16 15:50:25 +00:00
Owner

Thanks, I missed this, updated the readme to refer to .env.local and .env.template in 147c756c

Thanks, I missed this, updated the readme to refer to .env.local and .env.template in 147c756c
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#100