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
|
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
|
### 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.
|
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:
|
Here is a list of modules supported:
|
||||||
- https proxy:
|
- https proxy:
|
||||||
- [HAProxy](https://github.com/indiehosters/haproxy)
|
- [HAProxy](https://lab.libreho.st/libre.sh/compose/haproxy)
|
||||||
- [Nginx](https://github.com/indiehosters/nginx)
|
- [Nginx](https://lab.libreho.st/libre.sh/compose/nginx)
|
||||||
- [monitoring](https://github.com/indiehosters/monitoring)
|
- [monitoring](https://lab.libreho.st/libre.sh/compose/monitoring)
|
||||||
- [git-puller](https://github.com/indiehosters/git-puller)
|
- [git-puller](https://lab.libreho.st/libre.sh/compose/git-puller)
|
||||||
- [backups](https://github.com/indiehosters/backups)
|
|
||||||
|
|
||||||
Go to their respective page for more details.
|
Go to their respective page for more details.
|
||||||
|
|
||||||
|
@ -80,7 +83,7 @@ Go to their respective page for more details.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /system/
|
cd /system/
|
||||||
git clone module
|
git clone https://lab.libreho.st/libre.sh/compose/[module]
|
||||||
cd module
|
cd module
|
||||||
libre enable
|
libre enable
|
||||||
libre start
|
libre start
|
||||||
|
|
Loading…
Reference in a new issue