Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed Dec 25, 2019
2 parents 527582d + c1244a8 commit 7d36f69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ official documentation.
- Email addresses with recipient delimiter included, e.g. john.doe+lists@dbcooper.com.
- Optional master user creation, e.g. for families with children or moderated communities.
- Server side full text search inside emails, attached documents and files and
- Detailed weekly, monthly and yearly access report per country, ISP, IP addresses, etc.
compressed archives, with better results than GMail.
- Detailed weekly, monthly and yearly access report per country, ISP, IP addresses, etc.
- Optional Roundcube webmail with sieve filters management, password change form, automatic identity
creation, master account access, etc.
- Optional SOGo webmail with sieve filters management, password change form, Calendar and Address book management, GUI
Expand Down Expand Up @@ -195,11 +195,8 @@ official documentation.
- [Tor](https://www.torproject.org/) installation out of the box with possible customisation.
- [Privoxy](https://www.privoxy.org/) easy installation, with adblock rules daily synchronisation, and optional tor
chaining.
- Embedded DNS server with DNSSEC and SSHFP (SSH fingerprint) records support
- External IP address detection.
- Static web site skeleton configuration, with https certificates and A+ security grade by default.
- Personal backup server for each user, using borgbackup.
- [Gogs git server](https://gogs.io/), a fast and lightweight git server written in Golang.
- [Transmission daemon](https://transmissionbt.com/), accessible over https, public or private over your LAN. Files can
be downloaded directly with a web browser, using LDAP credentials for authentication or whitelisted IP addresses
(e.g. LAN).
Expand Down
10 changes: 1 addition & 9 deletions install/playbooks/roles/sogo/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
- name: Start by installing the required packages
tags: apt
apt:
name: '{{ pkgs }}'
name: '{{ sogo_pkgs }}'
state: present
vars:
pkgs:
- postgresql
- sogo-common
- sogo
- memcached
- python-psycopg2
- zip

# Web server configuration ====================================================

Expand Down
9 changes: 9 additions & 0 deletions install/playbooks/roles/sogo/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
# SOGo packages to install
sogo_pkgs:
- postgresql
- sogo-common
- sogo
- memcached
- python-psycopg2
- zip


# Default nginx security headers for the simple web site.
# You can override this
Expand Down

0 comments on commit 7d36f69

Please # to comment.