Skip to content

Commit

Permalink
Extra firefox container for testing #103
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 29, 2023
1 parent de065bc commit 2ec4c37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd servers
./setup-gss.sh testnet
```
* go to http://localhost:5800
* log in to https://sunet-nc2/index.php/login?direct=1 as `Admin` / `!QAZ1qaz`
* log in to http://sunet-nc2/index.php/login?direct=1 as `Admin` / `!QAZ1qaz`
* Optionally, check the workflow exists in administrative settings -> Flow
* In a private browsing tab, log in to http://sunet-nc2 as usr1 / pwd1
* if you get an endless SAML redirect, see https://github.com/pondersource/nextcloud-mfa-awareness/issues/102
Expand Down
2 changes: 1 addition & 1 deletion mfazones
12 changes: 12 additions & 0 deletions servers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,15 @@ services:
# - /tmp/shm:/config:rw
networks:
- testnet


firefox-tester2:
container_name: sunet-tester2
image: jlesage/firefox:v1.17.1
ports:
- 5800:5801
shm_size: '2gb'
# volumes:
# - /tmp/shm:/config:rw
networks:
- testnet

0 comments on commit 2ec4c37

Please sign in to comment.