[GH-ISSUE #1062] How to set up the web interface? #6552

Closed
opened 2026-04-19 08:40:21 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @JaymenChou on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1062

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


Originally created by @JaymenChou on GitHub (Jan 19, 2025). Original GitHub issue: https://github.com/imputnet/cobalt/issues/1062 ### 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 ```shell ```
GiteaMirror added the instance hosting help label 2026-04-19 08:40:21 -05:00
Author
Owner

@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

<!-- gh-comment-id:2600896640 --> @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
Author
Owner

@JaymenChou commented on GitHub (Jan 19, 2025):

Can I host the frontend using docker container?

<!-- gh-comment-id:2600900367 --> @JaymenChou commented on GitHub (Jan 19, 2025): Can I host the frontend using docker container?
Author
Owner

@AlexAltea commented on GitHub (Jan 21, 2025):

Can I host the frontend using docker container?

@JaymenChou Yes, see: https://github.com/imputnet/cobalt/issues/768#issuecomment-2585195207

<!-- gh-comment-id:2605066849 --> @AlexAltea commented on GitHub (Jan 21, 2025): > Can I host the frontend using docker container? @JaymenChou Yes, see: https://github.com/imputnet/cobalt/issues/768#issuecomment-2585195207
Author
Owner

@Riders004 commented on GitHub (Feb 12, 2025):

the documentation for the frontend is in the web folder: https://github.com/imputnet/cobalt/tree/main/web

How to get jwt secret and token

https://github.com/imputnet/cobalt/blob/main/api/src/config.js

Line 39, 40, 41, 42

<!-- gh-comment-id:2652689649 --> @Riders004 commented on GitHub (Feb 12, 2025): > the documentation for the frontend is in the web folder: https://github.com/imputnet/cobalt/tree/main/web How to get jwt secret and token https://github.com/imputnet/cobalt/blob/main/api/src/config.js Line 39, 40, 41, 42
Sign in to join this conversation.