Skip to content

Frontend Origin

You need to modify the ORIGIN env variable inside frontend.yaml, since otherwise the CORS will prevent the web interface from functioning.

For instance replace

- name: ORIGIN
  value: http://172.23.101.111:30380

with

- name: ORIGIN
  value: https://<domain.for.frontend.tld>