From 359418c25441d6b821065ab570f49de7b275a9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 6 Jun 2019 15:35:24 +0200 Subject: [PATCH] chg: Add doc for aquarium --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e44e37e..647c493 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,17 @@ And you can open ```http:///``` Now, you should configure [TLS (let's encrypt and so on)](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04) +# Use aquarium for a reliable multi-users app -# Run the app with Docker +Aquarium is a haproxy + splash bundle that will allow lookyloo to be used by more than one user at once. + +The initial version of the project was created by [TeamHG-Memex](https://github.com/TeamHG-Memex/aquarium) but +we have a [dedicated repository](https://github.com/circl/aquarium) that fits our needs better. + +Follow [the documentation](https://github.com/CIRCL/aquarium/blob/master/README.rst) if you want to use it. + + +# Run the app with a simple docker setup ## Dockerfile The repository includes a [Dockerfile](Dockerfile) for building a containerized instance of the app.