mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-22 08:50:05 -05:00
How to set up the web interface? #685
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 @JaymenChou on GitHub (Jan 19, 2025).
problem description
Hi devs,
How to build up a web interface for self-hosted services. Seems no web UI after version 7? Or is there any guidelines for setting up the web UI as well. Thanks!
your instance configuration
@dumbmoron commented on GitHub (Jan 19, 2025):
the documentation for the frontend is in the web folder: https://github.com/imputnet/cobalt/tree/main/web
@JaymenChou commented on GitHub (Jan 19, 2025):
Can I host the frontend using docker container?
@AlexAltea commented on GitHub (Jan 21, 2025):
@JaymenChou Yes, see: https://github.com/imputnet/cobalt/issues/768#issuecomment-2585195207
@Riders004 commented on GitHub (Feb 12, 2025):
How to get jwt secret and token
https://github.com/imputnet/cobalt/blob/main/api/src/config.js
Line 39, 40, 41, 42