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.
- Host: GitHub
- URL: https://github.com/bramanda48/docker-mailserver-webapi
- Owner: bramanda48
- License: mit
- Created: 2024-03-01T02:20:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T17:09:28.000Z (about 1 year ago)
- Last Synced: 2025-05-08T07:55:05.774Z (5 months ago)
- Topics: container, docker, docker-mailserver, dovecot, fail2ban, imap, mail, mailserver, postfix, rest-api
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
| Branch | Status |
|---------|-------------------|
| master ||
| develop ||
## Installation & Usage
1. Create new file `user-patches.sh` in config folder.
2. Add this script inside `user-patches.sh`.
```bash
#!/bin/bashcurl -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.