All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m1s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m27s
Documentation / Build and Deploy Documentation (push) Successful in 57s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m11s
Checks / Prek / Pre-commit & Formatting (push) Successful in 2m16s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 6m57s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 6m44s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 17s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 8m50s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 13m36s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 13m45s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 21s
21 lines
276 B
Markdown
21 lines
276 B
Markdown
## Example configuration
|
|
|
|
<details>
|
|
<summary>Example configuration</summary>
|
|
|
|
```toml
|
|
{{#include ../../conduwuit-example.toml}}
|
|
```
|
|
|
|
</details>
|
|
|
|
## systemd unit file
|
|
|
|
<details>
|
|
<summary>systemd unit file</summary>
|
|
|
|
```
|
|
{{#include ../../pkg/conduwuit.service}}
|
|
```
|
|
|
|
</details>
|