Ondřej Košarko
Ondřej Košarko
confirmed 'ask always' implemented as a per user policy valid for a short period? where would the confirmation happen? can we borrow ideas from OAUTH? Is there a notion of...
What I'm thinking: We should be careful with that, when we officially support this shouldn't we somewhere express the different semantic, eg. by specifying `text/markdown` (https://www.rfc-editor.org/rfc/rfc7763). Should we drop the...
apparently zenodo allows markdown, but what do they do in exports?
Something seems to be provided in vanilla: https://github.com/DSpace/dspace-angular/blob/dspace-7_x/src/config/default-app-config.ts#L419 . Need to investigate
@milanmajchrak are you already tracking this?
@simongray does the FE start for you like this: ``` docker run --pull=always -p 4000:4000 -e DSPACE_UI_HOST=0.0.0.0 -e DSPACE_UI_NAMESPACE=/ -e DSPACE_UI_PORT="4000" -e DSPACE_UI_SSL="false" --rm --entrypoint 'yarn' ufal/dspace-angular:dspace-7_x start:dev ``` it...
try: ``` docker run --pull=always -p 4000:4000 -e DSPACE_UI_HOST=0.0.0.0 -e DSPACE_UI_NAMESPACE=/ -e DSPACE_UI_PORT="4000" -e DSPACE_UI_SSL="false" -e DEBUG=nodemon,nodemon:* --rm --entrypoint yarn ufal/dspace-angular:dspace-7_x start ``` there's an extra `-e DEBUG=nodemon,nodemon:*` maybe it'll...
@simongray I was able to reproduce your issue on a heavy loaded system, the underlying reason in my case is not enough memory and the oom-killer killing `ng serve --host`...
This is a snapshot of docker stats something like a minute after everything starts ``` 380d9464b5eb dspacesolr1 0.44% 587.7MiB / 20GiB 2.87% 107kB / 43.5kB 0B / 0B 52 0a3bf734894e...
Just a minor update, on mac we've had better experience with orb stack (https://orbstack.dev/) than docker desktop. The experience is with m4 and 24GB RAM. Also on the m4 we...