https://github.com/frederick888/docker-archlinux-sogo
SOGo docker image built upon Arch Linux
https://github.com/frederick888/docker-archlinux-sogo
Last synced: 3 months ago
JSON representation
SOGo docker image built upon Arch Linux
- Host: GitHub
- URL: https://github.com/frederick888/docker-archlinux-sogo
- Owner: Frederick888
- License: gpl-3.0
- Created: 2020-02-21T03:47:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T10:25:15.000Z (8 months ago)
- Last Synced: 2025-02-15T05:52:45.941Z (3 months ago)
- Language: Dockerfile
- Size: 48.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [SOGo](https://sogo.nu/) Docker images based on Arch Linux
### Usage
```sh
docker run -d --name sogo --restart always \
--publish 127.0.0.1:20000:20000 \
--publish 127.0.0.1:20001:20001 \
-v /srv/sogo:/etc/sogo \
-v /srv/sogo/crontab:/etc/crontab \
frederickzh/archlinux-sogo:latest
```Alternatively,
```sh
docker run -d --name sogo --restart always --network host \
-v /srv/sogo:/etc/sogo \
-v /srv/sogo/crontab:/etc/crontab \
frederickzh/archlinux-sogo:latest
```
...however it may raise some security concerns.(The `crontab` is optional. See https://github.com/Alinto/sogo/blob/master/Scripts/sogo.cron.)
### Credits
https://aur.archlinux.org/packages/sogo/
https://aur.archlinux.org/packages/sope/