-
Notifications
You must be signed in to change notification settings - Fork 144
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
WebConsole project : the port used by webUI is not secured #55
Comments
Out of curiosity, what do you mean by not secure ? Is it because you are using http and not https on the port 5000 of the webui ? Regarding your question about how to modify the project to use you own repo, you can update the # Clone custom WebUI repo
RUN cd $GOPATH/src/free5gc \
&& rm -rf webconsole \
&& git clone https://github.com/nathalie21005/webconsole.git right before this line here: free5gc-compose/base/Dockerfile Line 23 in 0a07874
Note: when you git clone the repo, by default git will point to the branch Regards, |
Thanks @abousselmi. |
@abousselmi , I followed the steps mentioned here https://www.hostinger.com/tutorials/how-to-set-up-nginx-reverse-proxy/ but I am not sure if this is correct. Also I am not sure where exactly should I install it under webui folder? or webui container running? Also I am using Apache on my environment not nginx |
Hi @nathalie21005, I'm not really an apache expert, I can't really help with this. Though, I do not recommend the modification of the WebUI container to run the reverse proxy, but instead I think HTTPS should be terminted using reverse proxy which in terns will communicate in http with the WebUI on port 5000 of the container, or the host if you chose to forward it to the host server. |
@nathalie21005
configuration file:
|
@ianchen0119 I added your answer to readme for reference. Thanks ! Closing this issue. |
Hi @abousselmi ,
I am facing a problem with webconsole project which is not secure and make my system vulnerable.
I know how to fix the code but I need your help to tell me how to override the webUI container by adding my changes.
I took a fork from free5gc/webconsole project but where can I in the yaml file should I do the changes to read from my github instead of free5gc github?
Your help is much appreciated.
Regards,
Nathalie Wehbe
The text was updated successfully, but these errors were encountered: