Fix env conventions again

This commit is contained in:
Jon Staab
2026-04-02 14:00:07 -07:00
parent dc46b42cb6
commit 8710043a02
8 changed files with 9 additions and 11 deletions
+2
View File
@@ -16,6 +16,8 @@ You can also optionally create an `.env.local` file and populate it with the fol
- `VITE_PLATFORM_ACCENT` - A hex color for the app's accent color
- `VITE_PLATFORM_DESCRIPTION` - A description of the app
These values **won't** be used for a built version. Instead, env variables should be provided to `build.sh` directly or to the built container.
If you're deploying a custom version of flotilla, be sure to remove the `plausible.coracle.social` script from `app.html`. This sends analytics to a server hosted by the developer.
## Development