mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-22 13:05:59 -04:00
How to self host the new solid.js frontend? #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bilogic on GitHub (May 31, 2025).
Originally assigned to: @DeclanChidlow on GitHub.
I like to test out the new frontend, how can I do that with docker compose?
@Docteh commented on GitHub (Jun 3, 2025):
With docker compose you'd need a docker image to be built for it. I'm not aware of any yet. I tried building the frontend just now and ran into two issues
Fix here is to
pnpm iwithout--frozen-lockfile2) missing assets, badge icons and a "wordmark_wide_500px.svg" - importing svg files that are missing causes the build process to errorFor two I didn't notice the packages/client/scripts/assets_fallback directory, a badges/amorbus.svg is missing
https://github.com/revoltchat/frontend/blob/main/packages/client/components/ui/components/profiles/ProfileBadges.tsx
here is my revolt-frontend/packages/client/.env file
I'm not 100% sure about docker compose specifically, but I'm doing something like this to serve the newer frontend with the older docker container:
If you name the container
webyou don't have to edit your Caddyfile, just need to make sure the other web container isn't active...@DeclanChidlow commented on GitHub (Sep 30, 2025):
This has become a priority with the new branding and wide roll out of the new web frontend.
@DeclanChidlow commented on GitHub (Oct 5, 2025):
Blocked on the grounds that the new front-end doesn't have a built docker image available yet. Will update once it becomes available.