Justin Plock
22a8717f6d
Automatically generate the Google authenticator file for the default user
il y a 10 ans
Justin Plock
84c9febec7
Added Google Authenticator 2FA logins
il y a 10 ans
Luke Cyca
a5a3e2d06b
Merge pull request #198 from jplock/jp-sshd-simplification
Modify sshd_config in place
il y a 10 ans
Justin Plock
89f018bd23
In preparation for using any 2FA solution, it will most likely need to modify sshd_config, so let's change the file in place instead of overwriting it completely.
il y a 10 ans
Luke Cyca
7118c07753
Merge pull request #193 from nstanke/patch-1
reduce z-push logrotation to 5 versions
il y a 10 ans
Norman S.
b1092e800b
changed from 52 to 5 versions.
il y a 10 ans
Larry Fox
e67ef75d63
add cgit test
il y a 10 ans
Larry Fox
092cb287e0
add gitolite and some cgit settings
il y a 10 ans
Larry Fox
158503b6ca
add cgit
il y a 10 ans
Luke Cyca
2ef34ef1db
Merge pull request #191 from jplock/jp-hostname
Set a ServerName for apache (fixes #187 )
il y a 10 ans
Justin Plock
9f918363b9
Set a ServerName for apache (fixes #187 )
il y a 10 ans
Luke Cyca
b08dd123a5
Merge pull request #189 from nstanke/patch-1
add z-push logrotation
il y a 10 ans
Norman S.
d8153552b8
add logrotate task
il y a 10 ans
Norman S.
a6889500b6
add logrotate task
il y a 10 ans
Luke Cyca
d2fd59a6d1
Merge pull request #186 from jplock/jp-roundcube-fixes
Properly generate a PHP /etc/roundcube/debian-db.php file
il y a 10 ans
Luke Cyca
b3c48ebaf8
Merge pull request #185 from jplock/jp-ignore-carddav-db-errors
Ignore carddav database errors
il y a 10 ans
Justin Plock
8928993772
The group and mode of debian-db.php need to be readable by apache
il y a 10 ans
Justin Plock
00b263608e
Properly generate a PHP /etc/roundcube/debian-db.php file
il y a 10 ans
Justin Plock
c3b1362e78
Ignore carddav database errors
il y a 10 ans
Luke Cyca
f7b9884f38
Merge pull request #181 from jplock/jp-vagrant-cleanup
This now works fine in Vagrant 1.4.3, remove the workaround
il y a 10 ans
Luke Cyca
5fef35c881
Merge pull request #180 from jplock/jp-set-roundcube-pw
Properly set the roundcube database password
il y a 10 ans
Justin Plock
682bde8ac8
This now works fine in Vagrant 1.4.3, remove the workaround
il y a 10 ans
Justin Plock
1bd900bfae
Properly set the roundcube database password
il y a 10 ans
Luke Cyca
cb6a26a626
Merge pull request #179 from jplock/jp-carddav-db
Import carddav database schema
il y a 10 ans
Justin Plock
057a8c8872
Properly reconfigure the roundcube database and import the carddav tables
il y a 10 ans
Justin Plock
bd9b22f603
Import carddav database schema. I'm unable to run this against the vagrant VM as the webmail_db_password seems to be automatically generated.
il y a 10 ans
Luke Cyca
916f3abf80
Merge pull request #177 from jplock/jp-upgrade-znc
Upgrade znc from 1.0 to 1.2 (latest release)
il y a 10 ans
Luke Cyca
67f8e49e5f
Merge pull request #176 from jplock/jp-relocate-tarsnap-key
Relocate tarsnap.key into /decrypted
il y a 10 ans
Justin Plock
cd70802509
Upgrade znc from 1.0 to 1.2 (latest release)
il y a 10 ans
Justin Plock
d19e9a7d73
Move tarsnap.key from /root to /decrypted and don't overwrite it if one already exists (fixes #15 )
il y a 10 ans
Luke Cyca
ade428dfe2
Merge pull request #175 from jplock/jp-carddav-safer-link
Safer symlink creation and downloaded file removal
il y a 10 ans
Justin Plock
d3499da52e
Safer symlink creation and downloaded file removal
il y a 10 ans
Luke Cyca
eaf82cb1fb
Merge pull request #174 from jplock/jp-carddav2
Install the carddav plugin so owncloud contacts can be used (fixes #154 )
il y a 10 ans
Justin Plock
876b81a1a7
Install the carddav plugin so owncloud contacts can be used (fixes #154 )
il y a 10 ans
Luke Cyca
b1b3b61324
Merge pull request #170 from jsravn/master
Some minor tweaks
il y a 10 ans
James Ravn
e3825cf6dd
Revert "Redirects naked domain to www"
This reverts commit 703d356492 .
il y a 10 ans
Luke Cyca
9c04ac12fe
Merge pull request #171 from bryanjswift/fix-zpush-download
Fix URL of z-push download
il y a 10 ans
Bryan Swift
9194c5fe55
Fix URL of z-push download
il y a 10 ans
James Ravn
aa404cd642
Fixes z-push download
il y a 10 ans
James Ravn
3f45b1bee4
Uses monit to stop/start postgres for tarsnap
il y a 10 ans
James Ravn
146c587644
Stops postgresql for tarsnap backup
Data loss will occur if backing up postgresql while it runs. A simple
fix is to stop it during the backup. I've moved the backup to early
morning to reduce possible downtime.
A better approach would be to use pg_dump.
il y a 10 ans
James Ravn
6ec6a6d03f
Uses global roundcube sieve configuration option
The previous behaviour relied on managesieve copying over the
.dovecot.sieve file into the user's directory. I found this to be
particularly fragile. For instance, re-deploying roundcube without
dovecot could overwrite the .dovecot.sieve symlink and break
managesieve.
A better approach is to use the global sieve configuration that
roundcube provides and not mess with dovecot's files directly.
il y a 11 ans
James Ravn
703d356492
Redirects naked domain to www
Properly behaving websites should 301 redirect the naked domain.
il y a 11 ans
James Ravn
46eabbedd7
Limits z-push sync to 3 months
This prevents timeouts when trying to sync very large mailboxes. By
default, z-push attempts to get headers for all messages in a folder.
il y a 11 ans
James Ravn
bccbe24f28
Adds mention of setting up postgresql for owncloud in readme
il y a 10 ans
Luke Cyca
f83c131bbe
Merge pull request #165 from Korni22/master
Update README to include troubleshooting page in wiki
il y a 11 ans
Eric S.
6258964079
Update README.textile
il y a 11 ans
Eric S.
1898c2598d
Update README.textile
il y a 11 ans
Eric S.
a9023647c0
Update README.textile
il y a 11 ans
Luke Cyca
bfbdafd5aa
Merge pull request #162 from nstanke/patch-1
polish to match the replacement of MySQL.
il y a 11 ans