1
0
Fork 0
selfhostblocks/docs/services.md

39 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-12-24 07:50:22 +01:00
# Services {#services}
2024-02-02 21:16:38 +01:00
Services are usually web applications that SHB help you self-host. Configuration of those is
purposely made opinionated and require as few nix options as can make sense. That is possible thanks to the extensive use of blocks provided by SHB.
::: {.note}
Not all services are yet documented. You can find all available services [in the repository](@REPO@/modules/services).
:::
The following table summarizes for each documented service what features it provides. More
information is provided in the respective manual sections.
2023-12-24 07:50:22 +01:00
| Service | Backup | Reverse Proxy | SSO | LDAP | Monitoring | Profiling |
|-----------------------|--------|---------------|-----|-------|------------|-----------|
2024-01-29 07:33:49 +01:00
| [Nextcloud Server][1] | P (1) | Y | Y | Y | Y | P (2) |
2024-09-08 08:33:22 +02:00
| [Vaultwarden][2] | P (1) | Y | Y | Y | N | N |
| [Forgejo][3] | Y | Y | Y | Y | N | N |
2023-12-24 07:50:22 +01:00
Legend: **N**: no but WIP; **P**: partial; **Y**: yes
1. Does not backup the database yet.
2. Works but the traces are not exported to Grafana yet.
2023-12-24 07:50:22 +01:00
[1]: services-nextcloud.html
2024-08-12 04:34:01 +02:00
[2]: services-vaultwarden.html
2024-09-13 00:01:28 +02:00
[3]: services-forgejo.html
2024-08-12 04:34:01 +02:00
```{=include=} chapters html:into-file=//services-vaultwarden.html
modules/services/vaultwarden/docs/default.md
```
2023-12-24 07:50:22 +01:00
```{=include=} chapters html:into-file=//services-nextcloud.html
modules/services/nextcloud-server/docs/default.md
```
2024-09-08 08:33:22 +02:00
```{=include=} chapters html:into-file=//services-forgejo.html
modules/services/forgejo/docs/default.md
```