Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ npm-debug.log.*
*.ngfactory.ts
*.css.shim.ts
*.scss.shim.ts
.angular

# Webpack files
webpack.records.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY package.json yarn.lock ./
RUN yarn install --network-timeout 300000

ADD . /app/
ENV NODE_OPTIONS=--max_old_space_size=4096
RUN yarn build:prod

FROM node:18-alpine
Expand Down
15 changes: 14 additions & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
ui:
ssl: false
host: localhost
port: 4000

rest:
ssl: true
host: demo.dspace.org
port: 443
nameSpace: /server

mediaViewer:
image: true
video: true

themes:
- name: qulto
headTags:
- tagName: link
attributes:
rel: icon
href: /assets/szerep/images/qultoIcon.svg
href: /assets/qulto/images/qultoIcon.svg
sizes: image/svg+xml
- tagName: meta
attributes:
name: headerLogo
content: /assets/qulto/images/logos/logo.svg

homePage:
topLevelCommunityList:
Expand Down
Loading
Loading