Thanks,
with new instruction I can run dspace7.
--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-communi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/9bb60609-9605-4044-a9f3-1ae13b24a08bn%40googlegroups.com.
-- Nagy Ákos libreoffice.ro
I want to run the rest api and the ui behind traefik proxy.
Because the ui run on localhost, I got a Header error.
How can I enable --disableHostCheck flag for angular?
The single way that I found, is to modify the serve.ts and mount
it in docker:
volumes:
- ./serve.ts:/app/scripts/serve.ts
Can I enable it with environment variables?
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/ded1dca9-6229-f5a9-d712-95dba85878f8%40libreoffice.ro.
-- Nagy Ákos libreoffice.ro
Hi,
finally I can made a working dspace 7 with https behind traefik:
https://github.com/akoscomp/dspace-docker-traefik
I don't find an optimal way to set the --disableHostCheck flag,
finally I mount the updated serve.ts in container.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/ba7693dd-806a-4825-8284-556666b04ee1n%40googlegroups.com.
-- Nagy Ákos libreoffice.ro