Re: [dspace-tech] DSpace 7 SSL - ui and backend on one domain name

2022-06-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Karol, For your frontend config (config.prod.yml), your "ui" settings should be using localhost​. For example: ui: ssl: false host: localhost port: 4000 nameSpace: / This is necessary because the "ui" section tells Node where to start the frontend. In your situation you want it

Re: [dspace-tech] DSpace 7 SSL - ui and backend on one domain name

2022-06-22 Thread Karol Sokalski
Hi, this is my configuration: local.cfg dspace.server.url = https://dspace.test.pl/server dspace.ui.url = https://dspace.test.pl config.prod.yml ui: ssl: false host: dspace.test.pl port: 4000 nameSpace: / rest: ssl: true host: dspace.test.pl port: 443 nameSpace: /server

Re: [dspace-tech] Unable to submit an item

2022-06-22 Thread Tianyi Gu
Hi Mark, I misunderstood the guide the in the instruction: DOI Digital Object Identifier - DSpace 7.x Documentation - LYRASIS Wiki *"Then you should add 'doi' to the property event.dispatcher.default.consumers. After

Re: [dspace-tech] Unable to submit an item

2022-06-22 Thread Tianyi Gu
Hi Mark, Thank you for looking into the issue. 1. I checked my local.cfg file again, I didn't find event.consumer.harvester.class in it. The datacite configuration is in the bottom and the actual file is attached. May I ask how I could define the event.consumer.harvester.class? 2. I didn't

[dspace-tech] Re: Customizing DSpace using default template / Remove DSpace 7 text

2022-06-22 Thread Lewatle Johannes Phaladi
Thanks very much I have managed to change information on home page using path you have shared. On Wednesday, 22 June 2022 at 13:02:41 UTC+2 vzapate...@gmail.com wrote: > Hi > > Change dspace template > at >

Re: [dspace-tech] Unable to submit an item

2022-06-22 Thread Mark H. Wood
On Tue, Jun 21, 2022 at 03:02:22PM -0700, Tianyi Gu wrote: > I had a new DSpace 7.2.1 instance installed. Everything went well at > beginning, until I modified the local.cfg file, DIM2DataCite.xsl and > identifier-service.xml, according to the guide >

[dspace-tech] Re: Customizing DSpace using default template / Remove DSpace 7 text

2022-06-22 Thread Vicente Zapatero Martin
Hi Change dspace template at [dspace-angular-frontend]\src\themes\dspace\app\home-page\home-news\home-news.component.html Rebuild production environment. yarn run build:prod or do interactive changes in developer mode. yarn run start:dev El miércoles, 22 de junio de 2022 a las 11:41:46