Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cha87de/sogo-docker

SOGo version 4 groupware in Docker. Run your own calendar, webmail, contacts with this container image.
https://github.com/cha87de/sogo-docker

container docker-image sogo sogo-4

Last synced: about 1 month ago
JSON representation

SOGo version 4 groupware in Docker. Run your own calendar, webmail, contacts with this container image.

Awesome Lists containing this project

README

        

# SOGo Docker with nginx

This project results in a Docker image with SOGo service, served by a nginx proxy.

[Docker-Image available on Docker Hub](https://hub.docker.com/r/cha87de/sogo/)

Configuration options for SOGo can be specified as environment variables:

```
- DB_HOST=db
- DB_USER=sogo
- DB_PASS=pass
- DB_DATABASE=sogo
- DB_USERPROFILES=mysql://sogo:pass@db:3361/sogo/sogo_user_profile
- DB_FOLDERINFO=mysql://sogo:pass@db:3361/sogo/sogo_folder_info
- DB_SESSIONSFOLDER=mysql://sogo:pass@db:3361/sogo/sogo_sessions_folder
- DB_USERVIEW=mysql://sogo:pass@db:3361/sogo/sogo_view
- IMAP_SERVER=imaps://mail.somehost.xy:993
- SIEVE_SERVER=sieve://mail.somehost.xy:4190
- SMTP_SERVER=mail.somehost.xy
- MAILDOMAIN=mail.somehost.xy
- TITLE=My Amazing SOGo Instance
- LANGUAGE=English
- TIMEZONE=Europe/Berlin
- [email protected]
```

This Docker images uses the [docker-skeleton](https://github.com/cha87de/docker-skeleton).

## TODOs

- [ ] remove duplicate database specs (e.g. build the connection strings automatically)