From 67e6ccc46c5842331b72a93028dc94b810f72a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Thu, 20 Dec 2018 13:01:42 +0100 Subject: [PATCH] Update u_e-sogo.md --- docs/u_e-sogo.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/docs/u_e-sogo.md b/docs/u_e-sogo.md index 0fdd4a6e8..8c03f8d71 100644 --- a/docs/u_e-sogo.md +++ b/docs/u_e-sogo.md @@ -2,22 +2,8 @@ SOGo is used for accessing your mails via a webbrowser, adding and sharing your contacts or calendars. For a more in-depth documentation on SOGo please visit its [own documentation](http://wiki.sogo.nu/). ## Change Theme - -You can change SOGo's theme by editing `data/conf/sogo/sogo.conf`. Per default it uses a blue theme, which you can change e.g. to a green (non-default SOGo-green) theme. More colored themes will be supported in the future. -After you edited said file you need to restart the SOGO container with `docker-compose restart sogo-mailcow` or via the mailcow UI. - -##### Example (`data/conf/sogo/sogo.conf`, line 17): -``` -before: -SOGoUIAdditionalJSFiles = (js/theme-blue.js); - -after: -SOGoUIAdditionalJSFiles = (js/theme-green.js); - -SOGo default: -//SOGoUIAdditionalJSFiles -``` +As of December 21 2018 we removed our custom themes due to complains about missing colors in some address book and calendar sections. Some other problems were still existing and would not be fixed in the near future (switching colors on login screen, for example). ## Change Logo -You can change SOGo's logo by replacing `data/Dockerfiles/sogo/sogo-full.svg`. -After you replaced said file you need to rebuild the container by executing `docker-compose build sogo-mailcow` and start it with `docker-compose up -d sogo-mailcow`. +mailcow builds after 21 December 2018 can change SOGo's logo by replacing `data/conf/sogo/sogo-full.svg`. +After you replaced said file you need to restart SOGo and Memcached containers by executing `docker-compose restart memcached-mailcow sogo-mailcow`.