Can we modify the web UI?

If we want to customize the webUI, can we directly modify the page code like html to do it? If so, which folder are these files in?

Hi @emeee !

Sorry, but I’m afraid it’s not that simple. The frontend of SCM-Manager is based on a Javascript framework called React. So if you would like to change some things here, you’d have to change some tsx files. If you just want to change CSS styles, you will find scss files the source code. In both cases, you’d have to build your own version of SCM-Manager though.

Got it. thank you!!!