From 010e5ca2a6a5e795da0683d369a277283e11906b Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Wed, 5 Apr 2017 23:55:54 +0200 Subject: [PATCH] Perform read-only splits for the containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .gitsplit.yml file contains the configuration to be used by Jérémy Derussé's docker-gitsplit container. For usage instructions see https://github.com/jderusse/docker-gitsplit --- .gitsplit.yml | 30 ++++++++++++++++++++++++++++++ admin/README.md | 12 ++++++++++++ dovecot/README.md | 15 +++++++++++++++ nginx/README.md | 2 +- 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 .gitsplit.yml create mode 100644 admin/README.md create mode 100644 dovecot/README.md diff --git a/.gitsplit.yml b/.gitsplit.yml new file mode 100644 index 00000000..553fecef --- /dev/null +++ b/.gitsplit.yml @@ -0,0 +1,30 @@ +splits: + - prefix: "admin" + target: "https://${GH_TOKEN}@github.com/Mailu/Admin.git" + - prefix: "clamav" + target: "https://${GH_TOKEN}@github.com/Mailu/ClamAV.git" + - prefix: "dovecot" + target: "https://${GH_TOKEN}@github.com/Mailu/Dovecot.git" + - prefix: "fetchmail" + target: "https://${GH_TOKEN}@github.com/Mailu/Fetchmail.git" + - prefix: "nginx-no-https" + target: "https://${GH_TOKEN}@github.com/Mailu/NGINX-no-HTTPS.git" + - prefix: "nginx" + target: "https://${GH_TOKEN}@github.com/Mailu/NGINX.git" + - prefix: "postfix" + target: "https://${GH_TOKEN}@github.com/Mailu/Postfix.git" + - prefix: "radicale" + target: "https://${GH_TOKEN}@github.com/Mailu/Radicale.git" + - prefix: "rainloop" + target: "https://${GH_TOKEN}@github.com/Mailu/RainLoop.git" + - prefix: "rmilter" + target: "https://${GH_TOKEN}@github.com/Mailu/Rmilter.git" + - prefix: "roundcube" + target: "https://${GH_TOKEN}@github.com/Mailu/Roundcube.git" + - prefix: "rspamd" + target: "https://${GH_TOKEN}@github.com/Mailu/Rspamd.git" + +origins: + - ^master$ + - ^stable$ + - ^\d+\.\d+$ diff --git a/admin/README.md b/admin/README.md new file mode 100644 index 00000000..ad67ff85 --- /dev/null +++ b/admin/README.md @@ -0,0 +1,12 @@ +Mailu Admin container +===================== + +This is the web-based administrative interface for the Mailu containerized +mail server. + +Resources +--------- + + * [Report issues](https://github.com/Mailu/Mailu/issues) and + [send Pull Requests](https://github.com/Mailu/Mailu/pulls) + in the [main Mailu repository](https://github.com/Mailu/Mailu) diff --git a/dovecot/README.md b/dovecot/README.md new file mode 100644 index 00000000..c8ae5982 --- /dev/null +++ b/dovecot/README.md @@ -0,0 +1,15 @@ +Mailu Dovecot container +===================== + +Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like +systems, written with security primarily in mind. It's fast, simple to set +up, requires no special administration and it uses very little memory. + +In the Mailu stack it is used as the IMAP/POP frontend service. + +Resources +--------- + + * [Report issues](https://github.com/Mailu/Mailu/issues) and + [send Pull Requests](https://github.com/Mailu/Mailu/pulls) + in the [main Mailu repository](https://github.com/Mailu/Mailu) diff --git a/nginx/README.md b/nginx/README.md index 2a89f3b1..8c7dda5a 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -11,4 +11,4 @@ Resources * [Report issues](https://github.com/Mailu/Mailu/issues) and [send Pull Requests](https://github.com/Mailu/Mailu/pulls) - in the [main Mailu repository](https://github.com/Mailu/Mailu) \ No newline at end of file + in the [main Mailu repository](https://github.com/Mailu/Mailu)