mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 00:49:39 +00:00
nix: init caddy-custom
This commit is contained in:
parent
181337e20e
commit
e492b2529c
5 changed files with 993 additions and 2 deletions
23
nix/packages/caddy/default.nix
Normal file
23
nix/packages/caddy/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
buildGoModule,
|
||||
lib,
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
name = "caddy";
|
||||
src = ./caddy-src;
|
||||
runVend = true;
|
||||
vendorHash = "sha256-3MzJ2sf7u/1BoP1v+9m3Cb8fwNf/aNR/n5MzMcHPpiI=";
|
||||
|
||||
meta = {
|
||||
homepage = "https://caddyserver.com";
|
||||
description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "caddy";
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
emilylange
|
||||
techknowlogick
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue