You need to be polite and apologize to the community members and that's because of two reasons. 1) You asking for an un-supported/un-recommended configuration. 2) What you are trying to do is already posted in this thread (still on the first page) https://groups.google.com/g/dspace-tech/c/a3QkSg4zUSg/m/S4rcEVgYBwAJ
Warning: This is an unrecommended and unsupported configuration (I'm asking you not to setup it up this unless it's a day or two demonstration server). **** For this to work you must have dspace version 7.3 and above and port 80 and 8080 should be opened and accessible from inside network or the public internet ( See the public access configuration at the bottom of this post ). ** To setup DSpace to be accessed from the local/inside/closed network on the IP address do: ** In local.cfg or dspace.cfg dspace.server.url = http://server-private-ip:8080/server dspace.ui.url = http://server-private-ip # In config.prod.yml ui: ssl: false host: server-private-ip port: 80 rest: ssl: false host: server-private-ip port: 8080 nameSpace: /server 1) yarn test:rest 2) yarn start:prod 3) Access DSpace at http://server-private-ip **** To setup DSpace to be accessed from the public Internet on the IP address configuration do: ** In local.cfg or dspace.cfg dspace.server.url = http://server-public-ip:8080/server dspace.ui.url = http://server-public-ip # In config.prod.yml ui: ssl: false host: server-private-ip port: 80 rest: ssl: false host: server-public-ip port: 8080 nameSpace: /server 1) yarn test:rest 2) yarn start:prod 3) Access DSpace at http://server-public-ip Speechless :( On Friday, February 17, 2023 at 8:41:53 AM UTC+3 Ali Shahzad wrote: > useless community no one is helping ... > > thank you. > > On Wednesday, February 15, 2023 at 9:54:41 AM UTC+5 Ali Shahzad wrote: > >> Hello Everyone. >> Dear Community, >> Could you help me for the setup of the Local IP Configuration? I have >> recently installed dspace7 it's working well on localhost:4000 but the >> problem is that it's not working on the local IP. I want to access dspace7 >> on the local network. >> >> i have already configured the frontend and backend config file. when i >> hit the link it land on the page and the redirect me on the 500 page the >> service is unavailable. >> Please see the attached image for your reference. >> >> Please help me... >> > -- 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 Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/de629f64-a244-4432-adcc-b0681dc4e989n%40googlegroups.com.
