Sven Neuhaus
0ebda3b32e
Fixes for Ubuntu 14.04 LTS 'trusty'
* Postfix: Trusty comes with postgresql 9.3, not 9.1
* owncloud 6.0.1 is part of the distribution, doesn't require opensuse repository
* owncloud requires libapache2-mod-php5
* uses prosody repository that matches the ansible_distribution_release (trusty, wheezy, etc)
10 years ago
Sven Neuhaus
9c03d25e3f
One more change required for custom ssh port
10 years ago
Sven Neuhaus
0f6dfdc6ca
More apache fixes.
The virtual site files must be owned by root (serious security issue)
and they must have the .conf filename suffix for a2ensite on
Ubuntu 14.04LTS (apache 2.4.7).
10 years ago
Sven Neuhaus
22f6228758
Make the .conf change backward compatible
I guess the .conf appendix is a change introduced in apache 2.4.
This change should make it backward compatible with apache 2.2.
10 years ago
Sven Neuhaus
67a9ce43bd
apache roundcube: Wrong ownership and filename
On Ubuntu 14.04 LTS, a2ensite automatically appends ".conf" to the filename it looks for in /etc/apache2/sites-available/
Therefore, the file "/etc/apache2/sites-available/roundcube" must be renamed to
"/etc/apache2/sites-available/roundcube.conf".
Security issue:
This file must be owned by root, otherwise it is a huge security issue (User www-data could modify the file and get root at next restart of apache).
10 years ago
Sven Neuhaus
0549b4e1da
Changed sentence to explain non-standard SSH port
10 years ago
Sven Neuhaus
7f80a11ca9
Add note about editing hosts file to README
10 years ago
Alex Payne
b5d87cf495
Merge pull request #227 from jplock/jp-readlater
Merge pull request #227
10 years ago
Justin Plock
8bd44ef965
Merge remote-tracking branch 'upstream/master' into jp-readlater
Conflicts:
README.textile
site.yml
vars/defaults.yml
10 years ago
Alex Payne
f7874004e5
Merge pull request #239 from gelnior/master
Merge pull request #239
10 years ago
Alex Payne
dfd6e8dd79
Merge pull request #238 from jplock/jp-ufw
Merge pull request #238
10 years ago
Gelnior
7995bac36c
put back enc.fs (removed by mistake)
10 years ago
Gelnior
bd57edd5a5
newebe config: fix Newebe config file task
10 years ago
Gelnior
e4021dda88
newebe config: use template instead of file
+ make lines < 80 chars
10 years ago
Gelnior
89b6a8d7a4
turn newebe config.yaml into a template
10 years ago
Gelnior
fdd87c9d30
add newebe to the role list in the site.yml file
10 years ago
Gelnior
5a30943955
add newebe playbooks and config files/templates
10 years ago
Gelnior
e3908b7c52
add Newebe to the list of projects in the README
10 years ago
Justin Plock
1d7986fd96
Enable UFW and deny everything by default
Removed unused status checks on UFW
10 years ago
Justin Plock
ea0b288818
Moved ufw firewall rules into individual roles
10 years ago
Luke Cyca
805e428124
Merge pull request #237 from thomwiggers/remove_ahbl
Remove ahbl as it's being winded down
10 years ago
Thom Wiggers
6312286b64
Remove ahbl as it's being winded down
http://ahbl.org/content/changes-ahbl
Fixes #232
10 years ago
Luke Cyca
4f2321051d
Merge pull request #230 from Alkpone/master
cgit dependency missing
10 years ago
brandon
7c9084fcba
fixes "Warning: autocreate plugin is deprecated, use mailbox { auto } setting instead"
10 years ago
Alban Seurat
c22d179e83
cgit dependency missing
10 years ago
Justin Plock
d1073d042d
Added read-it-later functionality from Wallabag
10 years ago
Luke Cyca
9b8e017533
Merge pull request #224 from nstanke/patch-2
fixes #156
10 years ago
Norman S.
53010bed89
fixes #156
fixes #156 by adding the -L flag, as suggested by @ventolin
10 years ago
Luke Cyca
cb0ad7e3b7
Merge pull request #223 from alexdunae/conditional-tarsnap-install
Only install Tarsnap when requested version is missing
10 years ago
Luke Cyca
dee5c9321f
Merge pull request #222 from yourcelf/patch-1
Fix README to reflect changes in #176
10 years ago
Luke Cyca
0b516d484f
Merge pull request #215 from squarepegsys/master
add cgi module for cgit
10 years ago
Alex Dunae
b44972ab87
Only install Tarsnap when version is missing
Checks if the exact version of Tarsnap is already installed and, if so,
skips the download and build steps.
10 years ago
Charlie DeTar
73ca531f74
Fix README to reflect changes in #176
Change instructions for creating the tarsnap key to generate it at "decrypted_tarsnap.key".
10 years ago
Justin Plock
79fd923668
Initial work to support wallabag
10 years ago
Mike Hostetler
8ec36ca875
add cgi module for cgit
10 years ago
Luke Cyca
4349e03dfc
Merge pull request #213 from thomwiggers/patch-1
Make sure that only ZNC can read its certificate
10 years ago
Thom Wiggers
8578f49e21
Make sure that only ZNC can read its certificate
To bring this certificate in line with how those in ssl.yml are managed.
10 years ago
Luke Cyca
18ea566cee
Merge pull request #210 from jlund/ovpn-enhancements
Update OpenVPN role to generate self-contained "unified" .ovpn profiles
10 years ago
Joshua Lund
64883159e9
* Update OpenVPN role to generate self-contained "unified" .ovpn
profiles
* The role now generates .ovpn profiles with embedded CA, certificate,
key, and HMAC firewall key information. These .ovpn profiles are
compatible with OpenVPN for iOS and Android, and only a single file
needs to be transferred to your mobile device.
* Added explicit route information to the .ovpn profile
10 years ago
Luke Cyca
8a271d748d
Merge pull request #192 from larryfox/cgit
Add git hosting
10 years ago
Larry Fox
22a71efc24
add short blurb about git hosting
10 years ago
Luke Cyca
a88b465aff
Merge pull request #207 from jplock/jp-fix-libpam-dev
Use libpam0g-dev instead of libpam-dev
10 years ago
Luke Cyca
5cca325d83
Merge pull request #206 from jplock/jp-2fa-openvpn
OpenVPN 2FA support
10 years ago
Luke Cyca
bd9e2e4122
Merge pull request #209 from chid/patch-1
Update README.textile
10 years ago
Charley Peng
9f34d8c9d5
Update README.textile
fix broken link to getting ansible
10 years ago
Luke Cyca
c9bb3dc2c4
Merge pull request #205 from jplock/jp-fix-2fa-vagrant
Skip the google authenticator generation if we're running as vagrant
10 years ago
Luke Cyca
d5951797e1
Merge pull request #204 from jplock/jp-2fa-webmail
Add a 2FA plugin for Roundcube (fixes #201 )
10 years ago
Justin Plock
ed75c9469b
libpam-dev didn't exist for some people so switching to libpam0g-dev instead
10 years ago
Justin Plock
921ae6957e
Optional 2FA support for OpenVPN (requires uncommenting on the server and pushing new client configs)
10 years ago
Justin Plock
e88fb57cba
Skip the google authenticator generation if we're running as vagrant. Vagrant can't sudo to the sovereign test user so this won't work.
10 years ago