Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-15 | postgresql app: no system package | Igor Pashev | 1 | -1/+0 | |
2017-01-13 | icinga2: shorten path | Igor Pashev | 1 | -2/+2 | |
2017-01-12 | ldapply: openldap is implicit | Igor Pashev | 1 | -2/+2 | |
2017-01-12 | ldapply: 0.1.0 -> 0.2.0 | Igor Pashev | 3 | -18/+10 | |
2017-01-12 | openldap: safer defaults | Igor Pashev | 1 | -1/+1 | |
"ber" can leak passwords. | |||||
2017-01-11 | mysqlbackup: explicit path for find | Igor Pashev | 1 | -1/+1 | |
Shellcheck began to complain: SC2185: Some finds don't have a default path. Specify '.' explicitly | |||||
2017-01-08 | Sync Jenkins (core: 2.37 -> 2.39) | Igor Pashev | 1 | -648/+666 | |
2017-01-08 | Added modular OpenLDAP 2.4.44 | Igor Pashev | 1 | -0/+57 | |
Enabled all backends, except perl, ndb, sql. Enabled all overlays. See also https://github.com/NixOS/nixpkgs/commit/8e319c5ddac707fb4cb3315f9eadea9a70fc8c84 Don't override original package to avoid massive rebuild of many packages including systemd. | |||||
2017-01-08 | Added openldap app | Igor Pashev | 2 | -0/+330 | |
2017-01-07 | Added ldapply 0.1.0+ | Igor Pashev | 3 | -0/+49 | |
LDIF idempotent apply tool | |||||
2017-01-06 | php-fpm: toString is implicit | Igor Pashev | 1 | -1/+1 | |
2016-12-24 | Mediwiki Sproxy: user_name == user_email | Igor Pashev | 1 | -10/+1 | |
2016-12-24 | nginx: added sproxy log format | Igor Pashev | 1 | -0/+6 | |
2016-12-24 | IcingaWeb2: 2.3.4 -> 2.4.0 | Igor Pashev | 1 | -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-22 | sproxy2: 1.92.0 -> 1.93.0 | Igor Pashev | 2 | -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-22 | nginx: configure logrotate | Igor Pashev | 1 | -2/+16 | |
2016-12-22 | Added logrotate app | Igor Pashev | 1 | -0/+163 | |
2016-12-21 | nginx: added read-only logDir | Igor Pashev | 1 | -0/+9 | |
2016-12-20 | Sync Jenkins (core: 2.33 -> 2.37) | Igor Pashev | 1 | -1273/+2072 | |
2016-12-20 | nginx: allow arbitrary http context | Igor Pashev | 1 | -22/+40 | |
2016-12-20 | nginx: refactored config | Igor Pashev | 3 | -18/+18 | |
events -> conf.events http -> conf.http main -> conf | |||||
2016-12-20 | pkgs: updated some hashes | Igor Pashev | 3 | -6/+6 | |
fetchgit in recent nixpkgs (>= 16.09 ?) keeps some files. | |||||
2016-12-20 | nginx: toString is implicit | Igor Pashev | 1 | -1/+1 | |
2016-11-30 | Added kibana 5.0.2 (repacked tarball) | Igor Pashev | 1 | -0/+32 | |
2016-11-30 | sproxy: 1.90.2 -> 1.92.0 | Igor Pashev | 1 | -3/+3 | |
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 | |