How to set up the web interface? #685

Closed
opened 2025-11-09 09:55:56 -06:00 by GiteaMirror · 4 comments
Owner

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


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 ```shell ```
GiteaMirror added the instance hosting help label 2025-11-09 09:55:56 -06: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

@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?

@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

@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

@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.