Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cha87de/sogo-docker
- Owner: cha87de
- License: gpl-3.0
- Created: 2018-04-17T08:58:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T08:36:01.000Z (over 6 years ago)
- Last Synced: 2023-03-22T10:35:07.718Z (almost 2 years ago)
- Topics: container, docker-image, sogo, sogo-4
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)