Self-Hosting the UI #253
-
First of all, I love this project. The idea is excellent, and the UI is chefs kiss. However, I'm confused about self-hosting it. I am currently running Lodestone in a Docker container, and the only way I can see to connect to the UI is through the website. Am I missing the ability to self-host that UI as well? Is that served from the Docker container, should I deploy the website separately, or is this not supported yet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for the kind words! The dashboard is a standard react project so you can just clone https://github.com/Lodestone-Team/lodestone and do |
Beta Was this translation helpful? Give feedback.
-
When using the Container Image for the webapp, which ports need to be opened/mapped? EDIT: found it myself, seems to be port 80 |
Beta Was this translation helpful? Give feedback.
Thanks for the kind words! The dashboard is a standard react project so you can just clone https://github.com/Lodestone-Team/lodestone and do
npm i
andnpm build