compose-website/content/modules/_index.md
2024-09-24 21:35:48 +02:00

18 lines
429 B
Markdown

---
weight: 40
---
## Modules
The PaaS is really modular, that's why it contains the strict necessary, then you'll probably want to add [`system`](./system) modules or [`applications`](./applications).
There are 2 [unit-files](https://lab.libreho.st/libre.sh/compose.libre.sh/tree/master/unit-files) to manage system modules and applications.
### Debugging
```
libre ps
libre logs -f --tail=100
libre stop
libre restart
```