Skip to content

Commit a954ee3

Browse files
committed
docs: Add links to Docker Mailserver repository
1 parent 6cc8807 commit a954ee3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Mailserver GUI - Detailed Docker Setup
22

3-
This document provides detailed instructions for deploying and managing the Docker Mailserver GUI using Docker.
3+
This document provides detailed instructions for deploying and managing the [Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver) GUI using Docker.
44

55
## Prerequisites
66

README.dockerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Mailserver GUI
22

3-
A graphical user interface for managing Docker Mailserver. The application allows easy management of email accounts, aliases, and monitoring of server status.
3+
A graphical user interface for managing [Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver). The application allows easy management of email accounts, aliases, and monitoring of server status.
44

55
[![Docker Pulls](https://img.shields.io/docker/pulls/dunajdev/docker-mailserver-gui)](https://hub.docker.com/r/dunajdev/docker-mailserver-gui)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Mailserver GUI
22
[![Docker Pulls](https://img.shields.io/docker/pulls/dunajdev/docker-mailserver-gui)](https://hub.docker.com/r/dunajdev/docker-mailserver-gui)
33

4-
A graphical user interface for managing Docker Mailserver. The application allows easy management of email accounts, aliases, and monitoring of server status.
4+
A graphical user interface for managing [Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver). The application allows easy management of email accounts, aliases, and monitoring of server status.
55

66
## Features
77

backend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backend GUI for Docker Mailserver
22

3-
This is a backend API for the Docker Mailserver user interface, enabling management of email accounts, aliases, and other mail server functions.
3+
This is a backend API for the [Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver) user interface, enabling management of email accounts, aliases, and other mail server functions.
44

55
## Installation
66

@@ -37,4 +37,4 @@ SETUP_SCRIPT=/path/to/docker-mailserver/setup.sh
3737
- `DELETE /api/accounts/:email` - Delete an account
3838
- `GET /api/aliases` - List of aliases
3939
- `POST /api/aliases` - Add a new alias
40-
- `DELETE /api/aliases/:source/:destination` - Delete an alias
40+
- `DELETE /api/aliases/:source/:destination` - Delete an alias

0 commit comments

Comments
 (0)