Skip to content

Commit

Permalink
Update run-testsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Nov 26, 2024
1 parent b94a399 commit 2be60ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-testsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
sed -i "s|ghcr.io/slub/dfg-viewer|ghcr.io/markusweigelt/dfg-viewer|g" .env
# overwrite trusted host pattern config with ngrok url
sed -i "s|APP_T3_CONFIG_SYS_TRUSTEDHOSTSPATTERN=\"\"|APP_T3_CONFIG_SYS_TRUSTEDHOSTSPATTERN=\"bear-genuine-hookworm\\\.ngrok-free\\\.app\"|g" .env
cat .env
- name: Run DFG-Viewer using Docker Compose
working-directory: dfg-viewer/Docker
Expand All @@ -49,6 +48,11 @@ jobs:
&& sh dlf_3d_viewers/install.sh\
&& chown -R www-data:www-data dlf_3d_viewers"
# workaround disable the correct referrer check (not recommended; there might be a better solution)
# The problem was that when the user tried to log in to the backend, this check prevented them from doing so
# more informations https://docs.typo3.org/m/typo3/reference-exceptions/main/en-us/Exceptions/1588095935.html
- name: Disable referrer check of TYPO3

# workaround for issue https://github.com/slub/dlf-3d-viewers/issues/93
- name: Install PLY 3D model
run: |
Expand Down

0 comments on commit 2be60ce

Please sign in to comment.