From 35b9efe228a72b6e62f92ffdefdfdbac96c3eb54 Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Wed, 26 Feb 2020 16:11:36 +0100 Subject: [PATCH] Update doc --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c53b67..8972286 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ We can affirm that V2 scales globally because it is based on kubernetes, a tool To install it, follow the instructions in `INSTALL_LINUX.md` : https://lab.libreho.st/libre.sh/compose.libre.sh/blob/master/INSTALL_LINUX.md +Or run our installer script + +https://lab.libreho.st/libre.sh/compose.libre.sh/raw/master/install.linux.sh + ### What is libre.sh libre.sh is a little framework to host Docker. It is simple and modular and respect the convention over configuration paradigm. @@ -68,11 +72,10 @@ All of this is hosted by libre.sh :) Here is a list of modules supported: - https proxy: - - [HAProxy](https://github.com/indiehosters/haproxy) - - [Nginx](https://github.com/indiehosters/nginx) - - [monitoring](https://github.com/indiehosters/monitoring) - - [git-puller](https://github.com/indiehosters/git-puller) - - [backups](https://github.com/indiehosters/backups) + - [HAProxy](https://lab.libreho.st/libre.sh/compose/haproxy) + - [Nginx](https://lab.libreho.st/libre.sh/compose/nginx) + - [monitoring](https://lab.libreho.st/libre.sh/compose/monitoring) + - [git-puller](https://lab.libreho.st/libre.sh/compose/git-puller) Go to their respective page for more details. @@ -80,7 +83,7 @@ Go to their respective page for more details. ``` cd /system/ -git clone module +git clone https://lab.libreho.st/libre.sh/compose/[module] cd module libre enable libre start -- GitLab