mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
Official Docker Image for Cobalt Web Frontend #710
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 @dennysubke on GitHub (Feb 7, 2025).
describe the feature you'd like to see
First of all, thanks for the amazing work on Cobalt! The API is working great, but it would be really helpful if the web frontend was also available as an official Docker container.
Feature Request:
ghcr.io).docker-compose.ymlto easily deploy both the API and web frontend together.Why?
docker-compose up -d.If there's already a plan for this feature, it would be great to know if/when it's coming.
Thanks again for your work! 😊
@MicroGalaxy commented on GitHub (Mar 2, 2025):
ghcr.io/imputnet/cobalt-web 404
@twinmoonsllc commented on GitHub (Mar 14, 2025):
So I installed the Cobalt Docker package assuming it had both the API and the front-end, but nope! It's great to see that it's built on Sveltekit, which I can install fairly quickly, but it would be really nice to have a docker package for that as well. Much needed!!!
@pthoelken commented on GitHub (Apr 5, 2025):
Oh lord, I need this for my translation stuff at the moment. Currently I'm working at the german translation and I can't start the frontend to confirm my translations.
Is there any way to start a frontend?