aboutsummaryrefslogtreecommitdiff
path: root/research/devops.mdwn
blob: 58bf471a3cd6624a3de0a594b4dbbaa34e894ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>