Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-27 | NodeJS: init at 6.9.1 (LTS) | Igor Pashev | 1 | -0/+57 | |
2016-11-26 | Sync Jenkins (core: 2.32 -> 2.33) | Igor Pashev | 1 | -682/+858 | |
2016-11-26 | sproxy2: 1.90.1 -> 1.90.2 | Igor Pashev | 1 | -3/+3 | |
2016-11-22 | sproxy2: 1.90.0 -> 1.90.1 | Igor Pashev | 1 | -3/+3 | |
2016-11-22 | sproxy2: added the key parameter | Igor Pashev | 1 | -0/+5 | |
2016-11-19 | Added sproxy2 | Igor Pashev | 6 | -0/+295 | |
2016-11-19 | mediawiki app: changed PHP options | Igor Pashev | 1 | -14/+25 | |
* renamed: fpmPool -> php-fpm.pool * added php-fpm.package (and made use of it) | |||||
2016-11-19 | mediawiki: $_ENV -> getenv() | Igor Pashev | 1 | -2/+3 | |
$_ENV stopped working in CLI | |||||
2016-11-19 | Made gpg smaller | Igor Pashev | 1 | -0/+5 | |
2016-11-19 | nginx: default log level = info | Igor Pashev | 1 | -1/+1 | |
2016-11-19 | jenkinsUpdateCenter: updated (core 2.28 -> 2.32) | Igor Pashev | 1 | -977/+1243 | |
2016-11-19 | cli: strip binaries | Igor Pashev | 1 | -1/+1 | |
Not to reference source code in closure. | |||||
2016-11-18 | Added fakeSSL | Igor Pashev | 3 | -0/+62 | |
2016-11-18 | nixpkgs 16.09: updated mysqlbackup | Igor Pashev | 1 | -2/+2 | |
2016-11-18 | mariadb: help mysql_install_db find my_print_defaults | Igor Pashev | 1 | -1/+1 | |
It's required for parsing the defaults file. | |||||
2016-11-18 | Override haskell mysql to disable tests | Igor Pashev | 4 | -4/+19 | |
mysql and mysql-simple try to connect to local mysql See https://github.com/NixOS/nixpkgs/issues/20478 | |||||
2016-11-17 | icingaweb2 does not need php to be built | Igor Pashev | 1 | -2/+0 | |
2016-11-17 | icingaweb2: changed options | Igor Pashev | 1 | -15/+24 | |
* renamed: fpmPool -> php-fpm.pool * added: php-fpm.package | |||||
2016-11-17 | nixpkgs 16.09: updated icinga2 | Igor Pashev | 1 | -3/+3 | |
2016-11-17 | nixpkgs 16.09: updated mariadb | Igor Pashev | 1 | -95/+100 | |
2016-11-16 | nixpkgs 16.09: *backup: use pubring.kbx | Igor Pashev | 3 | -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-05 | jenkinsUpdateCenter: sync (core 2.28) | Igor Pashev | 1 | -733/+945 | |
2016-10-26 | jenkinsUpdateCenter: core: 2.26 -> 2.27 | Igor Pashev | 1 | -731/+902 | |
2016-10-26 | mywatch: 0.2.0 -> 0.2.1 | Igor Pashev | 1 | -3/+3 | |
2016-10-20 | mariadb: added tokudb options | Igor Pashev | 2 | -3/+73 | |
2016-10-20 | mariadb: let loading arbitrary plugins | Igor Pashev | 2 | -5/+8 | |
unix_socket is still always loaded. Example: nixsap.apps.mariadb.mysqld = { plugin_load_add = [ "ha_tokudb" "server_audit.so" ]; }; | |||||
2016-10-20 | mariadb: avoid editting mysql tables | Igor Pashev | 1 | -7/+11 | |
2016-10-19 | maridb: let TokuDB as default engine | Igor Pashev | 1 | -0/+1 | |
2016-10-19 | mariadb: removed dublicate line | Igor Pashev | 1 | -1/+0 | |
2016-10-18 | jenkinsUpdateCenter: synced | Igor Pashev | 1 | -420/+462 | |
2016-10-18 | mariadb: 10.1.17 -> 10.1.18 | Igor Pashev | 1 | -2/+2 | |
2016-10-17 | mariadb: aligned options | Igor Pashev | 1 | -129/+129 | |
2016-10-17 | mariadb: added innodb_compression_* options | Igor Pashev | 1 | -0/+4 | |
2016-10-16 | nginx: typo | Igor Pashev | 1 | -1/+1 | |
2016-10-16 | jenkins: set java.io.tmpdir | Igor Pashev | 1 | -0/+4 | |
jetty is used to spamming into tmpdir | |||||
2016-10-16 | jenkins: pick up only unique job files | Igor Pashev | 1 | -4/+4 | |
2016-10-16 | pkgs.jenkinsUpdateCenter for simple overrides | Igor Pashev | 3 | -7/+18 | |
2016-10-13 | Do not filter keys at application level | Igor Pashev | 14 | -45/+30 | |
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873 | |||||
2016-10-13 | Added nixsap.deployment.keyStore | Igor Pashev | 1 | -7/+25 | |
2016-10-12 | jenkinsWithPlugins: sync update-center.actual.json | Igor Pashev | 1 | -479/+617 | |
2016-10-12 | jenkinsWithPlugins: recursion | Igor Pashev | 1 | -8/+16 | |
2016-10-12 | Typo | Igor Pashev | 1 | -1/+1 | |
2016-10-11 | Added Jenkins package composable with plugins | Igor Pashev | 4 | -0/+43110 | |
2016-10-11 | Added Jenkins app | Igor Pashev | 2 | -0/+242 | |
2016-10-07 | Added xinclude2nix | Igor Pashev | 2 | -0/+106 | |
2016-10-05 | postgresql: refactor keyrings code | Igor Pashev | 1 | -6/+9 | |
Several instances can run as the same user. | |||||
2016-09-29 | Moved everything into ./modules | Igor Pashev | 83 | -0/+7644 | |