aboutsummaryrefslogtreecommitdiff
path: root/modules/apps
AgeCommit message (Collapse)AuthorFilesLines
2016-11-17icingaweb2: changed optionsIgor Pashev1-15/+24
* renamed: fpmPool -> php-fpm.pool * added: php-fpm.package
2016-11-16nixpkgs 16.09: *backup: use pubring.kbxIgor Pashev3-9/+9
https://www.gnupg.org/faq/whats-new-in-2.1.html If no pubring.gpg is found, gpg defaults to the new keybox format and creates a pubring.kbx keybox file. If such a keybox file already exists, for example due to the use of gpgsm, it will also be used for OpenPGP keys. However, if a pubring.gpg is found and no keybox file with OpenPGP keys exists, the old pubring.gpg will be used. Take care: GnuPG versions before 2.1 will always use the pubring.gpg file and not know anything about keys stored in the keybox file.
2016-10-20mariadb: added tokudb optionsIgor Pashev2-3/+73
2016-10-20mariadb: let loading arbitrary pluginsIgor Pashev2-5/+8
unix_socket is still always loaded. Example: nixsap.apps.mariadb.mysqld = { plugin_load_add = [ "ha_tokudb" "server_audit.so" ]; };
2016-10-20mariadb: avoid editting mysql tablesIgor Pashev1-7/+11
2016-10-19maridb: let TokuDB as default engineIgor Pashev1-0/+1
2016-10-17mariadb: aligned optionsIgor Pashev1-129/+129
2016-10-17mariadb: added innodb_compression_* optionsIgor Pashev1-0/+4
2016-10-16nginx: typoIgor Pashev1-1/+1
2016-10-16jenkins: set java.io.tmpdirIgor Pashev1-0/+4
jetty is used to spamming into tmpdir
2016-10-16jenkins: pick up only unique job filesIgor Pashev1-4/+4
2016-10-13Do not filter keys at application levelIgor Pashev14-45/+30
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873
2016-10-11Added Jenkins appIgor Pashev2-0/+242
2016-10-05postgresql: refactor keyrings codeIgor Pashev1-6/+9
Several instances can run as the same user.
2016-09-29Moved everything into ./modulesIgor Pashev29-0/+5087