Thomas Buck
2d359819a2
Similar log settings for all apache virtual hosts
5 years ago
Thomas Buck
00194e5c25
Some fixes for log mails. duplicate z-push logrotate. missing mysql dep for nextcloud. ensure admin gets all cron mails.
5 years ago
Thomas Buck
7b8f15528d
Fix a bunch of broken http->https redirects and make them always temporary
5 years ago
Thomas Buck
1b74757068
Don't let tasks needlessly re-download same files
5 years ago
Thomas Buck
caf49050d2
Remove useless step in apache related tasks that forced apache restart.
5 years ago
Thomas Buck
06b6847a8d
Fix for selfoss, need proper permissions so it can work.
5 years ago
Thomas Buck
387addc958
Upgrade selfoss to current version. Use release to include php dependencies. Ensure data is saved between upgrades and re-runs.
5 years ago
Thomas Buck
5215ac9a25
Password lookup called wrong, all generated passwords were 20 chars long, regardless of specification.
5 years ago
Thomas Buck
3dc25b1bc9
common was missing db admin user pass in default vars.
5 years ago
Sven Neuhaus
c9f1d3ec6f
whitespace
6 years ago
Sven Neuhaus
50648ca76d
add bionic
6 years ago
Sven Neuhaus
795f8d3b40
Change PHP package names on Xenial and Stretch
an improved version of PR #696
6 years ago
Alexander J. Dita
0eebe96dcd
Fix possible pgsql connection issues from missing quotes
7 years ago
Nikita Fedyashev
fb4f68fc05
Bump selfoss_version
8 years ago
wsteitz
0dc795a8be
Upgrade selfoss to version 2.15
Changelog at https://github.com/SSilence/selfoss/releases/tag/2.15
8 years ago
Mike Ashley
97b11e3953
Eliminate need for access_compat module in Apache
The directives provided by `mod_access_compat` are deprecated. This
patch eliminates references to them.
8 years ago
Allen Riddell
712ea7aee2
news role: add missing restart apache handler
8 years ago
Allen Riddell
4339192052
Add news/selfoss default vars to role
8 years ago
Mike Ashley
d3abc02f84
Clean up Apache SSL configuration
Avoid using the Include directive. Move most of the SSL configuration
to the global configuration and leave enabling the SSL engine to each
virtual host that wants to use it.
8 years ago
Justin Plock
833cd92d02
Ensure the config.ini is readable by www-data
9 years ago
Dan Milon
97e996b225
Configure logrotate permissions for selfoss
9 years ago
Justin Plock
ab00ee6376
Ensure the config.ini is readable by www-data
9 years ago
Alex Payne
27e9340402
Pin Selfoss version to an actual release
9 years ago
Dan Milon
af80bc817d
Configure logrotate permissions for selfoss
9 years ago
Alex Payne
8f73d8a3eb
Pin Selfoss version to an actual release
9 years ago
Laurent Arnoud
ad22aed4cc
rm used in place of argument state=absent to file module
9 years ago
Laurent Arnoud
343db8edea
Git checkouts must contain explicit version
9 years ago
Will McCutchen
16b66cc849
Define apache SSL config in one place
9 years ago
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
9 years ago
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
9 years ago
Sven Neuhaus
a088d9c456
Use "modern" SSLCipherSuite per Mozilla recommendations.
See https://wiki.mozilla.org/Security/Server_Side_TLS for details.
Removes RC4 cipher. Fixes issue #341 .
Also explicitly disabled SSLCompression and enables OCSP stapling.
We should put all these settings in
/etc/apache2/mods-enabled/ssl.conf
to avoid duplication...
9 years ago
Sven Neuhaus
570bebac70
wheezy: need librrd2-dev from backports to be compatible with dovecot
9 years ago
Sven Neuhaus
a849a49f37
Fix: Files shouldn't be owned or writeable by httpd unless necessary.
9 years ago
Justin Plock
941baf72d6
Integration between selfoss and wallabag (fixes #349
9 years ago
James Tranovich
e04aa23fd3
Install php5-gd dependency for selfoss.
10 years ago
Patrick O'Doherty
6f6fc6a90f
Disable SSLv3 in all Apache vhosts
10 years ago
Alex Payne
4d8ed34b47
Accept hostkey for all GitHub repos.
Resolves #266 .
10 years ago
Justin Plock
e11f494183
Rotate selfoss logs
My selfoss logs were using 10GB of space because they weren't being rotated properly.
10 years ago
Sven Neuhaus
0a164d519f
Fix syntax for "removes" options
10 years ago
Sven Neuhaus
ab614fd70a
Added rules for dealing with old virtualhost files in
/etc/apache2/sites-available and old (dangling) symlinks in
/etc/apaches/sites-enabled.
Also, remove unnecessary apache2 restart after creating a new
virtualhost but not yet enabling it.
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
Allen Riddell
d1e9e2b4ff
Quote password variables (they may contain spaces)
String-valued variables containing spaces can be substituted into an ansible
tasks file but they will not be interpreted correctly.
10 years ago
Justin Plock
75ce61f993
Changed port to reflect MySQL -> Postgres change
Updated the default port to reflect MySQL to Postgres change (port 3306 to 5432)
10 years ago
Shawn Sorichetti
da1b1ad685
Change database to PostgreSQL
Remove all configuration for MySQL and configure PostgreSQL as the main
database.
All *_mysql_* options have been changed to *_db_* options.
Postgres requires the database user to have a password in order to
connect via localhost. The db_admin_password option is used to set the
password of the admin user (usually postgres).
11 years ago
Bruce Spang
ed9522e16f
silence the selfoss cron job
11 years ago
Bruce Spang
646618fcb8
make the selfoss cronjob not clobber the owncloud cron job, and redirect the output to /dev/null so we don't get email about it
11 years ago
Bruce Spang
0b35ecf59c
Add an RSS reader.
11 years ago