I pulled using docker, I would like to edit the front end web server code, I was wondering where it is located. For example, I would like to edit the app.html of the code, where can I edit it?
Originally created by @yuchenxie4645 on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11000
I pulled using docker, I would like to edit the front end web server code, I was wondering where it is located. For example, I would like to edit the app.html of the code, where can I edit it?
As @rgaricano said, you can locate the frontend code in src/ and rebuild the code after editing files
<!-- gh-comment-id:2691519493 -->
@dannyl1u commented on GitHub (Feb 28, 2025):
As @rgaricano said, you can locate the frontend code in `src/` and rebuild the code after editing files
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @yuchenxie4645 on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11000
I pulled using docker, I would like to edit the front end web server code, I was wondering where it is located. For example, I would like to edit the app.html of the code, where can I edit it?
@rgaricano commented on GitHub (Feb 28, 2025):
there are svelte files places on /src that are compiled on /build
@dannyl1u commented on GitHub (Feb 28, 2025):
As @rgaricano said, you can locate the frontend code in
src/and rebuild the code after editing files