aboutsummaryrefslogtreecommitdiff
path: root/research/devops.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-28 09:35:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-28 09:35:40 -0300
commite3fb5895b11d343283cf10848cb0103bf7cec322 (patch)
tree83e4014cbd8b310e4ddfabc1dfb3f2c4ee16bd70 /research/devops.mdwn
parent8bf713718eee73e8d5d9cb2efb6ed57bb6eca68d (diff)
downloadblog-e3fb5895b11d343283cf10848cb0103bf7cec322.tar.gz
blog-e3fb5895b11d343283cf10848cb0103bf7cec322.tar.bz2
Research: pulverize
Diffstat (limited to 'research/devops.mdwn')
-rw-r--r--research/devops.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/research/devops.mdwn b/research/devops.mdwn
new file mode 100644
index 0000000..58bf471
--- /dev/null
+++ b/research/devops.mdwn
@@ -0,0 +1,25 @@
+[[!meta title="DevOps"]]
+
+DevOps research:
+
+* [Simet](http://simet.nic.br).
+* auto start user screen sessions.
+* backups: snapshots with remote transfer support.
+* puppet:
+ * deploy: multiple module paths: https://docs.puppet.com/puppet/3.6/dirs_modulepath.html
+ * default modules as submodules from the bootstrap repository, custom modules closer to the config folder?
+* onion smtp:
+ * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/
+ * https://tech.immerda.ch/2016/12/ehlo-onion/
+ * https://github.com/riseupnet/onionmx
+* kvm:
+ * kvm-manager improvements (systemd support, packaging, docs).
+ * env params.
+ * FDE using bootless image.
+* php7-fpm:
+ * https://serversforhackers.com/video/apache-and-php-fpm
+ * http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/
+
+ <FilesMatch \.php$>
+ SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000";
+ </FilesMatch>