Peyman
Peyman
Sorry for the late answer. > Please correct this values, also describe where I can retrieve value for **API_KEY_CLIENT_SECRET** if you can. You can get that in keycloak panel. In...
> Hi Do you have a little step by step manual how to configure it? > > I'm trying to find documentation about it , but no luck > >...
In case of `postgres-opex_1`, there is a bug in the docker-compose.yml configuration which causes this container to exit. But since this container is not being used by any of the...
That looks like a problem related to docker and your host OS. Please refer to this [link](https://discuss.elastic.co/t/volume-mapped-filebeat-yml-permissions-from-docker-on-windows-host/91893/4) for a possible solution and let me know if you need any help
By the way, it's not absolutely necessary to run filebeat, elastic, and kibana. The system works without these containers. They're just for monitoring and still under development
> Thank you Marchosiax. I checked all docker-compose file but I did not find exposed port. Example vault:9200, web-app 80 port. Can you share web-app and admin-panel packages env files?...
Web app ``` REACT_APP_ENV: "development", REACT_APP_API_BASE_URL: "http://localhost:3000", REACT_APP_CLIENT_ID: "web-app", REACT_APP_CLIENT_SECRET: "263d27a3-0ed7-4a81-b0cd-0973acafd878", REACT_APP_TITLE: "OPEX", REACT_APP_DESCRIPTION_CONTENT: "Open Source Exchange", REACT_APP_LOGIN_CLIENT_ID: "admin-cli", REACT_APP_MULTI_LANGS_SUPPORT : "TRUE", REACT_APP_PRELOAD_LANG : "en", REACT_APP_LANGS_SUPPORT : "[en]", REACT_APP_DEFAULT_THEME :...
> Thank you peyman, js-api-client is necessary module ? How am I up this package? And again could you help me about js-api env file. I'll mention front-end team here...
You are clearly having difficulty with CORS configuration. We've configured CORS with Nginx (which is available [here](https://github.com/opexdev/reverse-proxy) btw), so every request goes through there and as far as I see,...
> Thank you peyman. I will use to NGINX. Lastly, Could you send me .env file for proxy-manager. ```bash EXPOSED_PORT=443 SERVER_NAME_DASHBOARD=dashbrd-dev.opex.dev SERVER_NAME_ADMIN_PANEL=adm-dev.opex.dev SERVER_NAME_WEB_APP=dev.opex.dev SERVER_NAME_AUTH=auth-dev.opex.dev SERVER_NAME_API=api-dev.opex.dev SERVER_NAME_KIBANA=kibana-dev.opex.dev ``` Remember, you also...