mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-11 23:58:46 +00:00
15 lines
298 B
Markdown
15 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
|
|
```
|