summary refs log tree commit diff
path: root/pkgs/servers/caddy
Commit message (Collapse)AuthorAge
* caddy2: init at 2.0.0-beta10 (#74843)Oleksii Filonenko2019-12-03
| | | | Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
* caddy: add filalex77 to maintainersOleksii Filonenko2019-12-02
|
* caddy: 1.0.3 -> 1.0.4Oleksii Filonenko2019-12-02
|
* caddy: disable telemetryMario Rodas2019-10-26
| | | | Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
* caddy: 1.0.0 -> 1.0.3Mario Rodas2019-09-22
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* caddy: 0.11.4 -> 1.0.0allowthere2019-06-18
| | | | | | https://github.com/mholt/caddy/releases/tag/v0.11.5 https://github.com/mholt/caddy/releases/tag/v1.0.0-beta1 https://github.com/mholt/caddy/releases/tag/v1.0.0-beta2 https://github.com/mholt/caddy/releases/tag/v1.0.0
* caddy: 0.11.1 -> 0.11.4 (#56214)Will Dietz2019-02-24
| | | | | https://github.com/mholt/caddy/releases/tag/v0.11.4 https://github.com/mholt/caddy/releases/tag/v0.11.3 https://github.com/mholt/caddy/releases/tag/v0.11.2
* caddy: 0.11.0 -> 0.11.1Franz Pletz2018-11-20
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* caddy: 0.10.12 -> 0.11.0Franz Pletz2018-07-16
|
* caddy: 0.10.11 -> 0.10.12Franz Pletz2018-03-28
|
* caddy: 0.10.10 -> 0.10.11Ryan Mulligan2018-02-25
| | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin/bin/caddy --version` and found version 0.10.11 - found 0.10.11 with grep in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin - found 0.10.11 in filename of file in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin
* caddy: 0.10.9 -> 0.10.10zimbatm2017-11-01
|
* caddy: 0.10.7 -> 0.10.9adisbladis2017-09-16
|
* caddy: 0.10.6 -> 0.10.7rushmorem2017-08-29
|
* caddy: 0.10.4 -> 0.10.6Franz Pletz2017-07-31
|
* caddy: 0.10.3 -> 0.10.4zimbatm2017-07-09
| | | | The dependencies are now fully vendored
* caddy: 0.9.5 -> 0.10.3Franz Pletz2017-06-13
|
* caddy: 0.9.2 -> 0.9.5rnhmjoj2017-01-25
|
* caddy: 0.9.1 -> 0.9.2rushmorem2016-09-21
|
* buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
* caddy: 0.9.0 -> 0.9.1rushmorem2016-08-21
|
* caddy: 0.8.3 -> 0.9.0rushmorem2016-08-14
| | | | Closes https://github.com/NixOS/nixpkgs/issues/17678
* buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
| | | | | | | | | | | | | | | | | | After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
* buildGoPackage: use Go 1.6 by defaultKamil Chmielewski2016-06-09
|
* buildGo16Packages: fetchgit -> fetchFromGitHubKamil Chmielewski2016-06-09
|
* no more goPackagesKamil Chmielewski2016-06-09
|
* caddy: extracted from goPackagesKamil Chmielewski2016-06-09