From 8ac2eae7013bded29033a3413e00b07ea2c2a78a Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Sun, 3 May 2020 18:39:14 +0200 Subject: [PATCH] updated README --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abbfd1b..6819ae3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -* [wordpress:apache in Docker, with host MySQL config and host nginx](wordpress/) -* [securing server](security/) +# Automation: because 10h of coding can save you 10m of your life! + +Go to [deployer]{/deployer}, where the fun is at. + +## TODO + +* dockerise nextcloud, synapse, gitea +* backup db +* send backups to a remote + + +# Random notes ## How to package Wordpress @@ -22,9 +32,6 @@ traefik does not support php-fpm, Caddy does. Not such a problem, we can keep Ap * [File permissions](https://wordpress.org/support/article/changing-file-permissions/) * [Sécu Wordpress (fr)](http://wptheme.fr/guide-creation-site-blog/securiser-et-nettoyer-theme-wordpress-virus/) -## TODO - -* review synapse nginx conf - seems incomplete