public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
small adjustment for legacy version
8d0c03b2
data/web/templates/base.twig | 2 +-
generate_config.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig
index 87bdddab..eb8d3711 100644
--- a/data/web/templates/base.twig
+++ b/data/web/templates/base.twig
@@ -571,7 +571,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
{% endif %}
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
<span class="version">
- 🛠️🐮 + 🐋 = 💕
+ ⚰️🐮 + 🐋 = 💕
Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
</a><br>
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
diff --git a/generate_config.sh b/generate_config.sh
index e9a82ff5..c7a7cb64 100755
--- a/generate_config.sh
+++ b/generate_config.sh
@@ -185,7 +185,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
sleep 1
while [ -z "${MAILCOW_BRANCH}" ]; do
- read -r -p "Choose the Branch with it's number [1/2] " branch
+ read -r -p "Choose the Branch with it's number [1/2/3] " branch
case $branch in
[3])
MAILCOW_BRANCH="legacy"