compose-website/content/modules/_index.md

19 lines
429 B
Markdown
Raw Permalink Normal View History

2024-09-24 19:35:48 +00:00
---
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
```