Skip to content

Commit

Permalink
Merge pull request #25 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
phil-cd committed May 1, 2022
2 parents 0cc915f + ad6eb34 commit 87d0a1f
Show file tree
Hide file tree
Showing 15 changed files with 297 additions and 485 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV HTTP_PORT=8080
ENV HTTPS_PORT=8443
ENV LAS2PEER_PORT=9011

RUN apk add --update bash && rm -f /var/cache/apk/*
RUN apk add --update bash curl && rm -f /var/cache/apk/*
RUN addgroup -g 1000 -S las2peer && \
adduser -u 1000 -S las2peer -G las2peer

Expand Down
2 changes: 0 additions & 2 deletions bin/start_ServiceAgentGenerator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash

# this scripts generates a xml file for the specified ServiceClass with the desired ServicePass
# pls run the script form the root folder of your deployment, e. g. ./bin/start_ServiceAgentGenerator.sh

java -cp "lib/*" i5.las2peer.tools.ServiceAgentGenerator "$@"
2 changes: 2 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ if [[ ! -z "${BOOTSTRAP}" ]]; then
done
fi

echo external_address = $(curl -s https://ipinfo.io/ip):${LAS2PEER_PORT} >etc/pastry.properties

# prevent glob expansion in lib/*
set -f
LAUNCH_COMMAND='java -cp lib/* --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED i5.las2peer.tools.L2pNodeLauncher -s service -p '"${LAS2PEER_PORT} ${SERVICE_EXTRA_ARGS}"
Expand Down
14 changes: 0 additions & 14 deletions frontend/callbacks/openidconnect-icons.js

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/callbacks/openidconnect-popup-signin-callback.js

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/callbacks/openidconnect-popup-signout-callback.js

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/callbacks/openidconnect-signin-silent-callback.js

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/callbacks/popup-signin-callback.html

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/callbacks/popup-signout-callback.html

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/callbacks/silent-callback.html

This file was deleted.

4 changes: 1 addition & 3 deletions frontend/dev/demo-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ export class DemoElement extends LitElement {
<las2peer-frontend-statusbar
id="statusBar"
service="Project List Demo"
oidcpopupsigninurl="/callbacks/popup-signin-callback.html"
oidcpopupsignouturl="/callbacks/popup-signout-callback.html"
oidcsilentsigninurl="/callbacks/silent-callback.html"
oidcclientid="localtestclient"
suppresswidgeterror="true"
autoAppendWidget=true
oidcAuthority="https://api.learning-layers.eu/o/oauth2"
></las2peer-frontend-statusbar>
<h2>Project list with "All Projects" enabled</h2>
<div style="display: flex">
Expand Down
Loading

0 comments on commit 87d0a1f

Please sign in to comment.