Skip to content
Draft
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
12 changes: 11 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"lodash",
"jwt-decode",
"uuid",
"zone.js"
"zone.js",
"orejime",
"leaflet",
"leaflet-providers",
"leaflet.markercluster",
"date-fns-tz"
],
"outputPath": "dist/browser",
"index": "src/index.html",
Expand Down Expand Up @@ -59,6 +64,11 @@
"inject": false,
"bundleName": "dspace-theme"
},
{
"input": "src/themes/krex/styles/theme.scss",
"inject": false,
"bundleName": "krex-theme"
},
"node_modules/leaflet/dist/leaflet.css",
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css",
"node_modules/leaflet.markercluster/dist/MarkerCluster.css"
Expand Down
9 changes: 8 additions & 1 deletion config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ debug: false
ui:
ssl: false
host: localhost
port: 4000
port: 4003
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the port change?

# NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: /
# The rateLimiter settings limit each IP to a 'limit' of 500 requests per 'windowMs' (1 minute).
Expand Down Expand Up @@ -479,6 +479,13 @@ themes:
attributes:
rel: manifest
href: assets/dspace/images/favicons/manifest.webmanifest
- tagName: meta
-name: krex
# - name:
# - tagName: krex
# attributes:
# rel: icon
# sizes: any

# The default bundles that should always be displayed as suggestions when you upload a new bundle
bundle:
Expand Down
5 changes: 5 additions & 0 deletions config/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

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

themes:
- name: krex
extends: dspace
Loading
Loading