Bug#810890: ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic HTTPS

2021-05-25 Thread Peymaneh Nejad

Hello,


Plus a link
to https://wiki.debian.org/SummerOfCode2021/Projects/PackagingCaddy


I have been accepted to gsoc[1] with said »packaging caddy« project and would 
like to pick up this ITP.


kind regards,
peymaneh

[1] https://summerofcode.withgoogle.com/projects/#6674433650982912





OpenPGP_signature
Description: OpenPGP digital signature


Bug#810890: ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic HTTPS

2016-01-13 Thread Adam Borowski
On Wed, Jan 13, 2016 at 01:27:10PM +0100, Zlatan Todoric wrote:
> * Package name: caddy
> * URL : https://caddyserver.com/
>   Description : Fast, cross-platform HTTP/2 web server with
> automatic HTTPS
> 
> Caddy is a lightweight, general-purpose web server for Windows, Mac,
> Linux, BSD and Android. It is a capable alternative to other popular and
> easy to use web servers.
> 
> The most notable features are HTTP/2, Let's Encrypt support, Virtual
> Hosts, TLS + SNI, and easy configuration with a Caddyfile. In
> development, you usually put one Caddyfile with each site. In
> production, Caddy serves HTTPS by default and manages all cryptographic
> assets for you.

Please make it clear whether it's HTTP/1+HTTP/2 or HTTP/2-only.  The current
description makes it sound as it's the latter.

-- 
A tit a day keeps the vet away.



Bug#810890: ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic HTTPS

2016-01-13 Thread Zlatan Todoric
Package: wnpp
Severity: wishlist
Owner: Zlatan Todoric 

* Package name: caddy
  Version : 0.8.1
  Upstream Author : Mathhew Holt 
* URL : https://caddyserver.com/
* License : Apache 2.0
  Programming Lang: Go
  Description : Fast, cross-platform HTTP/2 web server with
automatic HTTPS

Caddy is a lightweight, general-purpose web server for Windows, Mac,
Linux, BSD and Android. It is a capable alternative to other popular and
easy to use web servers.

The most notable features are HTTP/2, Let's Encrypt support, Virtual
Hosts, TLS + SNI, and easy configuration with a Caddyfile. In
development, you usually put one Caddyfile with each site. In
production, Caddy serves HTTPS by default and manages all cryptographic
assets for you.



Bug#810890: ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic HTTPS

2016-01-13 Thread Zlatan Todoric


On 01/13/2016 01:39 PM, Adam Borowski wrote:
> On Wed, Jan 13, 2016 at 01:27:10PM +0100, Zlatan Todoric wrote:
>> * Package name: caddy
>> * URL : https://caddyserver.com/
>>   Description : Fast, cross-platform HTTP/2 web server with
>> automatic HTTPS
>>
>> Caddy is a lightweight, general-purpose web server for Windows, Mac,
>> Linux, BSD and Android. It is a capable alternative to other popular and
>> easy to use web servers.
>>
>> The most notable features are HTTP/2, Let's Encrypt support, Virtual
>> Hosts, TLS + SNI, and easy configuration with a Caddyfile. In
>> development, you usually put one Caddyfile with each site. In
>> production, Caddy serves HTTPS by default and manages all cryptographic
>> assets for you.
> 
> Please make it clear whether it's HTTP/1+HTTP/2 or HTTP/2-only.  The current
> description makes it sound as it's the latter.
> 

Yes, it will be made clear. It supports both, by default HTTP/2 but it
falls back if client only supports HTTP/1. Also http2 can be disabled by
flag (-http2=false).