From 2ec4c37e805ac62e57831326225b9c119d330ddf Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 29 Nov 2023 11:48:33 +0100 Subject: [PATCH] Extra firefox container for testing #103 --- README.md | 2 +- mfazones | 2 +- servers/docker-compose.yaml | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84975d..ac0993c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mfazones b/mfazones index 7f517dc..dc01876 160000 --- a/mfazones +++ b/mfazones @@ -1 +1 @@ -Subproject commit 7f517dc78a3f83614ac810fd0968ae1ce70242df +Subproject commit dc018761a9362bda4874230e3e35608475dbd998 diff --git a/servers/docker-compose.yaml b/servers/docker-compose.yaml index 0b0e77a..ea0136b 100644 --- a/servers/docker-compose.yaml +++ b/servers/docker-compose.yaml @@ -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