Deploying to gh-pages from @ mailcow/mailcow-dockerized-docs@a756860af1 🚀
Dieser Commit ist enthalten in:
Ursprung
9fa474994e
Commit
b5f1280b16
3 geänderte Dateien mit 8 neuen und 4 gelöschten Zeilen
Dateidiff unterdrĂĽckt, weil mindestens eine Zeile zu lang ist
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binäre Datei nicht angezeigt.
|
@ -2366,11 +2366,15 @@
|
|||
<div class="highlight"><pre><span></span><code># Check for a newer release!
|
||||
cd data/web
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz -
|
||||
|
||||
# Change folder name
|
||||
mv roundcubemail-1.5.2 rc
|
||||
|
||||
# Change permissions
|
||||
chown -R root: rc/
|
||||
|
||||
# Fix Allow remote resources (https://github.com/roundcube/roundcubemail/issues/8170) should not be required in 1.6
|
||||
sed -i "s/\$prefix = '\.\/';/\$prefix = preg_replace\('\/\[\?\&]\.\*\$\/', '', \$_SERVER\['REQUEST_URI'] \?\? ''\) \?: '\.\/';/g" rc/program/include/rcmail.php
|
||||
</code></pre></div></p>
|
||||
<p>If you need spell check features, create a file <code>data/hooks/phpfpm/aspell.sh</code> with the following content, then <code>chmod +x data/hooks/phpfpm/aspell.sh</code>. This installs a local spell check engine. Note, most modern web browsers have built in spell check, so you may not want/need this.
|
||||
<div class="highlight"><pre><span></span><code>#!/bin/bash
|
||||
|
@ -2499,7 +2503,6 @@ $MAILCOW_APPS = array(
|
|||
docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
|
||||
|
||||
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
||||
|
||||
apk add rsync
|
||||
cd /tmp
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz -
|
||||
|
@ -2508,11 +2511,12 @@ bin/installto.sh /web/rc
|
|||
|
||||
# Type 'Y' and press enter to upgrade your install of Roundcube
|
||||
|
||||
|
||||
# Remove leftover files
|
||||
|
||||
cd /tmp
|
||||
rm -rf roundcube*
|
||||
|
||||
# Fix Allow remote resources (https://github.com/roundcube/roundcubemail/issues/8170) should not be required in 1.6
|
||||
sed -i "s/\$prefix = '\.\/';/\$prefix = preg_replace\('\/\[\?\&]\.\*\$\/', '', \$_SERVER\['REQUEST_URI'] \?\? ''\) \?: '\.\/';/g" /web/rc/program/include/rcmail.php
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren