Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
f8ac8967
Commit
f8ac8967
authored
Sep 05, 2015
by
Hoekynl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include html5_notifier by default
Include the roundcube plugin html_notifier by default
parent
3e96de26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
webmail.sh
setup/webmail.sh
+4
-1
No files found.
setup/webmail.sh
View file @
f8ac8967
...
@@ -63,6 +63,9 @@ if [ $needs_update == 1 ]; then
...
@@ -63,6 +63,9 @@ if [ $needs_update == 1 ]; then
# install roundcube persistent_login plugin
# install roundcube persistent_login plugin
git_clone https://github.com/mfreiholz/Roundcube-Persistent-Login-Plugin.git
$PERSISTENT_LOGIN_VERSION
''
/usr/local/lib/roundcubemail/plugins/persistent_login
git_clone https://github.com/mfreiholz/Roundcube-Persistent-Login-Plugin.git
$PERSISTENT_LOGIN_VERSION
''
/usr/local/lib/roundcubemail/plugins/persistent_login
# install roundcube html5_notifier plugin
git_clone https://github.com/kitist/html5_notifier.git /usr/local/lib/roundcubemail/plugins/html5_notifier
# record the version we've installed
# record the version we've installed
echo
$UPDATE_KEY
>
/usr/local/lib/roundcubemail/version
echo
$UPDATE_KEY
>
/usr/local/lib/roundcubemail/version
fi
fi
...
@@ -96,7 +99,7 @@ cat > /usr/local/lib/roundcubemail/config/config.inc.php <<EOF;
...
@@ -96,7 +99,7 @@ cat > /usr/local/lib/roundcubemail/config/config.inc.php <<EOF;
\$
config['support_url'] = 'https://mailinabox.email/';
\$
config['support_url'] = 'https://mailinabox.email/';
\$
config['product_name'] = 'Mail-in-a-Box/Roundcube Webmail';
\$
config['product_name'] = 'Mail-in-a-Box/Roundcube Webmail';
\$
config['des_key'] = '
$SECRET_KEY
';
\$
config['des_key'] = '
$SECRET_KEY
';
\$
config['plugins'] = array('archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'vacation_sieve', 'persistent_login');
\$
config['plugins'] = array('
html5_notifier', '
archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'vacation_sieve', 'persistent_login');
\$
config['skin'] = 'classic';
\$
config['skin'] = 'classic';
\$
config['login_autocomplete'] = 2;
\$
config['login_autocomplete'] = 2;
\$
config['password_charset'] = 'UTF-8';
\$
config['password_charset'] = 'UTF-8';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment