8000 GitHub - urroxyz/sogo-brutalist: Brutalist theme for SOGo webmail client used in Mailcow: Dockerized
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

urroxyz/sogo-brutalist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

SOGo Brutalist

Brutalist theme for SOGo webmail client used in Mailcow: Dockerized.

Examples

Inbox

Screenshot of inbox with SOGo Brutalist theme

Installation

Step 1

Download the theme to /opt/mailcow-dockerized/data/conf/sogo/:

cd /opt/mailcow-dockerized/data/conf/sogo/
wget https://raw.githubusercontent.com/urroxyz/sogo-brutalist/refs/heads/main/dark/custom-theme.css

Step 2

Create and populate /opt/mailcow-dockerized/docker-compose.override.yml:

sudo nano /opt/mailcow-dockerized/docker-compose.override.yml

with the content

services:
  sogo-mailcow:
    volumes:
      - ./data/conf/sogo/custom-theme.css:/usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css:z

Step 3

Use docker compose or docker-compose to down and/or up the containers:

cd /opt/mailcow-dockerized/ && (sudo docker-compose up -d || sudo docker compose up -d)

or, if nothing happens,

sudo reboot

Restart your browser and clear the cache.

Configuration

Please create a pull request if you have any suggestions and I will commit it.

If you would rather that I make the changes, create an issue and let me know your suggestions and for which element (via tag, class or id).

About

Brutalist theme for SOGo webmail client used in Mailcow: Dockerized

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%
0