From 976cb195c65aeda4fffba66acb5ae6d13d0404d6 Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Mon, 12 Jan 2026 14:15:04 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf41a6..f6ba016 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mailcow Alias Manager Web Interface -A Python-based web application for managing mail aliases on a Mailcow instance. Built with Flask and a dark theme interface for internal network use. +A Python-based web application for managing mail aliases on a Mailcow instance. Built with Flask and a dark theme interface for internal network use. This application uses [malias](https://gitlab.pm/rune/malias) as base. Malias it self is a CLI application for managing aliases on a Mailcow Instance. If you already are using the CLI instance you can copy the the DB file over to your `/data` directory and you'll keep you API key etc. If you start with a blank DB you can use the `Sync Aliases` function to populate existing aliases to your local db. ## Features