-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Make Changes in Frontend Code/Layout OctoBot #2583
Comments
Hi @mkamranmazhar, You can find the source code of the OctoBot web interface here https://github.com/Drakkar-Software/OctoBot-Tentacles/tree/master/Services/Interfaces/web_interface. These files are automatically installed at first startup as modules named "tentacles" |
Thank you @Herklos These files will also be automatically installed if I run this via Docker, right? |
Right, you can find them at |
The second screenshot contains the files available in the OctoBot docker image. It doesn't represent the files on your computer/server. A docker image once started can create new files and directories. |
Indeed, you're correct. Once the Docker image is started, files are automatically generated within the Docker container. However, I'm curious about the location of the frontend code files within the Docker container. Obviously, frontend code files are also generated, which is why the frontend is displayed when I start it in the browser. Thank you. |
They are packaged from https://github.com/Drakkar-Software/OctoBot-Tentacles/tree/master/Services/Interfaces/web_interface and then downloaded from our servers when a bot starts. |
Thank you for update, @Herklos
And if so, does this mean I need to build the Docker image myself if I want to make changes to the source code? |
No you can just mount a volume on /tentacles (like https://github.com/Drakkar-Software/OctoBot/blob/master/Dockerfile#L66) and modify the web interface source files |
Hello,
I've successfully running OctoBot with Docker on my server.
I'm looking to make some changes to its frontend layout. However, I'm encountering difficulty understanding where the frontend files are located.
someone please guide me on how to locate the frontend files within the source code?
Thank you.
The text was updated successfully, but these errors were encountered: