32 lines
688 B
Markdown
32 lines
688 B
Markdown
|
---
|
||
|
title: "System"
|
||
|
weight: 30
|
||
|
# bookFlatSection: false
|
||
|
# bookToc: true
|
||
|
# bookHidden: false
|
||
|
# bookCollapseSection: false
|
||
|
# bookComments: false
|
||
|
# bookSearchExclude: false
|
||
|
---
|
||
|
|
||
|
## System modules
|
||
|
|
||
|
Here is a list of modules supported:
|
||
|
- https proxy:
|
||
|
- [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 page for details.
|
||
|
|
||
|
### To install and start a module
|
||
|
|
||
|
```
|
||
|
cd /system/
|
||
|
git clone https://lab.libreho.st/libre.sh/compose/[module]
|
||
|
cd module
|
||
|
libre enable
|
||
|
libre start
|
||
|
```
|