mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
298 B
Markdown
16 lines
298 B
Markdown
---
|
|
title: Mailcow
|
|
description: Mailcow Widget Configuration
|
|
---
|
|
|
|
Learn more about [Mailcow](https://github.com/mailcow/mailcow-dockerized).
|
|
|
|
Allowed fields: `["domains", "mailboxes", "mails", "storage"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: mailcow
|
|
url: https://mailcow.host.or.ip
|
|
key: mailcowapikey
|
|
```
|