An open API service indexing awesome lists of open source software.

https://github.com/bramanda48/docker-mailserver-webapi

🐋 ~ a REST API that helps you efficiently manage the docker-mailserver configuration.
https://github.com/bramanda48/docker-mailserver-webapi

container docker docker-mailserver dovecot fail2ban imap mail mailserver postfix rest-api

Last synced: 5 months ago
JSON representation

🐋 ~ a REST API that helps you efficiently manage the docker-mailserver configuration.

Awesome Lists containing this project

README

          



Screenshoot

Docker Mailserver - Web API



a REST API that helps you efficiently manage your docker-mailserver configuration.



GitHub release
License


---

| Branch | Status |
|---------|-------------------|
| master | Under Development |
| develop | Under Development |

## Installation & Usage

1. Create new file `user-patches.sh` in config folder.
2. Add this script inside `user-patches.sh`.
```bash
#!/bin/bash

curl -fsSL https://raw.githubusercontent.com/bramanda48/docker-mailserver-webapi/master/scripts/user-patches.sh | bash
```
3. By default, this application will run on port 3000. You need add the port to `docker-compose.yml`.
4. Redeploy the container.

## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/bramanda48/docker-mailserver-webapi/blob/master/LICENSE.md) file for details.

## Acknowledgments

Inspiration, code snippets, icon, etc.
* [Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver) by The Docker Mailserver Organization & Contributors.