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
Added mailcow app description
915ffb19
data/web/inc/vars.inc.php | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Diff
diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php
index c986133a..fb8fd478 100644
--- a/data/web/inc/vars.inc.php
+++ b/data/web/inc/vars.inc.php
@@ -42,11 +42,13 @@ $PASSWD_REGEP = '.{4,}';
$MAILCOW_APPS = array(
array(
'name' => 'SOGo',
- 'link' => '/SOGo/'
+ 'link' => '/SOGo/',
+ 'description' => 'SOGo is a collaborative software (groupware) server.'
),
// array(
// 'name' => 'Roundcube',
- // 'link' => '/rc/'
+ // 'link' => '/rc/',
+ // 'description' => 'Roundcube is a web-based IMAP email client.',
// ),
);
@@ -60,4 +62,4 @@ $LOG_PAGINATION_SIZE = 30;
$SESSION_LIFETIME = 3600;
// Label for OTP devices
-$OTP_LABEL = "mailcow UI";
\ No newline at end of file
+$OTP_LABEL = "mailcow UI";