Snappymail: a modern fork of Rainloop
-
@necrevistonnezr the minimal change required to the rainloop app is the following btw.
diff --git a/Dockerfile b/Dockerfile index 716d403..a1989d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,14 +5,14 @@ WORKDIR /app/code # http://www.rainloop.net/docs/permissions/ # If you change the extraction below, be sure to test on scaleway -ARG VERSION=1.16.0 -RUN wget https://github.com/RainLoop/rainloop-webmail/releases/download/v${VERSION}/rainloop-${VERSION}.zip -O /tmp/rainloop.zip && \ +ARG VERSION=2.11.0 +RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/rainloop.zip && \ unzip /tmp/rainloop.zip -d /app/code && \ rm /tmp/rainloop.zip && \ - find /app/code/rainloop -type d -exec chmod 755 {} \; && \ - find /app/code/rainloop -type f -exec chmod 644 {} \; && \ + find /app/code/snappymail -type d -exec chmod 755 {} \; && \ + find /app/code/snappymail -type f -exec chmod 644 {} \; && \ rm -rf /app/code/data && ln -s /app/data /app/code/data && \ - chown -R www-data:www-data /app/code/rainloop + chown -R www-data:www-data /app/code/snappymail # configure apache RUN rm /etc/apache2/sites-enabled/*
-
@fbartels thank you kindly.
I put your fix at https://git.cloudron.io/cloudron/snappymail-app/-/commit/058dd23710b8b80a23ac84f548739704d2539d3c . It does load really way faster now. I can publish this as unstable, just fixing up the manifest.
-
@necrevistonnezr said in Snappymail: a modern fork of Rainloop:
Interesting: Snappymail lists integration with Cloudron in their comparison chart: https://snappymail.eu/comparison.html
how did that happen?
-
@robi said in Snappymail: a modern fork of Rainloop:
@necrevistonnezr said in Snappymail: a modern fork of Rainloop:
Interesting: Snappymail lists integration with Cloudron in their comparison chart: https://snappymail.eu/comparison.html
how did that happen?
I have informed him that he can change that status now….
-
@necrevistonnezr This snappymail certainly is snappy - this is because it's mobile-first now?