fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 88 forks source link

Create a docker compose file with fossology backend #85

Closed sameer1046 closed 3 years ago

sameer1046 commented 3 years ago

Unable to use the UI with a Fossology backend due to cross origin policy.

Please create a docker compose file with Fossology backend for containerized execution.

Shruti3004 commented 3 years ago

Hey, @sameer1046 have you tried changing the port Admin>Customize

Screenshot from 2021-07-07 13-14-44

sameer1046 commented 3 years ago

Please make the apiUrl configurable in a config file The app is not working in windows due to error " delete ‘␍’eslint (prettier / prettier) error"

Aman-Codes commented 3 years ago

@sameer1046 Yes there is already a pull request (#69) for keeping apiUrl in a separate .env file. Also for the Prettier issue I have update the PR (#87)

GMishx commented 3 years ago

Hello @sameer1046 PR #69 will put the apiUrl in an .env file.