Update doc
This commit is contained in:
parent
e928562fce
commit
35b9efe228
1 changed files with 9 additions and 6 deletions
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue