Skip to content

Commit 7d36f69

Browse files
committed
Merge branch 'dev'
2 parents 527582d + c1244a8 commit 7d36f69

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ official documentation.
166166
- Email addresses with recipient delimiter included, e.g. [email protected].
167167
- Optional master user creation, e.g. for families with children or moderated communities.
168168
- Server side full text search inside emails, attached documents and files and
169-
- Detailed weekly, monthly and yearly access report per country, ISP, IP addresses, etc.
170169
compressed archives, with better results than GMail.
170+
- Detailed weekly, monthly and yearly access report per country, ISP, IP addresses, etc.
171171
- Optional Roundcube webmail with sieve filters management, password change form, automatic identity
172172
creation, master account access, etc.
173173
- Optional SOGo webmail with sieve filters management, password change form, Calendar and Address book management, GUI
@@ -195,11 +195,8 @@ official documentation.
195195
- [Tor](https://www.torproject.org/) installation out of the box with possible customisation.
196196
- [Privoxy](https://www.privoxy.org/) easy installation, with adblock rules daily synchronisation, and optional tor
197197
chaining.
198-
- Embedded DNS server with DNSSEC and SSHFP (SSH fingerprint) records support
199-
- External IP address detection.
200198
- Static web site skeleton configuration, with https certificates and A+ security grade by default.
201199
- Personal backup server for each user, using borgbackup.
202-
- [Gogs git server](https://gogs.io/), a fast and lightweight git server written in Golang.
203200
- [Transmission daemon](https://transmissionbt.com/), accessible over https, public or private over your LAN. Files can
204201
be downloaded directly with a web browser, using LDAP credentials for authentication or whitelisted IP addresses
205202
(e.g. LAN).

install/playbooks/roles/sogo/tasks/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@
33
- name: Start by installing the required packages
44
tags: apt
55
apt:
6-
name: '{{ pkgs }}'
6+
name: '{{ sogo_pkgs }}'
77
state: present
8-
vars:
9-
pkgs:
10-
- postgresql
11-
- sogo-common
12-
- sogo
13-
- memcached
14-
- python-psycopg2
15-
- zip
168

179
# Web server configuration ====================================================
1810

install/playbooks/roles/sogo/vars/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
2+
# SOGo packages to install
3+
sogo_pkgs:
4+
- postgresql
5+
- sogo-common
6+
- sogo
7+
- memcached
8+
- python-psycopg2
9+
- zip
10+
211

312
# Default nginx security headers for the simple web site.
413
# You can override this

0 commit comments

Comments
 (0)