aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06php-fpm: toString is implicitIgor Pashev1-1/+1
2016-12-24Mediwiki Sproxy: user_name == user_emailIgor Pashev1-10/+1
2016-12-24nginx: added sproxy log formatIgor Pashev1-0/+6
2016-12-24IcingaWeb2: 2.3.4 -> 2.4.0Igor Pashev1-2/+2
Note that this new version should be able to work with new Icinga2 API instead of oldfashioned FIFO. This is not supported yet in nixsap :)
2016-12-22sproxy2: 1.92.0 -> 1.93.0Igor Pashev2-12/+37
Changed semantics of some options. If previous versions `key` and `client_secret` were files, now they are strings. If you need files, use `key.file` and `client_secret.file`.
2016-12-22nginx: configure logrotateIgor Pashev1-2/+16
2016-12-22Added logrotate appIgor Pashev1-0/+163
2016-12-21nginx: added read-only logDirIgor Pashev1-0/+9
2016-12-20Sync Jenkins (core: 2.33 -> 2.37)Igor Pashev1-1273/+2072
2016-12-20nginx: allow arbitrary http contextIgor Pashev1-22/+40
2016-12-20nginx: refactored configIgor Pashev4-19/+19
events -> conf.events http -> conf.http main -> conf
2016-12-20pkgs: updated some hashesIgor Pashev3-6/+6
fetchgit in recent nixpkgs (>= 16.09 ?) keeps some files.
2016-12-20nginx: toString is implicitIgor Pashev1-1/+1
2016-12-20vbox: headless = mkDefault trueIgor Pashev1-0/+1
2016-12-10Clarify licenseIgor Pashev1-0/+7
2016-11-30Added kibana 5.0.2 (repacked tarball)Igor Pashev1-0/+32
2016-11-30sproxy: 1.90.2 -> 1.92.0Igor Pashev1-3/+3
2016-11-30vbox: make postgres for sproxy-webIgor Pashev1-1/+1
2016-11-27NodeJS: init at 6.9.1 (LTS)Igor Pashev1-0/+57
2016-11-26Sync Jenkins (core: 2.32 -> 2.33)Igor Pashev1-682/+858
2016-11-26sproxy2: 1.90.1 -> 1.90.2Igor Pashev1-3/+3
2016-11-22sproxy2: 1.90.0 -> 1.90.1Igor Pashev1-3/+3
2016-11-22sproxy2: added the key parameterIgor Pashev1-0/+5
2016-11-19Added README.md with requirementsIgor Pashev1-0/+5
2016-11-19Added sproxy2Igor Pashev6-0/+295
2016-11-19mediawiki app: changed PHP optionsIgor Pashev1-14/+25
* renamed: fpmPool -> php-fpm.pool * added php-fpm.package (and made use of it)
2016-11-19mediawiki: $_ENV -> getenv()Igor Pashev1-2/+3
$_ENV stopped working in CLI
2016-11-19Made gpg smallerIgor Pashev1-0/+5
2016-11-19nginx: default log level = infoIgor Pashev1-1/+1
2016-11-19jenkinsUpdateCenter: updated (core 2.28 -> 2.32)Igor Pashev1-977/+1243
2016-11-19cli: strip binariesIgor Pashev1-1/+1
Not to reference source code in closure.
2016-11-18Added fakeSSLIgor Pashev3-0/+62
2016-11-18nixpkgs 16.09: updated mysqlbackupIgor Pashev1-2/+2
2016-11-18mariadb: help mysql_install_db find my_print_defaultsIgor Pashev1-1/+1
It's required for parsing the defaults file.
2016-11-18Override haskell mysql to disable testsIgor Pashev4-4/+19
mysql and mysql-simple try to connect to local mysql See https://github.com/NixOS/nixpkgs/issues/20478
2016-11-17icingaweb2 does not need php to be builtIgor Pashev1-2/+0
2016-11-17icingaweb2: changed optionsIgor Pashev1-15/+24
* renamed: fpmPool -> php-fpm.pool * added: php-fpm.package
2016-11-17nixpkgs 16.09: updated icinga2Igor Pashev1-3/+3
2016-11-17nixpkgs 16.09: updated mariadbIgor Pashev1-95/+100
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-11-05jenkinsUpdateCenter: sync (core 2.28)Igor Pashev1-733/+945
2016-10-26jenkinsUpdateCenter: core: 2.26 -> 2.27Igor Pashev1-731/+902
2016-10-26mywatch: 0.2.0 -> 0.2.1Igor Pashev1-3/+3
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-19mariadb: removed dublicate lineIgor Pashev1-1/+0
2016-10-18jenkinsUpdateCenter: syncedIgor Pashev1-420/+462
2016-10-18mariadb: 10.1.17 -> 10.1.18Igor Pashev1-2/+2